Data Fields | |
int | number_of_fields |
Number of field extracted from the string. | |
int | size |
Number of allocated string. Please note that you can have 10 allocated fields, but only 7 are actually used to put fields. | |
char ** | tabs |
Definition at line 26 of file strings_utils.h.
|
The field tabs points to an array of strings. Each string contains one field.
Definition at line 33 of file strings_utils.h. Referenced by date2timestamp(), free_fields(), IP2hex(), ip_address_to_num(), is_ip_address(), s_split(), and s_split_exact(). |