Searched refs:tmp_path_len (Results 1 – 1 of 1) sorted by relevance
2285 size_t tmp_path_len; in SPL_METHOD() local2308 tmp_path_len = strlen(intern->u.file.stream->orig_path); in SPL_METHOD()2310 if (tmp_path_len > 1 && IS_SLASH_AT(intern->u.file.stream->orig_path, tmp_path_len-1)) { in SPL_METHOD()2311 tmp_path_len--; in SPL_METHOD()2314 tmp_path = estrndup(intern->u.file.stream->orig_path, tmp_path_len); in SPL_METHOD()
Completed in 11 milliseconds