Home
last modified time | relevance | path

Searched defs:handle (Results 1126 - 1150 of 4098) sorted by relevance

1...<<41424344454647484950>>...164

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dnbd.h41 char handle[8]; member
48 char handle[8]; member
/third_party/curl/tests/http/clients/
H A Dh2-serverpush.c95 int my_trace(CURL *handle, curl_infotype type, in my_trace() argument
H A Dh2-upgrade-extreme.c59 static int debug_cb(CURL *handle, curl_infotype type, in debug_cb() argument
/third_party/elfutils/tests/
H A Dshow-die-info.c59 handle (Dwarf *dbg, Dwarf_Die *die, int n) in handle() function
/third_party/curl/tests/libtest/
H A Dlib506.c45 static void my_lock(CURL *handle, curl_lock_data data, in my_lock() argument
85 static void my_unlock(CURL *handle, curl_lock_data data, void *useptr) in my_unlock() argument
H A Dlib552.c88 int my_trace(CURL *handle, curl_infotype type, in my_trace() argument
154 static curlioerr ioctl_callback(CURL *handle, int cmd, void *clientp) in ioctl_callback() argument
/third_party/eudev/src/shared/
H A Dmissing.h148 static inline int name_to_handle_at(int fd, const char *name, struct file_handle *handle, int *mnt_id, int flags) { in name_to_handle_at() argument
/third_party/curl/src/
H A Dtool_cb_dbg.c92 int tool_debug_cb(CURL *handle, curl_infotype type, in tool_debug_cb() argument
/third_party/gn/src/base/win/
H A Dscoped_handle.h41 explicit GenericScopedHandle(Handle handle) : handle_(Traits::NullHandle()) { in GenericScopedHandle() argument
60 void Set(Handle handle) { in Set() argument
110 IsHandleValid(HANDLE handle) IsHandleValid() argument
128 StartTracking(HANDLE handle, const void* owner, const void* pc1, const void* pc2) StartTracking() argument
132 StopTracking(HANDLE handle, const void* owner, const void* pc1, const void* pc2) StopTracking() argument
[all...]
/third_party/glfw/src/
H A Dosmesa_context.c294 glfwGetOSMesaColorBuffer(GLFWwindow* handle, int* width, int* height, int* format, void** buffer) glfwGetOSMesaColorBuffer() argument
332 glfwGetOSMesaDepthBuffer(GLFWwindow* handle, int* width, int* height, int* bytesPerValue, void** buffer) glfwGetOSMesaDepthBuffer() argument
372 glfwGetOSMesaContext(GLFWwindow* handle) glfwGetOSMesaContext() argument
[all...]
/third_party/backends/backend/
H A Depson2-io.c289 e2_cmd_info_block(SANE_Handle handle, unsigned char *params, in e2_cmd_info_block() argument
H A Dplustek-pp_wrapper.c107 int handle; in ppDev_open() local
[all...]
H A Du12-hw.c861 int handle = -1; local
H A Du12-if.c94 static SANE_Status u12_initDev( U12_Device *dev, int handle, int vendor ) in u12_initDev() argument
143 SANE_Int handle; in u12if_shutdown() local
265 SANE_Int handle; in u12if_open() local
[all...]
H A Dkvs1025.c96 sane_open (SANE_String_Const devicename, SANE_Handle * handle) in sane_open() argument
103 sane_close (SANE_Handle handle) in sane_close() argument
112 sane_get_option_descriptor (SANE_Handle handle, SANE_Int option) in sane_get_option_descriptor() argument
119 sane_control_option (SANE_Handle handle, SANE_Int option, in sane_control_option() argument
127 sane_get_parameters (SANE_Handle handle, SANE_Parameter argument
173 sane_start(SANE_Handle handle) sane_start() argument
376 sane_read(SANE_Handle handle, SANE_Byte * buf, SANE_Int max_len, SANE_Int * len) sane_read() argument
433 sane_cancel(SANE_Handle handle) sane_cancel() argument
[all...]
H A Ds9036.h51 SANE_Handle handle; member
/third_party/alsa-utils/axfer/
H A Dsubcmd-list.c21 static int dump_device(snd_ctl_t *handle, const char *id, const char *name, in dump_device() argument
53 static int dump_devices(snd_ctl_t *handle, const char *id, const char *name, in dump_devices() argument
91 snd_ctl_t *handle; in list_devices() local
[all...]
H A Dxfer-libasound.h27 snd_pcm_t *handle; member
/third_party/alsa-lib/src/hwdep/
H A Dhwdep_hw.c106 int snd_hwdep_hw_open(snd_hwdep_t **handle, const char *name, int card, int device, int mode) in snd_hwdep_hw_open() argument
/third_party/alsa-lib/src/timer/
H A Dtimer_query_hw.c32 static int snd_timer_query_hw_close(snd_timer_query_t *handle) in snd_timer_query_hw_close() argument
42 static int snd_timer_query_hw_next_device(snd_timer_query_t *handle, snd_timer_id_t * tid) in snd_timer_query_hw_next_device() argument
51 static int snd_timer_query_hw_info(snd_timer_query_t *handle, snd_timer_ginfo_t *info) in snd_timer_query_hw_info() argument
60 static int snd_timer_query_hw_params(snd_timer_query_t *handle, snd_timer_gparams_ argument
69 snd_timer_query_hw_status(snd_timer_query_t *handle, snd_timer_gstatus_t *status) snd_timer_query_hw_status() argument
86 snd_timer_query_hw_open(snd_timer_query_t **handle, const char *name, int mode) snd_timer_query_hw_open() argument
[all...]
/third_party/alsa-lib/test/
H A Dseq-sender.c68 void event_sender_start_timer(snd_seq_t *handle, in event_sender_start_timer() argument
100 void event_sender_filter(snd_seq_t *handle) in event_sender_filter() argument
110 void send_event(snd_seq_t *handle, int queue, int client, int port, in send_event() argument
143 event_sender(snd_seq_t *handle, int argc, char *argv[]) event_sender() argument
[all...]
H A Dseq.c27 void set_name(snd_seq_t *handle) in set_name() argument
39 void system_info(snd_seq_t *handle) in system_info() argument
62 void show_queue_status(snd_seq_t *handle, int queue) in show_queue_status() argument
86 void show_port_info(snd_seq_t *handle, int client, int port) in show_port_info() argument
114 void show_client_info(snd_seq_t *handle, in argument
157 snd_seq_t *handle; main() local
[all...]
H A Dtimer.c8 void show_status(void *handle) in show_status() argument
25 void read_loop(void *handle, int master_ticks, int timeout) in read_loop() argument
60 snd_timer_t *handle = snd_async_handler_get_timer(ahandler); in async_callback() local
82 snd_timer_t *handle; in main() local
[all...]
/third_party/backends/japi/
H A DScanIt.java63 private int handle = 0; // SANE device handle. field in ScanIt
/third_party/curl/docs/examples/
H A Dhttp2-serverpush.c93 int my_trace(CURL *handle, curl_infotype type, in my_trace() argument

Completed in 13 milliseconds

1...<<41424344454647484950>>...164