Searched refs:try_len (Results 1 – 1 of 1) sorted by relevance
276 size_t try_len; in phar_find_in_include_path() local287 try_len = filename_len; in phar_find_in_include_path()288 test = phar_fix_filepath(estrndup(filename, filename_len), &try_len, 1); in phar_find_in_include_path()291 if (zend_hash_str_exists(&(phar->manifest), test + 1, try_len - 1)) { in phar_find_in_include_path()298 if (zend_hash_str_exists(&(phar->manifest), test, try_len)) { in phar_find_in_include_path()
Completed in 11 milliseconds