Searched refs:frompath_len (Results 1 – 2 of 2) sorted by relevance
/PHP-5.4/ext/standard/ |
H A D | link.c | 122 int topath_len, frompath_len; in PHP_FUNCTION() local 129 …ters(ZEND_NUM_ARGS() TSRMLS_CC, "pp", &topath, &topath_len, &frompath, &frompath_len) == FAILURE) { in PHP_FUNCTION() 180 int topath_len, frompath_len; in PHP_FUNCTION() local 185 …ters(ZEND_NUM_ARGS() TSRMLS_CC, "pp", &topath, &topath_len, &frompath, &frompath_len) == FAILURE) { in PHP_FUNCTION()
|
H A D | link_win32.c | 113 int topath_len, frompath_len; in PHP_FUNCTION() local 137 …ters(ZEND_NUM_ARGS() TSRMLS_CC, "pp", &topath, &topath_len, &frompath, &frompath_len) == FAILURE) { in PHP_FUNCTION() 193 int topath_len, frompath_len; in PHP_FUNCTION() local 200 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss", &frompath, &frompath_len, &topath, &top… in PHP_FUNCTION()
|
Completed in 11 milliseconds