Home
last modified time | relevance | path

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

/PHP-7.0/ext/standard/
H A Dftok.c35 size_t pathname_len, proj_len; in PHP_FUNCTION() local
38 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "ps", &pathname, &pathname_len, &proj, &proj_len) == FA… in PHP_FUNCTION()
42 if (pathname_len == 0){ in PHP_FUNCTION()
/PHP-7.0/TSRM/
H A Dtsrm_win32.c114 size_t ptc_sid_len, pathname_len; in tsrm_win32_get_path_sid_key() local
116 pathname_len = strlen(pathname); in tsrm_win32_get_path_sid_key()
119 bucket_key = (char *)HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, pathname_len + 1); in tsrm_win32_get_path_sid_key()
123 memcpy(bucket_key, pathname, pathname_len); in tsrm_win32_get_path_sid_key()
133 bucket_key = (char *)HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, pathname_len + ptc_sid_len + 1); in tsrm_win32_get_path_sid_key()
140 memcpy(bucket_key + ptc_sid_len, pathname, pathname_len + 1); in tsrm_win32_get_path_sid_key()

Completed in 10 milliseconds