split 62 ext/dba/libcdb/cdb_make.c c->split = 0; split 174 ext/dba/libcdb/cdb_make.c c->split = (struct cdb_hp *) safe_emalloc(memsize, sizeof(struct cdb_hp), 0); split 175 ext/dba/libcdb/cdb_make.c if (!c->split) split 178 ext/dba/libcdb/cdb_make.c c->hash = c->split + c->numentries; split 189 ext/dba/libcdb/cdb_make.c c->split[--c->start[255 & x->hp[i].h]] = x->hp[i]; split 202 ext/dba/libcdb/cdb_make.c hp = c->split + c->start[i]; split 221 ext/dba/libcdb/cdb_make.c if (c->split) split 222 ext/dba/libcdb/cdb_make.c efree(c->split); split 48 ext/dba/libcdb/cdb_make.h struct cdb_hp *split; /* includes space for hash */ split 129 ext/hash/hash_tiger.c split(str); \ split 709 ext/soap/interop/client_round2_interop.php $info = split(':', $method); split 712 ext/soap/interop/client_round2_interop.php $hi = split(',',$m); split 3486 ext/standard/basic_functions.c PHP_FE(split, arginfo_split) split 21 regex/main.c extern int split(); split 149 regex/main.c nf = split(inbuf, f, MAXF, "\t\t"); split 292 regex/main.c nshould = split(f4, should+1, NSHOULD-1, ","); split 167 regex/split.c (void) split(buf, fields, MNF, argv[2]); split 190 regex/split.c nf = split(string, fields, NF, seps); split 290 regex/split.c nf = split(buf, fields, RNF, tests[n].seps); split 296 run-tests.php $argv = array_merge($argv, split(' ', getenv('TEST_PHP_ARGS'))); split 141 server-tests.php $dirs = split('[\\/]',$path); split 558 server-tests.php $this->exts_to_test = split(":",$out); split 719 server-tests.php $paths = split(';',$this->conf['TEST_PATHS']); split 721 server-tests.php $paths = split(':|;',$this->conf['TEST_PATHS']);