Searched defs:TYPE_PTR (Results 1 - 4 of 4) sorted by relevance

/external/qemu/
H A Dthunk.h37 TYPE_PTR, enumerator in enum:argtype
42 #define MK_PTR(type) TYPE_PTR, type
100 case TYPE_PTR:
137 case TYPE_PTR:
/external/jmdns/src/javax/jmdns/impl/constants/
H A DDNSRecordType.java65 TYPE_PTR("ptr", 12), enum constant in enum:DNSRecordType
/external/chromium/third_party/libevent/
H A Devdns.c156 #define TYPE_PTR EVDNS_TYPE_PTR macro
166 unsigned int request_type; /* TYPE_PTR or TYPE_A */
657 case TYPE_PTR:
730 if (req->search_state && req->request_type != TYPE_PTR) {
910 } else if (type == TYPE_PTR && class == CLASS_INET) {
911 if (req->request_type != TYPE_PTR) {
1613 req, EVDNS_ANSWER_SECTION, inaddr_name, TYPE_PTR, CLASS_INET,
2334 req = request_new(TYPE_PTR, buf, flags, callback, ptr);
2358 req = request_new(TYPE_PTR, buf, flags, callback, ptr);
/external/chromium_org/third_party/libevent/
H A Devdns.c156 #define TYPE_PTR EVDNS_TYPE_PTR macro
166 unsigned int request_type; /* TYPE_PTR or TYPE_A */
657 case TYPE_PTR:
730 if (req->search_state && req->request_type != TYPE_PTR) {
910 } else if (type == TYPE_PTR && class == CLASS_INET) {
911 if (req->request_type != TYPE_PTR) {
1613 req, EVDNS_ANSWER_SECTION, inaddr_name, TYPE_PTR, CLASS_INET,
2334 req = request_new(TYPE_PTR, buf, flags, callback, ptr);
2358 req = request_new(TYPE_PTR, buf, flags, callback, ptr);

Completed in 265 milliseconds