Searched refs:TYPE_PTR (Results 1 – 3 of 3) sorted by relevance
/external/qemu/ |
D | thunk.h | 37 TYPE_PTR, enumerator 42 #define MK_PTR(type) TYPE_PTR, type 100 case TYPE_PTR: in thunk_type_size() 137 case TYPE_PTR: in thunk_type_align()
|
D | thunk.c | 50 case TYPE_PTR: in thunk_type_next()
|
/external/chromium/third_party/libevent/ |
D | evdns.c | 156 #define TYPE_PTR EVDNS_TYPE_PTR macro 657 case TYPE_PTR: in reply_callback() 730 if (req->search_state && req->request_type != TYPE_PTR) { in reply_handle() 910 } else if (type == TYPE_PTR && class == CLASS_INET) { in reply_parse() 911 if (req->request_type != TYPE_PTR) { in reply_parse() 1613 req, EVDNS_ANSWER_SECTION, inaddr_name, TYPE_PTR, CLASS_INET, in evdns_server_request_add_ptr_reply() 2334 req = request_new(TYPE_PTR, buf, flags, callback, ptr); in evdns_resolve_reverse() 2358 req = request_new(TYPE_PTR, buf, flags, callback, ptr); in evdns_resolve_reverse_ipv6()
|