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

  /external/c-ares/
ares_parse_ptr_reply.c 54 char *ptrname, *hostname, *rr_name, *rr_data; local
75 status = ares__expand_name_for_response(aptr, abuf, alen, &ptrname, &len);
80 free(ptrname);
90 free(ptrname);
112 && strcasecmp(rr_name, ptrname) == 0)
149 /* Decode the RR data and replace ptrname with it. */
157 free(ptrname);
158 ptrname = rr_data;
198 free(ptrname);
215 free(ptrname);
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_common.i 127 std::string ptrname = name;
128 ptrname += " *";
129 return ptrname;
  /prebuilts/misc/common/swig/include/2.0.11/typemaps/
traits.swg 71 std::string ptrname = name;
72 ptrname += " *";
73 return ptrname;
  /external/autotest/client/cros/netprotos/
cros_p2p.py 141 # data is a "ptrname" string.
142 queries.append((ptrname, dpkt.dns.DNS_ANY))
zeroconf_unittest.py 59 self.assertEqual(fq_name, ptr_resp.ptrname)
zeroconf.py 176 data = rr.ptrname
341 ptrname = dest + '.' + q.name))
  /external/curl/docs/libcurl/
curl_formadd.3 189 /* Add ptrname/ptrcontent section */
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/
dwarf.go 1141 ptrname := fmt.Sprintf("*%s", getattr(dwtype, DW_AT_name).data)
1142 die := find(&dwtypes, ptrname)
1144 die = newdie(&dwtypes, DW_ABRV_PTRTYPE, ptrname)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
dwarf.go 1138 ptrname := fmt.Sprintf("*%s", getattr(dwtype, DW_AT_name).data)
1139 die := find(&dwtypes, ptrname)
1141 die = newdie(&dwtypes, DW_ABRV_PTRTYPE, ptrname)
    [all...]
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/
dwarf.go 1141 ptrname := fmt.Sprintf("*%s", getattr(dwtype, DW_AT_name).data)
1142 die := find(&dwtypes, ptrname)
1144 die = newdie(&dwtypes, DW_ABRV_PTRTYPE, ptrname)
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
dwarf.go 1138 ptrname := fmt.Sprintf("*%s", getattr(dwtype, DW_AT_name).data)
1139 die := find(&dwtypes, ptrname)
1141 die = newdie(&dwtypes, DW_ABRV_PTRTYPE, ptrname)
    [all...]
  /external/google-breakpad/src/third_party/curl/
curl.h     [all...]
  /external/curl/include/curl/
curl.h     [all...]

Completed in 397 milliseconds