Home
last modified time | relevance | path

Searched defs:handle (Results 1 – 25 of 219) sorted by relevance

123456789

/external/libxml2/
Dxmlmodule.c24 void *handle; member
223 xmlModulePlatformClose(void *handle) in xmlModulePlatformClose()
235 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) in xmlModulePlatformSymbol()
267 xmlModulePlatformClose(void *handle) in xmlModulePlatformClose()
279 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) in xmlModulePlatformSymbol()
312 xmlModulePlatformClose(void *handle) in xmlModulePlatformClose()
327 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) in xmlModulePlatformSymbol()
358 xmlModulePlatformClose(void *handle) in xmlModulePlatformClose()
377 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) in xmlModulePlatformSymbol()
402 void *handle; in xmlModulePlatformOpen() local
[all …]
/external/webkit/WebCore/bindings/v8/
DOwnHandle.h42 explicit OwnHandle(v8::Handle<T> handle) : m_handle(v8::Persistent<T>::New(handle)) { } in OwnHandle()
46 void set(v8::Handle<T> handle) { clear(); m_handle = v8::Persistent<T>::New(handle); } in set()
50 void adopt(v8::Persistent<T> handle) { clear(); m_handle = handle; } in adopt()
73 OwnHandle<T>* handle = static_cast<OwnHandle<T>*>(ownHandle); in weakCallback() local
/external/qemu/distrib/sdl-1.2.12/src/loadso/mint/
DSDL_sysloadso.c38 void *handle = (void *)ldg_open((char *)sofile, ldg_global); in SDL_LoadObject() local
45 void *SDL_LoadFunction(void *handle, const char *name) in SDL_LoadFunction()
55 void SDL_UnloadObject(void *handle) in SDL_UnloadObject()
/external/qemu/distrib/sdl-1.2.12/src/loadso/dlopen/
DSDL_sysloadso.c36 void *handle = dlopen(sofile, RTLD_NOW); in SDL_LoadObject() local
44 void *SDL_LoadFunction(void *handle, const char *name) in SDL_LoadFunction()
62 void SDL_UnloadObject(void *handle) in SDL_UnloadObject()
/external/bluetooth/glib/gmodule/
Dgmodule-os2.c75 gpointer handle; in _g_module_open() local
88 gpointer handle; in _g_module_self() local
102 _g_module_close (gpointer handle, in _g_module_close()
118 _g_module_symbol (gpointer handle, in _g_module_symbol()
Dgmodule-dl.c97 gpointer handle; in _g_module_open() local
110 gpointer handle; in _g_module_self() local
124 _g_module_close (gpointer handle, in _g_module_close()
140 _g_module_symbol (gpointer handle, in _g_module_symbol()
Dgmodule-ar.c107 gpointer handle; in _g_module_open() local
136 gpointer handle; in _g_module_self() local
146 _g_module_close (gpointer handle, in _g_module_close()
162 _g_module_symbol (gpointer handle, in _g_module_symbol()
Dgmodule-beos.c66 image_id handle; in _g_module_open() local
108 _g_module_close (gpointer handle, in _g_module_close()
132 _g_module_symbol (gpointer handle, in _g_module_symbol()
/external/qemu/distrib/sdl-1.2.12/src/loadso/beos/
DSDL_sysloadso.c37 void *handle = NULL; in SDL_LoadObject() local
48 SDL_LoadFunction(void *handle, const char *name) in SDL_LoadFunction()
60 SDL_UnloadObject(void *handle) in SDL_UnloadObject()
/external/libpcap/
Dpcap-linux.c240 pcap_t *handle; in pcap_open_live() local
446 pcap_read_linux(pcap_t *handle, int max_packets, pcap_handler callback, u_char *user) in pcap_read_linux()
461 pcap_read_packet(pcap_t *handle, pcap_handler callback, u_char *userdata) in pcap_read_packet()
743 pcap_inject_linux(pcap_t *handle, const void *buf, size_t size) in pcap_inject_linux()
794 pcap_stats_linux(pcap_t *handle, struct pcap_stat *stats) in pcap_stats_linux()
925 pcap_setfilter_linux(pcap_t *handle, struct bpf_program *filter) in pcap_setfilter_linux()
1063 pcap_setdirection_linux(pcap_t *handle, pcap_direction_t d) in pcap_setdirection_linux()
1098 static void map_arphrd_to_dlt(pcap_t *handle, int arptype, int cooked_ok) in map_arphrd_to_dlt()
1388 live_open_new(pcap_t *handle, const char *device, int promisc, in live_open_new()
1694 struct pcap *handle; in pcap_close_all() local
[all …]
/external/qemu/distrib/sdl-1.2.12/src/loadso/os2/
DSDL_sysloadso.c38 HMODULE handle = NULL; in SDL_LoadObject() local
49 void *SDL_LoadFunction(void *handle, const char *name) in SDL_LoadFunction()
65 void SDL_UnloadObject(void *handle) in SDL_UnloadObject()
/external/bluetooth/hcidump/parser/
Dparser.c63 uint16_t handle; member
69 void set_proto(uint16_t handle, uint16_t psm, uint8_t channel, uint32_t proto) in set_proto()
98 uint32_t get_proto(uint16_t handle, uint16_t psm, uint8_t channel) in get_proto()
121 uint16_t handle; member
128 void del_frame(uint16_t handle, uint8_t dlci) in del_frame()
204 uint8_t get_opcode(uint16_t handle, uint8_t dlci) in get_opcode()
216 void set_opcode(uint16_t handle, uint8_t dlci, uint8_t opcode) in set_opcode()
228 uint8_t get_status(uint16_t handle, uint8_t dlci) in get_status()
240 void set_status(uint16_t handle, uint8_t dlci, uint8_t status) in set_status()
Dcmtp.c42 uint16_t handle; member
49 uint16_t handle = frm->handle, cid = frm->cid; in add_segment() local
95 uint16_t handle = frm->handle, cid = frm->cid; in free_segment() local
130 uint16_t handle = frm->handle, cid = frm->cid; in get_segment() local
/external/webkit/WebCore/platform/network/soup/
DResourceHandleSoup.cpp109 void WebCoreSynchronousLoader::didFail(ResourceHandle* handle, const ResourceError& error) in didFail()
173 ResourceHandle* handle = static_cast<ResourceHandle*>(data); in restartedCallback() local
208 RefPtr<ResourceHandle> handle = static_cast<ResourceHandle*>(data); in gotHeadersCallback() local
241 RefPtr<ResourceHandle> handle = static_cast<ResourceHandle*>(data); in contentSniffedCallback() local
262 RefPtr<ResourceHandle> handle = static_cast<ResourceHandle*>(data); in gotChunkCallback() local
279 RefPtr<ResourceHandle>handle = adoptRef(static_cast<ResourceHandle*>(data)); in finishedCallback() local
322 ResourceHandle* handle = static_cast<ResourceHandle*>(callback_data); in parseDataUrl() local
396 static bool startData(ResourceHandle* handle, String urlString) in startData()
433 static bool startHttp(ResourceHandle* handle, String urlString) in startHttp()
620 ResourceHandle handle(request, &syncLoader, true, false, true); in loadResourceSynchronously() local
[all …]
/external/qemu/distrib/sdl-1.2.12/src/loadso/win32/
DSDL_sysloadso.c36 void *handle = NULL; in SDL_LoadObject() local
84 void *SDL_LoadFunction(void *handle, const char *name) in SDL_LoadFunction()
132 void SDL_UnloadObject(void *handle) in SDL_UnloadObject()
/external/qemu/distrib/sdl-1.2.12/src/loadso/macos/
DSDL_sysloadso.c40 void *handle = NULL; in SDL_LoadObject() local
77 void *SDL_LoadFunction(void *handle, const char *name) in SDL_LoadFunction()
97 void SDL_UnloadObject(void *handle) in SDL_UnloadObject()
/external/bluetooth/bluez/src/
Dsdpd-database.c48 uint32_t handle; member
188 static sdp_list_t *record_locate(uint32_t handle) in record_locate()
203 static sdp_list_t *access_locate(uint32_t handle) in access_locate()
221 sdp_record_t *sdp_record_find(uint32_t handle) in sdp_record_find()
236 int sdp_record_remove(uint32_t handle) in sdp_record_remove()
276 int sdp_check_access(uint32_t handle, bdaddr_t *device) in sdp_check_access()
298 uint32_t handle = 0x10000; in sdp_next_handle() local
Dplugin.c45 void *handle; member
58 static gboolean add_plugin(void *handle, struct bluetooth_plugin_desc *desc) in add_plugin()
153 void *handle; in plugin_init() local
/external/qemu/distrib/sdl-1.2.12/src/loadso/dummy/
DSDL_sysloadso.c38 void *SDL_LoadFunction(void *handle, const char *name) in SDL_LoadFunction()
45 void SDL_UnloadObject(void *handle) in SDL_UnloadObject()
/external/qemu/hw/
Dbt-hci.c63 } handle[HCI_HANDLES_MAX]; member
86 uint16_t handle; /* Local */ member
618 static inline int bt_hci_handle_bad(struct bt_hci_s *hci, uint16_t handle) in bt_hci_handle_bad()
625 static inline int bt_hci_role_master(struct bt_hci_s *hci, uint16_t handle) in bt_hci_role_master()
631 uint16_t handle) in bt_hci_remote_dev()
666 static void bt_hci_lmp_link_teardown(struct bt_hci_s *hci, uint16_t handle) in bt_hci_lmp_link_teardown()
728 uint16_t handle; in bt_hci_connection_accept() local
832 uint16_t handle; in bt_hci_lmp_connection_complete() local
878 uint16_t handle, int reason) in bt_hci_disconnect()
914 uint16_t handle = link->handle; in bt_hci_lmp_disconnect_host() local
[all …]
/external/iptables/libiptc/
Dlibiptc.c308 iptcc_find_chain_by_offset(TC_HANDLE_T handle, unsigned int offset) in iptcc_find_chain_by_offset()
325 iptcc_find_label(const char *name, TC_HANDLE_T handle) in iptcc_find_label()
914 TC_DUMP_ENTRIES(const TC_HANDLE_T handle) in TC_DUMP_ENTRIES()
941 int TC_IS_CHAIN(const char *chain, const TC_HANDLE_T handle) in TC_IS_CHAIN()
947 static void iptcc_chain_iterator_advance(TC_HANDLE_T handle) in iptcc_chain_iterator_advance()
960 TC_FIRST_CHAIN(TC_HANDLE_T *handle) in TC_FIRST_CHAIN()
982 TC_NEXT_CHAIN(TC_HANDLE_T *handle) in TC_NEXT_CHAIN()
1001 TC_FIRST_RULE(const char *chain, TC_HANDLE_T *handle) in TC_FIRST_RULE()
1031 TC_NEXT_RULE(const STRUCT_ENTRY *prev, TC_HANDLE_T *handle) in TC_NEXT_RULE()
1066 TC_NUM_RULES(const char *chain, TC_HANDLE_T *handle) in TC_NUM_RULES()
[all …]
/external/webkit/WebCore/loader/icon/
DIconLoader.cpp93 ResourceHandle* handle = resourceLoader->handle(); in didReceiveResponse() local
117 ResourceHandle* handle = resourceLoader->handle(); in didFail() local
139 ResourceHandle* handle = resourceLoader->handle(); in didFinishLoading() local
/external/webkit/WebCore/platform/android/
DFileSystemAndroid.cpp51 CString openTemporaryFile(const char* prefix, PlatformFileHandle& handle) in openTemporaryFile()
78 void closeFile(PlatformFileHandle& handle) in closeFile()
86 int writeToFile(PlatformFileHandle handle, const char* data, int length) in writeToFile()
/external/webkit/WebKit/win/
DWebURLAuthenticationChallengeSender.cpp44 …thenticationChallengeSender::WebURLAuthenticationChallengeSender(PassRefPtr<ResourceHandle> handle) in WebURLAuthenticationChallengeSender()
59 …er* WebURLAuthenticationChallengeSender::createInstance(PassRefPtr<WebCore::ResourceHandle> handle) in createInstance()
/external/webkit/WebCore/loader/mac/
DDocumentLoaderMac.cpp44 if (ResourceHandle* handle = (*it)->handle()) in scheduleAll() local
53 if (ResourceHandle* handle = (*it)->handle()) in unscheduleAll() local

123456789