Searched refs:authns (Results 1 - 3 of 3) sorted by relevance
| /PHP_TRUNK/ext/standard/ |
| H A D | dns_win32.c | 346 /* {{{ proto array|false dns_get_record(string hostname [, int type[, array authns, array addtl]]) 353 zval *authns = NULL, *addtl = NULL; local 358 &hostname, &hostname_len, &type_param, &authns, &addtl, &raw) == FAILURE) { 362 if (authns) { 363 zval_dtor(authns); 364 array_init(authns); 478 if (authns && pRec->Flags.S.Section == DnsSectionAuthority) { 482 add_next_index_zval(authns, retval);
|
| H A D | dns.c | 712 /* {{{ proto array|false dns_get_record(string hostname [, int type[, array authns, array addtl]]) 719 zval *authns = NULL, *addtl = NULL; local 737 &hostname, &hostname_len, &type_param, &authns, &addtl, &raw) == FAILURE) { 741 if (authns) { 742 zval_dtor(authns); 743 array_init(authns); 893 if (authns || addtl) { 900 cp = php_parserr(cp, &answer, DNS_T_ANY, authns != NULL, raw, &retval); 902 add_next_index_zval(authns, retval);
|
| H A D | basic_functions.c | 1012 ZEND_ARG_ARRAY_INFO(1, authns, 1)
|
Completed in 11 milliseconds