cached            436 Zend/zend_alloc.c 	unsigned int        cached;
cached            900 Zend/zend_alloc.c 	heap->cached = 0;
cached            945 Zend/zend_alloc.c 				heap->cached -= size;
cached           1911 Zend/zend_alloc.c 			heap->cached -= true_size;
cached           2083 Zend/zend_alloc.c 	if (EXPECTED(ZEND_MM_SMALL_SIZE(size)) && EXPECTED(heap->cached < ZEND_MM_CACHE_SIZE)) {
cached           2089 Zend/zend_alloc.c 		heap->cached += size;
cached           2200 Zend/zend_alloc.c 			heap->cached -= true_size - orig_size;
cached           2701 Zend/zend_alloc.c 		usage -= AG(mm_heap)->cached;
cached            242 ext/com_dotnet/com_com.c 		int cached;
cached            244 ext/com_dotnet/com_com.c 		TL = php_com_load_typelib_via_cache(typelib_name, obj->code_page, &cached TSRMLS_CC);
cached            247 ext/com_dotnet/com_com.c 			if (COMG(autoreg_on) && !cached) {
cached            812 ext/com_dotnet/com_com.c 	int cached = 0;
cached            821 ext/com_dotnet/com_com.c 	pTL = php_com_load_typelib_via_cache(name, codepage, &cached TSRMLS_CC);
cached            823 ext/com_dotnet/com_com.c 		if (cached) {
cached            271 ext/com_dotnet/com_extension.c 	int cached;
cached            310 ext/com_dotnet/com_extension.c 		if ((pTL = php_com_load_typelib_via_cache(typelib_name, COMG(code_page), &cached TSRMLS_CC)) != NULL) {
cached            311 ext/com_dotnet/com_extension.c 			if (!cached) {
cached            232 ext/com_dotnet/com_typeinfo.c 	int codepage, int *cached TSRMLS_DC)
cached            243 ext/com_dotnet/com_typeinfo.c 		*cached = 1;
cached            249 ext/com_dotnet/com_typeinfo.c 	*cached = 0;
cached            170 ext/com_dotnet/php_com_dotnet_internal.h 		int codepage, int *cached TSRMLS_DC);
cached           1535 ext/soap/php_sdl.c static sdlPtr get_sdl_from_cache(const char *fn, const char *uri, time_t t, time_t *cached TSRMLS_DC)
cached           1579 ext/soap/php_sdl.c 	*cached = old_t;
cached           3233 ext/soap/php_sdl.c 		time_t cached;
cached           3253 ext/soap/php_sdl.c 		if ((sdl = get_sdl_from_cache(key, uri, t-SOAP_GLOBAL(cache_ttl), &cached TSRMLS_CC)) != NULL) {
cached           3254 ext/soap/php_sdl.c 			t = cached;