split 1847 ext/curl/interface.c char *split;
split 1855 ext/curl/interface.c split = strstr(s, "; ");
split 1856 ext/curl/interface.c if(split)
split 1857 ext/curl/interface.c *split = '\0';
split 1866 ext/curl/interface.c s = split+2;
split 1867 ext/curl/interface.c } while(split);
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 59 ext/ereg/ereg.c PHP_DEP_FE(split, arginfo_split)
split 21 ext/ereg/regex/main.c extern int split();
split 149 ext/ereg/regex/main.c nf = split(inbuf, f, MAXF, "\t\t");
split 292 ext/ereg/regex/main.c nshould = split(f4, should+1, NSHOULD-1, ",");
split 167 ext/ereg/regex/split.c (void) split(buf, fields, MNF, argv[2]);
split 190 ext/ereg/regex/split.c nf = split(string, fields, NF, seps);
split 290 ext/ereg/regex/split.c nf = split(buf, fields, RNF, tests[n].seps);
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);