Searched refs:answer (Results 26 - 34 of 34) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dgetnetbydns.c118 getnetanswer(querybuf *answer, int anslen, int net_i) argument
133 * find first satisfactory answer
135 * answer --> +------------+ ( MESSAGE )
146 eom = answer->buf + anslen;
147 hp = &answer->hdr;
148 ancount = ntohs(hp->ancount); /* #/records in the answer section */
152 cp = answer->buf + HFIXEDSZ;
167 n = dn_expand(answer->buf, eom, cp, bp, buflen);
179 n = dn_expand(answer->buf, eom, cp, bp, buflen);
H A Dgethostbydns.c198 gethostanswer(const querybuf *answer, int anslen, const char *qname, int qtype) argument
214 eom = answer->buf + anslen;
228 * find first satisfactory answer
230 hp = &answer->hdr;
235 cp = answer->buf;
241 n = dn_expand(answer->buf, eom, cp, bp, buflen);
273 n = dn_expand(answer->buf, eom, cp, bp, buflen);
299 n = dn_expand(answer->buf, eom, cp, tbuf, sizeof tbuf);
331 n = dn_expand(answer->buf, eom, cp, tbuf, sizeof tbuf);
373 n = dn_expand(answer
503 __dns_getanswer(const char *answer, int anslen, const char *qname, int qtype) argument
[all...]
/vbox/src/VBox/Additions/linux/lightdm-greeter/liblightdm-gobject-1.5.0/
H A Duser.c1166 GVariant *answer; local
1171 answer = g_dbus_proxy_get_cached_property (proxy, property);
1173 if (!answer)
1179 return answer;
1185 GVariant *answer; local
1188 answer = get_property (proxy, property);
1189 if (!g_variant_is_of_type (answer, G_VARIANT_TYPE_BOOLEAN))
1192 property, g_variant_get_type_string (answer));
1193 g_variant_unref (answer);
1197 rv = g_variant_get_boolean (answer);
1206 GVariant *answer; local
1232 GVariant *answer; local
[all...]
/vbox/src/libs/xpcom18a4/xpcom/threads/
H A DnsEventQueue.cpp577 nsIEventQueue *answer = NS_STATIC_CAST(nsIEventQueue *, this);
578 NS_ADDREF(answer);
579 *aQueue = answer;
586 nsCOMPtr<nsIEventQueue> answer; local
589 mYoungerQueue->GetYoungestActive(getter_AddRefs(answer));
590 if (!answer) {
592 answer = NS_STATIC_CAST(nsIEventQueue *, this);
594 *aQueue = answer;
H A DnsEventQueueService.cpp245 nsCOMPtr<nsIEventQueue> answer; local
250 ourChain->GetYoungestActive(getter_AddRefs(answer));
252 answer = queue;
255 *aResult = answer;
/vbox/src/libs/zlib-1.2.6/contrib/minizip/
H A Dminizip.c349 char answer[128]; local
352 ret = scanf("%1s",answer);
357 rep = answer[0] ;
H A Dminiunz.c386 char answer[128]; local
390 ret = scanf("%1s",answer);
395 rep = answer[0] ;
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/gcc/
H A Dmingw-gcc-build.py162 answer = raw_input("Is this configuration ok? (default = no): ")
163 if (answer.lower() not in ('y', 'yes')):
173 answer = raw_input("Are you sure you want to build it? (default = no): ")
174 if (answer.lower() not in ('y', 'yes')):
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlcatalog.c261 printf("Resolver failed to find an answer\n");

Completed in 70 milliseconds

12