Home
last modified time | relevance | path

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

/PHP-5.6/ext/standard/
H A Dphp_dns.h27 #define php_dns_search(res, dname, class, type, answer, anslen) \ argument
28 ((int)dns_search(res, dname, class, type, answer, anslen, (struct sockaddr *)&from, &fromsize))
33 #define php_dns_search(res, dname, class, type, answer, anslen) \ argument
34 res_nsearch(res, dname, class, type, answer, anslen);
40 #define php_dns_search(res, dname, class, type, answer, anslen) \ argument
41 res_search(dname, class, type, answer, anslen)
H A Ddns.c445 n = dn_expand(answer->qb2, end, cp, name, sizeof(name) - 2); in php_parserr()
509 n = dn_expand(answer->qb2, end, cp, name, (sizeof name) - 2); in php_parserr()
565 n = dn_expand(answer->qb2, end, cp, name, (sizeof name) -2); in php_parserr()
571 n = dn_expand(answer->qb2, end, cp, name, (sizeof name) -2); in php_parserr()
709 n = dn_expand(answer->qb2, end, cp, name, (sizeof name) - 2); in php_parserr()
745 n = dn_expand(answer->qb2, end, cp, name, (sizeof name) - 2); in php_parserr()
781 querybuf answer; in PHP_FUNCTION() local
907 n = php_dns_search(handle, hostname, C_IN, type_to_fetch, answer.qb2, sizeof answer); in PHP_FUNCTION()
931 cp = answer.qb2 + HFIXEDSZ; in PHP_FUNCTION()
932 end = answer.qb2 + n; in PHP_FUNCTION()
[all …]
H A Dconfig.m4124 char salt[15], answer[40];
132 strcpy(answer,salt);
133 strcat(answer,"rISCgZzpwk3UhDidwXvin0");
135 exit(!encrypted || strcmp(encrypted,answer));
159 char salt[30], answer[70];
164 strcpy(answer,salt);
167 exit(!encrypted || strcmp(encrypted,answer));
191 char salt[21], answer[21+86];
195 strcpy(answer, salt);
222 char salt[21], answer[21+43];
[all …]
/PHP-5.6/ext/date/tests/
H A DDateTime_data-february.inc74 // NOTE: sub() produces different answer.
78 // NOTE: sub() produces different answer.
82 // NOTE: sub() produces different answer.
86 // NOTE: sub() produces different answer.
175 // NOTE: sub() produces different answer.
179 // NOTE: sub() produces different answer.
183 // NOTE: sub() produces different answer.
187 // NOTE: sub() produces different answer.
191 // NOTE: sub() produces different answer.
H A DDateTime_data-dates.inc23 // NOTE: sub() produces different answer.
52 // NOTE: sub() produces different answer.
/PHP-5.6/ext/standard/tests/strings/
H A Dstrtoupper.phpt12 // Not sure which is most portable. BSD's answer to
/PHP-5.6/
H A DREADME.MAILINGLIST_RULES67 3. Do not top post. Place your answer underneath anyone you wish to quote
H A DREADME.RELEASE_PROCESS28 first releases one of the previous RM's is around to answer questions. For the
/PHP-5.6/ext/pcre/pcrelib/doc/
H A Dpcre.txt1386 match a pattern, the two algorithms give the same answer. A difference
/PHP-5.6/ext/fileinfo/tests/
H A Dmagic8652 # what the right answer is (although using ">4095", FreeBSD-style, is

Completed in 113 milliseconds