• Home
  • Raw
  • Download

Lines Matching refs:JQL

64 static JQVAL* _jql_find_placeholder(JQL q, const char *name) {  in _jql_find_placeholder()
74 JQVAL* jql_find_placeholder(JQL q, const char *name) { in jql_find_placeholder()
78 static iwrc _jql_set_placeholder(JQL q, const char *placeholder, int index, JQVAL *val) { in _jql_set_placeholder()
122 JQL q, const char *placeholder, int index, JBL_NODE val, in jql_set_json2()
144 iwrc jql_set_json(JQL q, const char *placeholder, int index, JBL_NODE val) { in jql_set_json()
152 iwrc jql_set_json_jbl(JQL q, const char *placeholder, int index, JBL jbl) { in jql_set_json_jbl()
169 iwrc jql_set_i64(JQL q, const char *placeholder, int index, int64_t val) { in jql_set_i64()
186 iwrc jql_set_f64(JQL q, const char *placeholder, int index, double val) { in jql_set_f64()
204 JQL q, const char *placeholder, int index, const char *val, in jql_set_str2()
233 iwrc jql_set_str(JQL q, const char *placeholder, int index, const char *val) { in jql_set_str()
241 iwrc jql_set_str3(JQL q, const char *placeholder, int index, const char *val_, size_t val_len) { in jql_set_str3()
249 iwrc jql_set_bool(JQL q, const char *placeholder, int index, bool val) { in jql_set_bool()
267 JQL q, const char *placeholder, int index, const char *expr, in jql_set_regexp2()
296 iwrc jql_set_regexp(JQL q, const char *placeholder, int index, const char *expr) { in jql_set_regexp()
300 iwrc jql_set_null(JQL q, const char *placeholder, int index) { in jql_set_null()
383 iwrc jql_create2(JQL *qptr, const char *coll, const char *query, jql_create_mode_t mode) { in jql_create2()
389 JQL q; in jql_create2()
436 iwrc jql_create(JQL *qptr, const char *coll, const char *query) { in jql_create()
440 size_t jql_estimate_allocated_size(JQL q) { in jql_estimate_allocated_size()
448 const char* jql_collection(JQL q) { in jql_collection()
452 void jql_reset(JQL q, bool reset_match_cache, bool reset_placeholders) { in jql_reset()
464 void jql_destroy(JQL *qptr) { in jql_destroy()
468 JQL q = *qptr; in jql_destroy()
1400 JQL q = vctx->op; in _jql_match_visitor()
1426 iwrc jql_matched(JQL q, JBL jbl, bool *out) { in jql_matched()
1462 const char* jql_error(JQL q) { in jql_error()
1470 const char* jql_first_anchor(JQL q) { in jql_first_anchor()
1474 bool jql_has_apply(JQL q) { in jql_has_apply()
1478 bool jql_has_apply_upsert(JQL q) { in jql_has_apply_upsert()
1482 bool jql_has_apply_delete(JQL q) { in jql_has_apply_delete()
1486 bool jql_has_projection(JQL q) { in jql_has_projection()
1490 bool jql_has_orderby(JQL q) { in jql_has_orderby()
1494 bool jql_has_aggregate_count(JQL q) { in jql_has_aggregate_count()
1498 iwrc jql_get_skip(JQL q, int64_t *out) { in jql_get_skip()
1515 iwrc jql_get_limit(JQL q, int64_t *out) { in jql_get_limit()
1539 JQL q;
1746 static iwrc _jql_project(JBL_NODE root, JQL q, IWPOOL *pool, JBEXEC *exec_ctx) { in _jql_project()
1795 iwrc jql_apply(JQL q, JBL_NODE root, IWPOOL *pool) { in jql_apply()
1809 iwrc jql_project(JQL q, JBL_NODE root, IWPOOL *pool, void *exec_ctx) { in jql_project()
1817 iwrc jql_apply_and_project(JQL q, JBL jbl, JBL_NODE *out, void *exec_ctx, IWPOOL *pool) { in jql_apply_and_project()