Home
last modified time | relevance | path

Searched refs:db_match_regex (Results 1 – 4 of 4) sorted by relevance

/dports/databases/p5-KyotoCabinet/kyotocabinet-perl-1.20/
H A DKyotoCabinet.pm529 return db_match_regex($self->[0], $regex, $max);
H A DKyotoCabinet.xs1313 db_match_regex(IV ivdb, SV* svregex, SV* svmax)
/dports/databases/py-kyotocabinet/kyotocabinet-python-1.23/
H A Dkyotocabinet.cc157 static PyObject* db_match_regex(DB_data* data, PyObject* pyargs);
2084 { "match_regex", (PyCFunction)db_match_regex, METH_VARARGS, in define_db()
3285 static PyObject* db_match_regex(DB_data* data, PyObject* pyargs) { in db_match_regex() function
/dports/databases/kyototycoon/kyototycoon-0.9.56/
H A Dmyscript.cc147 static int db_match_regex(lua_State* lua);
2390 setfieldfunc(lua, "match_regex", db_match_regex); in db_new()
3362 static int db_match_regex(lua_State* lua) { in db_match_regex() function