Home
last modified time | relevance | path

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

/third_party/iowow/src/utils/
Diwxstr.h49 IW_EXPORT iwrc iwxstr_printf(IWXSTR *xstr, const char *format, ...);
Diwxstr.c193 iwrc iwxstr_printf(IWXSTR *xstr, const char *format, ...) { in iwxstr_printf() function
/third_party/ejdb/src/jbr/
Djbr.c174 rc = iwxstr_printf(wbuf, "\r\n%lld\t", doc->id); in _jbr_query_visitor()
262 iwxstr_printf(ux.log, "\n%lld", ux.cnt); in _jbr_on_query()
733 rc = iwxstr_printf(xstr, "%s ERROR: %s %s", key, error, extra); in _jbr_ws_send_error()
735 rc = iwxstr_printf(xstr, "%s ERROR: %s", key, error); in _jbr_ws_send_error()
817 rc = iwxstr_printf(xstr, "%s\t", pbuf); in _jbr_ws_get_document()
907 rc = iwxstr_printf(wbuf, "%s\texplain\t%s", qctx->key, iwxstr_ptr(ux->log)); in _jbr_ws_query_visitor()
915 rc = iwxstr_printf(wbuf, "%s\t%lld\t", qctx->key, doc->id); in _jbr_ws_query_visitor()
966 if (!iwxstr_printf(wbuf, "%s\texplain\t%s", qctx.key, iwxstr_ptr(ux.log))) { in _jbr_ws_query()
1020 rc = iwxstr_printf(xstr, "%s\t", key); in _jbr_ws_info()
/third_party/ejdb/src/tests/
Dejdb_test2.c84 iwxstr_printf(tc->xstr, "%lld", llv); in ejdb_test2_1_exec_visitor1()
/third_party/ejdb/src/jbi/
Djbi_selection.c33 iwxstr_printf(xstr, "%lld ", idx->rnum); in _jbi_print_index()
/third_party/iowow/
DChangelog352 * Added iwxstr_printf() (iwxstr.h)