Lines Matching refs:WUR
82 IW_EXPORT WUR iwrc jql_create(JQL *qptr, const char *coll, const char *query);
84 IW_EXPORT WUR iwrc jql_create2(JQL *qptr, const char *coll, const char *query, jql_create_mode_t mo…
94 IW_EXPORT WUR iwrc jql_set_json(JQL q, const char *placeholder, int index, JBL_NODE val);
96 IW_EXPORT WUR iwrc jql_set_json2(
100 IW_EXPORT WUR iwrc jql_set_json_jbl(JQL q, const char *placeholder, int index, JBL jbl);
102 IW_EXPORT WUR iwrc jql_set_i64(JQL q, const char *placeholder, int index, int64_t val);
104 IW_EXPORT WUR iwrc jql_set_f64(JQL q, const char *placeholder, int index, double val);
112 IW_EXPORT WUR iwrc jql_set_str(JQL q, const char *placeholder, int index, const char *val);
114 IW_EXPORT WUR iwrc jql_set_str2(
118 IW_EXPORT WUR iwrc jql_set_str3(JQL q, const char *placeholder, int index, const char *val, size_t …
120 IW_EXPORT WUR iwrc jql_set_bool(JQL q, const char *placeholder, int index, bool val);
129 IW_EXPORT WUR iwrc jql_set_regexp(JQL q, const char *placeholder, int index, const char *expr);
131 IW_EXPORT WUR iwrc jql_set_regexp2(
135 IW_EXPORT WUR iwrc jql_set_null(JQL q, const char *placeholder, int index);
137 IW_EXPORT WUR iwrc jql_matched(JQL q, JBL jbl, bool *out);
159 IW_EXPORT WUR iwrc jql_apply(JQL q, JBL_NODE root, IWPOOL *pool);
161 IW_EXPORT WUR iwrc jql_project(JQL q, JBL_NODE root, IWPOOL *pool, void *exec_ctx);
163 IW_EXPORT WUR iwrc jql_apply_and_project(JQL q, JBL jbl, JBL_NODE *out, void *exec_ctx, IWPOOL *poo…
171 IW_EXPORT WUR iwrc jql_init(void);