HomeSort by relevance Sort by last modified time
    Searched refs:ns_initparse (Results 1 - 7 of 7) sorted by null

  /bionic/libc/private/
arpa_nameser.h 477 #define ns_initparse __ns_initparse macro
514 int ns_initparse(const u_char *, int, ns_msg *);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
nameser.h 477 #define ns_initparse __ns_initparse macro
511 int ns_initparse (const u_char *, int, ns_msg *) __THROW;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser.h 477 #define ns_initparse __ns_initparse macro
511 int ns_initparse (const u_char *, int, ns_msg *) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser.h 477 #define ns_initparse __ns_initparse macro
511 int ns_initparse (const u_char *, int, ns_msg *) __THROW;
  /bionic/libc/netbsd/nameser/
ns_parse.c 103 ns_initparse(const u_char *msg, int msglen, ns_msg *handle) { function
  /bionic/libc/netbsd/resolv/
res_debug.c 247 if (ns_initparse(msg, len, &handle) < 0) {
248 fprintf(file, ";; ns_initparse: %s\n", strerror(errno));
res_cache.c 1087 if (ns_initparse(answer, answerlen, &handle) >= 0) {
    [all...]

Completed in 4713 milliseconds