Searched defs:xo_field_info_s (Results 1 – 1 of 1) sorted by relevance
369 typedef struct xo_field_info_s { struct370 xo_xff_flags_t xfi_flags; /* Flags for this field */371 unsigned xfi_ftype; /* Field type, as character (e.g. 'V') */372 const char *xfi_start; /* Start of field in the format string */373 const char *xfi_content; /* Field's content */374 const char *xfi_format; /* Field's Format */375 const char *xfi_encoding; /* Field's encoding format */376 const char *xfi_next; /* Next character in format string */377 ssize_t xfi_len; /* Length of field */378 ssize_t xfi_clen; /* Content length */[all …]