Searched refs:topath_len (Results 1 – 2 of 2) sorted by relevance
/PHP-5.6/ext/standard/ |
H A D | link.c | 122 int topath_len, frompath_len; in PHP_FUNCTION() local 129 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "pp", &topath, &topath_len, &frompath, &fromp… in PHP_FUNCTION() 180 int topath_len, frompath_len; in PHP_FUNCTION() local 185 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "pp", &topath, &topath_len, &frompath, &fromp… in PHP_FUNCTION()
|
H A D | link_win32.c | 124 int topath_len, frompath_len; in PHP_FUNCTION() local 148 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "pp", &topath, &topath_len, &frompath, &fromp… in PHP_FUNCTION() 204 int topath_len, frompath_len; in PHP_FUNCTION() local 211 …ters(ZEND_NUM_ARGS() TSRMLS_CC, "ss", &frompath, &frompath_len, &topath, &topath_len) == FAILURE) { in PHP_FUNCTION()
|
Completed in 7 milliseconds