Home
last modified time | relevance | path

Searched refs:pathname_len (Results 1 – 3 of 3) sorted by path

/PHP-7.2/TSRM/
H A Dtsrm_win32.c110 char * tsrm_win32_get_path_sid_key(const char *pathname, size_t pathname_len, size_t *key_len) in tsrm_win32_get_path_sid_key() argument
118 *key_len = pathname_len; in tsrm_win32_get_path_sid_key()
129 *key_len = pathname_len + ptc_sid_len; in tsrm_win32_get_path_sid_key()
138 memcpy(bucket_key + ptc_sid_len, pathname, pathname_len + 1); in tsrm_win32_get_path_sid_key()
H A Dtsrm_win32.h98 char * tsrm_win32_get_path_sid_key(const char *pathname, size_t pathname_len, size_t *key_len);
/PHP-7.2/ext/standard/
H A Dftok.c39 size_t pathname_len, proj_len; in PHP_FUNCTION() local
43 Z_PARAM_PATH(pathname, pathname_len) in PHP_FUNCTION()
47 if (pathname_len == 0){ in PHP_FUNCTION()

Completed in 11 milliseconds