Home
last modified time | relevance | path

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

/third_party/ejdb/src/
Dejdb2_internal.h179 typedef struct _JBEXEC { struct
184 iwrc (*scanner)(struct _JBEXEC *ctx, JB_SCAN_CONSUMER consumer); argument
185 uint8_t *jblbuf; /**< Buffer used to keep currently processed document */
186 size_t jblbufsz; /**< Size of jblbuf allocated memory */
187 bool sorting; /**< Resultset sorting needed */
188 IWKV_cursor_op cursor_init; /**< Initial index cursor position (optional) */
212 iwrc jbi_consumer(struct _JBEXEC *ctx, IWKV_cursor cur, int64_t id, int64_t *step, bool *matched, i… argument