split            1774 ext/curl/interface.c 	char *split;
split            1782 ext/curl/interface.c 			split = strstr(s, "; ");
split            1783 ext/curl/interface.c 			if(split)
split            1784 ext/curl/interface.c 				*split = '\0';
split            1793 ext/curl/interface.c 			s = split+2;
split            1794 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             129 ext/hash/hash_tiger.c 	split(str); \