comp              294 ext/com_dotnet/com_handlers.c 			ITypeComp *comp;
comp              302 ext/com_dotnet/com_handlers.c 			if (SUCCEEDED(ITypeInfo_GetTypeComp(obj->typeinfo, &comp))) {
comp              306 ext/com_dotnet/com_handlers.c 				if (SUCCEEDED(ITypeComp_Bind(comp, olename, lhash, INVOKE_FUNC, &TI, &kind, &bindptr))) {
comp              339 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             1422 ext/standard/string.c 	char *ret = NULL, *c, *comp, *cend;
comp             1426 ext/standard/string.c 	c = comp = cend = (char*)s;
comp             1454 ext/standard/string.c 				} else if ((*c == ':' && (c - comp == 1))) {
comp             1456 ext/standard/string.c 						comp = c;
comp             1465 ext/standard/string.c 						comp = c;
comp             1472 ext/standard/string.c 					comp = c;
comp             1485 ext/standard/string.c 	if (suffix != NULL && sufflen < (uint)(cend - comp) &&
comp             1490 ext/standard/string.c 	len = cend - comp;
comp             1494 ext/standard/string.c 		memcpy(ret, comp, len);