Home
last modified time | relevance | path

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

/PHP-7.2/ext/standard/
H A Dlink.c122 size_t topath_len, frompath_len; in PHP_FUNCTION() local
131 Z_PARAM_PATH(frompath, frompath_len) in PHP_FUNCTION()
181 size_t topath_len, frompath_len; in PHP_FUNCTION() local
188 Z_PARAM_PATH(frompath, frompath_len) in PHP_FUNCTION()
H A Dlink_win32.c124 size_t topath_len, frompath_len; in PHP_FUNCTION() local
133 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "pp", &topath, &topath_len, &frompath, &frompath_len) =… in PHP_FUNCTION()
206 size_t topath_len, frompath_len; in PHP_FUNCTION() local
214 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "pp", &frompath, &frompath_len, &topath, &topath_len) =… in PHP_FUNCTION()

Completed in 9 milliseconds