Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/
H A Dlink.c131 int topath_len, frompath_len; in PHP_FUNCTION() local
138 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss", &topath, &topath_len, &frompath, &fromp… in PHP_FUNCTION()
142 if (strlen(topath) != topath_len) { in PHP_FUNCTION()
205 int topath_len, frompath_len; in PHP_FUNCTION() local
210 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss", &topath, &topath_len, &frompath, &fromp… in PHP_FUNCTION()
214 if (strlen(topath) != topath_len) { in PHP_FUNCTION()
H A Dlink_win32.c106 int topath_len, frompath_len; in PHP_FUNCTION() local
130 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss", &topath, &topath_len, &frompath, &fromp… in PHP_FUNCTION()
186 int topath_len, frompath_len; in PHP_FUNCTION() local
193 …ters(ZEND_NUM_ARGS() TSRMLS_CC, "ss", &frompath, &frompath_len, &topath, &topath_len) == FAILURE) { in PHP_FUNCTION()

Completed in 7 milliseconds