Home
last modified time | relevance | path

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

/PHP-8.3/ext/standard/
H A Dphp_dns.h23 #define php_dns_search(res, dname, class, type, answer, anslen) \ argument
24 …((int)dns_search(res, dname, class, type, (char *) answer, anslen, (struct sockaddr *)&from, &from…
30 #define php_dns_search(res, dname, class, type, answer, anslen) \ argument
31 res_nsearch(res, dname, class, type, answer, anslen);
44 #define php_dns_search(res, dname, class, type, answer, anslen) \ argument
45 res_search(dname, class, type, answer, anslen)
H A Ddns.c367 querybuf answer = {0}; in PHP_FUNCTION() local
426 i = php_dns_search(handle, hostname, C_IN, type, answer.qb2, sizeof answer); in PHP_FUNCTION()
432 hp = (HEADER *)&answer; in PHP_FUNCTION()
822 querybuf answer = {0}; in PHP_FUNCTION() local
984 end = answer.qb2 + n; in PHP_FUNCTION()
985 hp = (HEADER *)&answer; in PHP_FUNCTION()
1052 querybuf answer = {0}; in PHP_FUNCTION() local
1099 i = php_dns_search(handle, hostname, C_IN, DNS_T_MX, answer.qb2, sizeof(answer)); in PHP_FUNCTION()
1104 hp = (HEADER *)&answer; in PHP_FUNCTION()
1105 cp = answer.qb2 + HFIXEDSZ; in PHP_FUNCTION()
[all …]
H A Dconfig.m4146 char salt[15], answer[40];
154 strcpy(answer,salt);
155 strcat(answer,"rISCgZzpwk3UhDidwXvin0");
157 return !encrypted || strcmp(encrypted,answer);
186 char salt[30], answer[70];
191 strcpy(answer,salt);
194 return !encrypted || strcmp(encrypted,answer);
223 char salt[21], answer[21+86];
227 strcpy(answer, salt);
259 char salt[21], answer[21+43];
[all …]
/PHP-8.3/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-8.3/Zend/tests/return_types/
H A Drfc002.phpt5 function answer(): int {
9 var_dump(answer());
/PHP-8.3/build/
H A Dphp_cxx_compile_stdcxx.m4287 struct answer
292 answer<1> f(int&) { return answer<1>(); }
293 answer<2> f(const int&) { return answer<2>(); }
294 answer<3> f(int&&) { return answer<3>(); }
/PHP-8.3/docs/
H A Dmailinglist-rules.md64 3. Do not top post. Place your answer underneath anyone you wish to quote
H A Drelease-process.md76 > Ideally, make sure a previous RM is available to answer questions during
1045 [Send emails from a different address or alias]: https://support.google.com/mail/answer/22370?hl=en
/PHP-8.3/
H A DCODING_STANDARDS.md82 which return a "yes"/"no" answer. `zend_result` is an appropriate
/PHP-8.3/ext/fileinfo/tests/
H A Dmagic15843 # what the right answer is (although using ">4095", FreeBSD-style, is
H A Dmagic私はガラスを食べられます15843 # what the right answer is (although using ">4095", FreeBSD-style, is

Completed in 187 milliseconds