comp              288 ext/com_dotnet/com_handlers.c 			ITypeComp *comp;
comp              296 ext/com_dotnet/com_handlers.c 			if (SUCCEEDED(ITypeInfo_GetTypeComp(obj->typeinfo, &comp))) {
comp              300 ext/com_dotnet/com_handlers.c 				if (SUCCEEDED(ITypeComp_Bind(comp, olename, lhash, INVOKE_FUNC, &TI, &kind, &bindptr))) {
comp              333 ext/com_dotnet/com_handlers.c 				ITypeComp_Release(comp);
comp              151 ext/mbstring/ucgendat/ucgendat.c     ac_uint4 comp;
comp             1263 ext/mbstring/ucgendat/ucgendat.c 	comps[cu].comp = decomps[i].code;
comp             1542 ext/mbstring/ucgendat/ucgendat.c 	        (unsigned long) comps[i].comp, (unsigned long) comps[i].count,
comp             1557 ext/standard/string.c 	char *c, *comp, *cend;
comp             1562 ext/standard/string.c 	c = comp = cend = (char*)s;
comp             1590 ext/standard/string.c 				} else if ((*c == ':' && (c - comp == 1))) {
comp             1592 ext/standard/string.c 						comp = c;
comp             1601 ext/standard/string.c 						comp = c;
comp             1608 ext/standard/string.c 					comp = c;
comp             1621 ext/standard/string.c 	if (suffix != NULL && sufflen < (size_t)(cend - comp) &&
comp             1626 ext/standard/string.c 	len = cend - comp;
comp             1628 ext/standard/string.c 	ret = zend_string_init(comp, len, 0);