HomeSort by: relevance | last modified time | path
    Searched defs:TYPE_PTR (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/libc++/dist/libcxxrt/src/
libelftc_dem_gnu3.c 67 TYPE_PTR, TYPE_REF, TYPE_CMX, TYPE_IMG, TYPE_EXT, TYPE_RST, TYPE_VAT,
848 case TYPE_PTR:
3180 if (!vector_type_qualifier_push(&v, TYPE_PTR))
  /src/external/bsd/nsd/dist/
dns.h 101 #define TYPE_PTR 12 /* a domain name pointer */
  /src/external/bsd/libevent/dist/
evdns.c 152 #define TYPE_PTR EVDNS_TYPE_PTR
178 u8 request_type; /* TYPE_PTR or TYPE_A or TYPE_AAAA */
808 case TYPE_PTR:
954 req->request_type != TYPE_PTR) {
1148 } else if (type == TYPE_PTR && class == CLASS_INET) {
1149 if (req->request_type != TYPE_PTR) {
1888 req, EVDNS_ANSWER_SECTION, inaddr_name, TYPE_PTR, CLASS_INET,
3008 req = request_new(base, handle, TYPE_PTR, buf, flags, callback, ptr);
3048 req = request_new(base, handle, TYPE_PTR, buf, flags, callback, ptr);
  /src/external/bsd/ntp/dist/sntp/libevent/
evdns.c 150 #define TYPE_PTR EVDNS_TYPE_PTR
176 u8 request_type; /* TYPE_PTR or TYPE_A or TYPE_AAAA */
806 case TYPE_PTR:
952 req->request_type != TYPE_PTR) {
1146 } else if (type == TYPE_PTR && class == CLASS_INET) {
1147 if (req->request_type != TYPE_PTR) {
1886 req, EVDNS_ANSWER_SECTION, inaddr_name, TYPE_PTR, CLASS_INET,
3006 req = request_new(base, handle, TYPE_PTR, buf, flags, callback, ptr);
3046 req = request_new(base, handle, TYPE_PTR, buf, flags, callback, ptr);

Completed in 44 milliseconds