Home
last modified time | relevance | path

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

/PHP-7.4/ext/ldap/
H A Dldap.c996 size_t hostlen = 0; in PHP_FUNCTION() local
1012 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "|slssl", &host, &hostlen, &port, &wallet, &walletlen, … in PHP_FUNCTION()
1020 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|sl", &host, &hostlen, &port) != SUCCESS) { in PHP_FUNCTION()
1036 size_t urllen = hostlen + sizeof( "ldap://:65535" ); in PHP_FUNCTION()

Completed in 24 milliseconds