JezK
Edit File: a00543_ga8ab6c87318eaf15ea17a9575763f7809_cgraph.dot
digraph "tds_get_uint8" { // LATEX_PDF_SIZE edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"]; node [fontname="Helvetica",fontsize="10",shape=record]; rankdir="LR"; Node1 [label="tds_get_uint8",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black",tooltip="Get an uint64 from the server."]; Node1 -> Node2 [color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"]; Node2 [label="tds_get_n",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$a00543.html#gae777dd57e8d1bb40349d7d7d8434fddf",tooltip="Get N bytes from the buffer and return them in the already allocated space given to us."]; 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."]; }