Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dftok.c37 size_t pathname_len, proj_len; in PHP_FUNCTION() local
41 Z_PARAM_PATH(pathname, pathname_len) in PHP_FUNCTION()
45 if (pathname_len == 0){ in PHP_FUNCTION()
/PHP-7.4/TSRM/
H A Dtsrm_win32.h96 char * tsrm_win32_get_path_sid_key(const char *pathname, size_t pathname_len, size_t *key_len);
H A Dtsrm_win32.c108 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
116 *key_len = pathname_len; in tsrm_win32_get_path_sid_key()
127 *key_len = pathname_len + ptc_sid_len; in tsrm_win32_get_path_sid_key()
136 memcpy(bucket_key + ptc_sid_len, pathname, pathname_len + 1); in tsrm_win32_get_path_sid_key()

Completed in 16 milliseconds