Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/
H A Dftok.c34 size_t pathname_len, proj_len; in PHP_FUNCTION() local
38 Z_PARAM_PATH(pathname, pathname_len) in PHP_FUNCTION()
42 if (pathname_len == 0){ in PHP_FUNCTION()
/PHP-8.0/TSRM/
H A Dtsrm_win32.h92 const char * tsrm_win32_get_path_sid_key(const char *pathname, size_t pathname_len, size_t *key_len…
H A Dtsrm_win32.c106 const 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
114 *key_len = pathname_len; in tsrm_win32_get_path_sid_key()
125 *key_len = pathname_len + ptc_sid_len; in tsrm_win32_get_path_sid_key()
134 memcpy(bucket_key + ptc_sid_len, pathname, pathname_len + 1); in tsrm_win32_get_path_sid_key()

Completed in 9 milliseconds