Record st_net
Unit
Declaration
type st_net = record
Description
This item has no description.
Overview
Fields
| Public | vio: PVio; |
| Public | buff: pcuchar; |
| Public | buff_end: pcuchar; |
| Public | write_pos: pcuchar; |
| Public | read_pos: pcuchar; |
| Public | fd: my_socket; |
| Public | max_packet: culong; |
| Public | max_packet_size: culong; |
| Public | last_errno: cuint; |
| Public | pkt_nr: cuint; |
| Public | compress_pkt_nr: cuint; |
| Public | write_timeout: cuint; |
| Public | read_timeout: cuint; |
| Public | retry_count: cuint; |
| Public | fcntl: cint; |
| Public | last_error: array[0..(MYSQL_ERRMSG_SIZE)-1] of char; |
| Public | error: cuchar; |
| Public | return_errno: my_bool; |
| Public | compress: my_bool; |
| Public | remain_in_buf: culong; |
| Public | length: culong; |
| Public | buf_length: culong; |
| Public | where_b: culong; |
| Public | return_status: pcint; |
| Public | reading_or_writing: cuchar; |
| Public | save_char: cchar; |
| Public | no_send_ok: my_bool; |
| Public | query_cache_query: gptr; |
Description
Fields
| Public | vio: PVio; |
|
This item has no description. | |
| Public | buff: pcuchar; |
|
This item has no description. | |
| Public | buff_end: pcuchar; |
|
This item has no description. | |
| Public | write_pos: pcuchar; |
|
This item has no description. | |
| Public | read_pos: pcuchar; |
|
This item has no description. | |
| Public | fd: my_socket; |
|
This item has no description. | |
| Public | max_packet: culong; |
|
This item has no description. | |
| Public | max_packet_size: culong; |
|
This item has no description. | |
| Public | last_errno: cuint; |
|
This item has no description. | |
| Public | pkt_nr: cuint; |
|
This item has no description. | |
| Public | compress_pkt_nr: cuint; |
|
This item has no description. | |
| Public | write_timeout: cuint; |
|
This item has no description. | |
| Public | read_timeout: cuint; |
|
This item has no description. | |
| Public | retry_count: cuint; |
|
This item has no description. | |
| Public | fcntl: cint; |
|
This item has no description. | |
| Public | last_error: array[0..(MYSQL_ERRMSG_SIZE)-1] of char; |
|
This item has no description. | |
| Public | error: cuchar; |
|
This item has no description. | |
| Public | return_errno: my_bool; |
|
This item has no description. | |
| Public | compress: my_bool; |
|
This item has no description. | |
| Public | remain_in_buf: culong; |
|
This item has no description. | |
| Public | length: culong; |
|
This item has no description. | |
| Public | buf_length: culong; |
|
This item has no description. | |
| Public | where_b: culong; |
|
This item has no description. | |
| Public | return_status: pcint; |
|
This item has no description. | |
| Public | reading_or_writing: cuchar; |
|
This item has no description. | |
| Public | save_char: cchar; |
|
This item has no description. | |
| Public | no_send_ok: my_bool; |
|
This item has no description. | |
| Public | query_cache_query: gptr; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.