Home
last modified time | relevance | path

Searched refs:iwxstr_cat2 (Results 1 – 6 of 6) sorted by relevance

/third_party/ejdb/src/jbi/
Djbi_selection.c10 iwxstr_cat2(xstr, "UNIQUE"); in _jbi_print_index()
14 iwxstr_cat2(xstr, "|"); in _jbi_print_index()
16 iwxstr_cat2(xstr, "STR"); in _jbi_print_index()
20 iwxstr_cat2(xstr, "|"); in _jbi_print_index()
22 iwxstr_cat2(xstr, "I64"); in _jbi_print_index()
26 iwxstr_cat2(xstr, "|"); in _jbi_print_index()
28 iwxstr_cat2(xstr, "F64"); in _jbi_print_index()
31 iwxstr_cat2(xstr, "|"); in _jbi_print_index()
40 iwxstr_cat2(xstr, "IWKV_CURSOR_EQ"); in _jbi_log_cursor_op()
43 iwxstr_cat2(xstr, "IWKV_CURSOR_GE"); in _jbi_log_cursor_op()
[all …]
/third_party/iowow/src/utils/
Diwxstr.h45 IW_EXPORT iwrc iwxstr_cat2(IWXSTR *xstr, const char *buf);
Diwutils.c301 rc = iwxstr_cat2(bbuf, repl ? repl : key); in iwu_replace()
Diwxstr.c71 iwrc iwxstr_cat2(IWXSTR *xstr, const char *buf) { in iwxstr_cat2() function
/third_party/ejdb/src/
Dejdb2.c754 iwxstr_cat2(ctx->ux->log, "[INDEX] PK"); in _jb_exec_scan_init()
769 iwxstr_cat2(ctx->ux->log, "[INDEX] NO"); in _jb_exec_scan_init()
906 iwxstr_cat2(ux->log, " [COLLECTOR] SORTER\n"); in ejdb_exec()
911 iwxstr_cat2(ux->log, " [COLLECTOR] PLAIN\n"); in ejdb_exec()
/third_party/iowow/
DChangelog353 * Added iwxstr_cat2() (iwxstr.h)