Searched refs:iwxstr_printf (Results 1 – 6 of 6) sorted by relevance
/third_party/iowow/src/utils/ |
D | iwxstr.h | 49 IW_EXPORT iwrc iwxstr_printf(IWXSTR *xstr, const char *format, ...);
|
D | iwxstr.c | 193 iwrc iwxstr_printf(IWXSTR *xstr, const char *format, ...) { in iwxstr_printf() function
|
/third_party/ejdb/src/jbr/ |
D | jbr.c | 174 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/ |
D | ejdb_test2.c | 84 iwxstr_printf(tc->xstr, "%lld", llv); in ejdb_test2_1_exec_visitor1()
|
/third_party/ejdb/src/jbi/ |
D | jbi_selection.c | 33 iwxstr_printf(xstr, "%lld ", idx->rnum); in _jbi_print_index()
|
/third_party/iowow/ |
D | Changelog | 352 * Added iwxstr_printf() (iwxstr.h)
|