Home
last modified time | relevance | path

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

/third_party/ejdb/src/jql/
Djql.h131 IW_EXPORT WUR iwrc jql_set_regexp2(
Djql.c266 iwrc jql_set_regexp2( in jql_set_regexp2() function
297 return jql_set_regexp2(q, placeholder, index, expr, 0, 0); in jql_set_regexp()
/third_party/ejdb/src/tests/
Dejdb_test3.c974 rc = jql_set_regexp2(q, 0, 0, strdup(".*"), jql_free_str, 0); in ejdb_test3_6()
/third_party/ejdb/src/bindings/ejdb2_jni/src/
Dejdb2jni.c972 rc = jql_set_regexp2(q, placeholder, pos, str, jbn_free_str, 0); in Java_com_softmotions_ejdb2_JQL__1set_1string()
/third_party/ejdb/src/bindings/ejdb2_dart/lib/
Dejdb2_dart.c766 rc = jql_set_regexp2(q, spl, npl, str, ejd_free_str, 0); in ejd_jql_set()
/third_party/ejdb/src/bindings/ejdb2_node/
Dejdb2_node.c1925 … rc = jql_set_regexp2(jnql->jql, splh, iplh, svalue, jn_jql_free_set_string_value, vpool); in jn_jql_set()