Lines Matching refs:ssize_t
96 ssize_t sf_off; /* Element name; offset in c_stack_buf */
103 ssize_t f_name; /* Name of leaf; offset in c_name_buf */
104 ssize_t f_value; /* Value of leaf; offset in c_value_buf */
107 ssize_t f_depth; /* Depth of stack when leaf was recorded */
121 ssize_t c_path_max; /* Depth of c_path[] */
122 ssize_t c_path_cur; /* Current depth in c_path[] */
128 ssize_t c_stack_max; /* Maximum stack depth */
130 ssize_t c_stack_depth; /* Current stack depth */
136 ssize_t c_leaf_depth; /* Current depth of c_leaf[] (next free) */
137 ssize_t c_leaf_max; /* Max depth of c_leaf[] */
226 csv_path_top (csv_private_t *csv, ssize_t delta) in csv_path_top()
231 ssize_t cur = csv->c_path_cur + delta; in csv_path_top()
341 ssize_t fnum; in csv_emit_record()
496 ssize_t fnum; in csv_leaf_num()
516 ssize_t new_max = csv->c_leaf_max * 2; in csv_leaf_num()
578 ssize_t len = strlen(leafs_raw); in csv_record_leafs()
612 ssize_t len = strlen(path_raw); in csv_record_path()
667 ssize_t len = strlen(raw_opts); in csv_options()