Home
last modified time | relevance | path

Searched defs:strary (Results 1 – 4 of 4) sorted by relevance

/dports/databases/p5-KyotoCabinet/kyotocabinet-perl-1.20/
H A DKyotoCabinet.xs1295 char** strary = kcmalloc(sizeof(*strary) * max + 1); variable
1324 char** strary = kcmalloc(sizeof(*strary) * max + 1); variable
1355 char** strary = kcmalloc(sizeof(*strary) * max + 1); variable
/dports/databases/kyotocabinet/kyotocabinet-1.2.79/
H A Dkclangc.cc715 int64_t kcdbmatchprefix(KCDB* db, const char* prefix, char** strary, size_t max) { in kcdbmatchprefix()
738 int64_t kcdbmatchregex(KCDB* db, const char* regex, char** strary, size_t max) { in kcdbmatchregex()
762 char** strary, size_t max) { in kcdbmatchsimilar()
/dports/lang/ruby26/ruby-2.6.9/
H A Dvm_backtrace.c390 VALUE strary; member
H A Dstring.c2989 rb_str_concat_literals(size_t num, const VALUE *strary) in rb_str_concat_literals()