Searched refs:rectype_len (Results 1 – 2 of 2) sorted by relevance
/PHP-5.4/ext/standard/ |
H A D | dns_win32.c | 96 int hostname_len, rectype_len = 0; in PHP_FUNCTION() local 102 …s(ZEND_NUM_ARGS() TSRMLS_CC, "s|s", &hostname, &hostname_len, &rectype, &rectype_len) == FAILURE) { in PHP_FUNCTION()
|
H A D | dns.c | 360 int hostname_len, rectype_len = 0; in PHP_FUNCTION() local 371 …s(ZEND_NUM_ARGS() TSRMLS_CC, "s|s", &hostname, &hostname_len, &rectype, &rectype_len) == FAILURE) { in PHP_FUNCTION()
|
Completed in 9 milliseconds