Searched refs:hostlen (Results 1 – 1 of 1) sorted by relevance
/PHP-5.6/ext/ldap/ |
H A D | ldap.c | 324 int hostlen; in PHP_FUNCTION() local 340 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|slssl", &host, &hostlen, &port, &wallet, &w… in PHP_FUNCTION() 348 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|sl", &host, &hostlen, &port) != SUCCESS) { in PHP_FUNCTION() 367 int urllen = hostlen + sizeof( "ldap://:65535" ); in PHP_FUNCTION()
|
Completed in 16 milliseconds