Home
last modified time | relevance | path

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

/PHP-7.1/ext/standard/
H A Dftok.c39 size_t pathname_len, proj_len; in PHP_FUNCTION() local
42 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "ps", &pathname, &pathname_len, &proj, &proj_len) == FA… in PHP_FUNCTION()
46 if (pathname_len == 0){ in PHP_FUNCTION()
/PHP-7.1/TSRM/
H A Dtsrm_win32.c115 size_t ptc_sid_len, pathname_len; in tsrm_win32_get_path_sid_key() local
117 pathname_len = strlen(pathname); in tsrm_win32_get_path_sid_key()
120 bucket_key = (char *)HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, pathname_len + 1); in tsrm_win32_get_path_sid_key()
124 memcpy(bucket_key, pathname, pathname_len); in tsrm_win32_get_path_sid_key()
134 bucket_key = (char *)HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, pathname_len + ptc_sid_len + 1); in tsrm_win32_get_path_sid_key()
141 memcpy(bucket_key + ptc_sid_len, pathname, pathname_len + 1); in tsrm_win32_get_path_sid_key()

Completed in 9 milliseconds