Lines Matching refs:uri_len
1507 static sdlPtr get_sdl_from_cache(const char *fn, const char *uri, size_t uri_len, time_t t, time_t … in get_sdl_from_cache() argument
1554 if (i != uri_len || strncmp(in, uri, i) != 0) { in get_sdl_from_cache()
3148 size_t uri_len = 0; in get_sdl() local
3159 if (strchr(uri,':') != NULL || IS_ABSOLUTE_PATH(uri, uri_len)) { in get_sdl()
3160 uri_len = strlen(uri); in get_sdl()
3165 uri_len = strlen(uri); in get_sdl()
3171 if (NULL != (p = zend_hash_str_find_ptr(SOAP_GLOBAL(mem_cache), uri, uri_len))) { in get_sdl()
3174 zend_hash_str_del(&EG(persistent_list), uri, uri_len); in get_sdl()
3181 if ((cache_wsdl & WSDL_CACHE_DISK) && (uri_len < MAXPATHLEN)) { in get_sdl()
3193 PHP_MD5Update(&md5_context, (unsigned char*)uri, uri_len); in get_sdl()
3217 if ((sdl = get_sdl_from_cache(key, uri, uri_len, t-SOAP_GLOBAL(cache_ttl), &cached)) != NULL) { in get_sdl()
3257 if (uri_len < sizeof("https://")-1 || in get_sdl()
3357 uri_len, &p, sizeof(sdl_cache_bucket)); in get_sdl()