HomeSort by relevance Sort by last modified time
    Searched full:aplist (Results 1 - 2 of 2) sorted by null

  /external/libpcap/Win32/Src/
getaddrinfo.c 524 char **aplist = NULL, *apbuf = NULL; local
602 aplist = hp->h_addr_list;
611 aplist = (char **)malloc(sizeof(aplist[0]) * naddrs);
613 if (aplist == NULL || apbuf == NULL) {
617 memset(aplist, 0, sizeof(aplist[0]) * naddrs);
620 aplist[i] = NULL;
625 aplist[i] = &apbuf[i * hp->h_length];
629 for (i = 0; aplist[i] != NULL; i++)
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-linux.c     [all...]

Completed in 80 milliseconds