Home
last modified time | relevance | path

Searched defs:tp_map_itr (Results 1 – 4 of 4) sorted by relevance

/dports/databases/php-tarantool/tarantool-php-0.3.3/src/third_party/
H A Dtp.h114 struct tp_map_itr { struct
115 const char *data; /* pointer to the beginning of map */
116 const char *first_key; /* pointer to the first key of map */
117 const char *key; /* pointer to current key of map */
118 const char *key_end; /* pointer to current key end */
119 const char *value; /* pointer to current value of map */
120 const char *value_end; /* pointer to current value end */
121 uint32_t pair_count; /* number of key-values pairs in array */
122 int cur_index; /* index of current pair */
/dports/databases/tarantool-c/tarantool-c-0ab37e8/include/
H A Dtp.h178 struct tp_map_itr { struct
179 const char *data; /* pointer to the beginning of map */
180 const char *first_key; /* pointer to the first key of map */
181 const char *key; /* pointer to current key of map */
182 const char *key_end; /* pointer to current key end */
183 const char *value; /* pointer to current value of map */
184 const char *value_end; /* pointer to current value end */
185 uint32_t pair_count; /* number of key-values pairs in array */
186 int cur_index; /* index of current pair */
/dports/benchmarks/nosqlbench/nosqlbench-0.0.20151214/third_party/tarantool-c/include/
H A Dtp.h178 struct tp_map_itr { struct
179 const char *data; /* pointer to the beginning of map */
180 const char *first_key; /* pointer to the first key of map */
181 const char *key; /* pointer to current key of map */
182 const char *key_end; /* pointer to current key end */
183 const char *value; /* pointer to current value of map */
184 const char *value_end; /* pointer to current value end */
185 uint32_t pair_count; /* number of key-values pairs in array */
186 int cur_index; /* index of current pair */
/dports/www/nginx-full/nginx_upstream_module-1278ee5/third_party/
H A Dtp.h183 struct tp_map_itr { struct
184 const char *data; /* pointer to the beginning of map */
185 const char *first_key; /* pointer to the first key of map */
186 const char *key; /* pointer to current key of map */
187 const char *key_end; /* pointer to current key end */
188 const char *value; /* pointer to current value of map */
189 const char *value_end; /* pointer to current value end */
190 uint32_t pair_count; /* number of key-values pairs in array */
191 int cur_index; /* index of current pair */