Lines Matching refs:iwrc
94 IW_EXPORT WUR iwrc jql_create(JQL *qptr, const char *coll, const char *query);
96 IW_EXPORT WUR iwrc jql_create2(JQL *qptr, const char *coll, const char *query, jql_create_mode_t mo…
106 IW_EXPORT WUR iwrc jql_set_json(JQL q, const char *placeholder, int index, JBL_NODE val);
108 IW_EXPORT WUR iwrc jql_set_json2(
112 IW_EXPORT WUR iwrc jql_set_json_jbl(JQL q, const char *placeholder, int index, JBL jbl);
114 IW_EXPORT WUR iwrc jql_set_i64(JQL q, const char *placeholder, int index, int64_t val);
116 IW_EXPORT WUR iwrc jql_set_f64(JQL q, const char *placeholder, int index, double val);
124 IW_EXPORT WUR iwrc jql_set_str(JQL q, const char *placeholder, int index, const char *val);
126 IW_EXPORT WUR iwrc jql_set_str2(
130 IW_EXPORT WUR iwrc jql_set_bool(JQL q, const char *placeholder, int index, bool val);
139 IW_EXPORT WUR iwrc jql_set_regexp(JQL q, const char *placeholder, int index, const char *expr);
141 IW_EXPORT WUR iwrc jql_set_regexp2(
145 IW_EXPORT WUR iwrc jql_set_null(JQL q, const char *placeholder, int index);
147 IW_EXPORT WUR iwrc jql_matched(JQL q, JBL jbl, bool *out);
165 IW_EXPORT iwrc jql_get_skip(JQL q, int64_t *out);
167 IW_EXPORT iwrc jql_get_limit(JQL q, int64_t *out);
169 IW_EXPORT WUR iwrc jql_apply(JQL q, JBL_NODE root, IWPOOL *pool);
171 IW_EXPORT WUR iwrc jql_project(JQL q, JBL_NODE root, IWPOOL *pool, void *exec_ctx);
173 IW_EXPORT WUR iwrc jql_apply_and_project(JQL q, JBL jbl, JBL_NODE *out, void *exec_ctx, IWPOOL *poo…
181 IW_EXPORT WUR iwrc jql_init(void);