JezK
Edit File: a00543_ga221e98a9c8be96ec6c8547891e1b53af_cgraph.dot
digraph "tds_peek" { // LATEX_PDF_SIZE edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"]; node [fontname="Helvetica",fontsize="10",shape=record]; rankdir="LR"; Node1 [label="tds_peek",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black",tooltip="Reads a byte from the TDS stream without removing it."]; Node1 -> Node2 [color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"]; Node2 [label="tds_get_byte",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$a00543.html#ga0cb72d3f6943795c39db1fa692be0a58",tooltip="Return a single byte from the input buffer."]; Node2 -> Node3 [color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"]; Node3 [label="tds_read_packet",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$a00543.html#ga410619783bdf2bb60b0f27a5578e0e07",tooltip="Read in one 'packet' from the server."]; }