Searched refs:get_uint16 (Results 1 – 9 of 9) sorted by relevance
/external/python/cpython2/Modules/ |
D | zipimport.c | 665 get_uint16(const unsigned char *buf) in get_uint16() function 798 compress = get_uint16(buffer + 10); in read_directory() 799 time = get_uint16(buffer + 12); in read_directory() 800 date = get_uint16(buffer + 14); in read_directory() 804 name_size = get_uint16(buffer + 28); in read_directory() 806 get_uint16(buffer + 30) /* extra field */ + in read_directory() 807 get_uint16(buffer + 32) /* comment */; in read_directory() 960 get_uint16(buffer + 26) /* file name */ + in get_data() 961 get_uint16(buffer + 28) /* extra field */; in get_data()
|
/external/mdnsresponder/mDNSShared/ |
D | dnssd_ipc.c | 88 uint16_t get_uint16(const char **ptr, const char *end) in get_uint16() function
|
D | dnssd_ipc.h | 194 uint16_t get_uint16(const char **ptr, const char *end);
|
D | dnssd_clientstub.c | 1129 txtlen = get_uint16(&data, end); in handle_resolve_response() 1201 rrtype = get_uint16(&data, end); in handle_query_response() 1202 rrclass = get_uint16(&data, end); in handle_query_response() 1203 rdlen = get_uint16(&data, end); in handle_query_response() 1260 rrtype = get_uint16(&data, end); in handle_addrinfo_response() 1261 rrclass = get_uint16(&data, end); in handle_addrinfo_response() 1262 rdlen = get_uint16(&data, end); in handle_addrinfo_response()
|
D | uds_daemon.c | 492 mDNSu16 type = get_uint16(&request->msgptr, request->msgend); in read_rr_from_ipc_msg() 493 mDNSu16 class = get_uint16(&request->msgptr, request->msgend); in read_rr_from_ipc_msg() 494 mDNSu16 rdlen = get_uint16(&request->msgptr, request->msgend); in read_rr_from_ipc_msg() 1123 mDNSu16 rrtype = get_uint16(&request->msgptr, request->msgend); in handle_add_request() 1124 mDNSu16 rdlen = get_uint16(&request->msgptr, request->msgend); in handle_add_request() 1213 mDNSu16 rdlen = get_uint16(&request->msgptr, request->msgend); in handle_update_request() 1625 request->u.servicereg.txtlen = get_uint16(&request->msgptr, request->msgend); in handle_regservice_request() 2981 rrtype = get_uint16(&request->msgptr, request->msgend); in handle_queryrecord_request() 2982 rrclass = get_uint16(&request->msgptr, request->msgend); in handle_queryrecord_request()
|
/external/llvm-project/lldb/examples/python/ |
D | file_extract.py | 90 def get_uint16(self, fail_value=0): member in FileExtract
|
D | mach_o.py | 1654 self.desc = data.get_uint16()
|
/external/sqlite/dist/ |
D | shell.c | 9143 static unsigned int get_uint16(unsigned char *a){ in get_uint16() function 9324 pCsr->nCell = get_uint16(&pCsr->aPage[iOff+3]); in dbdataNext() 9374 iOff = get_uint16(&pCsr->aPage[iOff]); in dbdataNext() 9598 iOff = get_uint16(&pCsr->aPage[iOff]); in dbdataColumn()
|
/external/sqlite/dist/orig/ |
D | shell.c | 9138 static unsigned int get_uint16(unsigned char *a){ in get_uint16() function 9319 pCsr->nCell = get_uint16(&pCsr->aPage[iOff+3]); in dbdataNext() 9369 iOff = get_uint16(&pCsr->aPage[iOff]); in dbdataNext() 9593 iOff = get_uint16(&pCsr->aPage[iOff]); in dbdataColumn()
|