Home
last modified time | relevance | path

Searched defs:cookie (Results 1051 - 1075 of 1366) sorted by relevance

1...<<41424344454647484950>>...55

/third_party/lame/libmp3lame/
H A Did3tag.c266 id3tag_genre_list(void (*handler) (int, const char *, void *), void *cookie) in id3tag_genre_list() argument
/third_party/mesa3d/src/egl/drivers/dri2/
H A Dplatform_x11.c115 xcb_get_geometry_cookie_t cookie; in x11_get_drawable_info() local
162 xcb_void_cookie_t cookie; in swrastPutImage() local
203 xcb_get_image_cookie_t cookie; in swrastGetImage() local
276 xcb_get_geometry_cookie_t cookie; dri2_x11_create_surface() local
338 xcb_void_cookie_t cookie; dri2_x11_create_surface() local
533 xcb_dri2_get_buffers_cookie_t cookie; dri2_x11_get_buffers() local
570 xcb_dri2_get_buffers_with_format_cookie_t cookie; dri2_x11_get_buffers_with_format() local
877 xcb_dri2_copy_region_cookie_t cookie; dri2_copy_region() local
915 xcb_dri2_swap_buffers_cookie_t cookie; dri2_x11_swap_buffers_msc() local
1180 xcb_dri2_get_msc_cookie_t cookie; dri2_x11_get_sync_values() local
[all...]
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_device.c379 xcb_dri3_open_cookie_t cookie; in create_display_fd_xcb() local
/third_party/node/src/
H A Dnode_wasi.cc843 uint64_t cookie; in FdReaddir() local
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dalltypes.h327 void *cookie; member
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dalltypes.h327 void *cookie; member
/third_party/node/deps/icu-small/source/common/
H A Dputil.cpp1070 static void u_property_read(void* cookie, const char* name, const char* value, in u_property_read() argument
/third_party/mesa3d/src/loader/
H A Dloader_dri3_helper.c106 xcb_intern_atom_cookie_t cookie; in set_adaptive_sync_property() local
363 xcb_void_cookie_t cookie = in loader_dri3_drawable_fini() local
391 xcb_get_geometry_cookie_t cookie; in loader_dri3_drawable_init() local
610 xcb_void_cookie_t cookie = xcb_present_notify_msc(draw->conn, in loader_dri3_wait_for_msc() local
772 xcb_void_cookie_t cookie; dri3_copy_area() local
1231 xcb_dri3_open_cookie_t cookie; loader_dri3_open() local
1702 xcb_void_cookie_t cookie = dri3_detect_drawable_is_window() local
[all...]
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_x11.c89 xcb_dri3_open_cookie_t cookie; in wsi_dri3_open() local
316 xcb_void_cookie_t cookie; in wsi_x11_connection_create() local
1264 xcb_void_cookie_t cookie = in x11_present_to_x11_dri3() local
1298 xcb_void_cookie_t cookie; in x11_present_to_x11_sw() local
1644 xcb_void_cookie_t cookie; x11_image_init() local
1779 xcb_void_cookie_t cookie; x11_image_finish() local
1882 xcb_void_cookie_t cookie; x11_swapchain_destroy() local
1918 xcb_intern_atom_cookie_t cookie; wsi_x11_set_adaptive_sync_property() local
1953 xcb_void_cookie_t cookie; x11_surface_create_swapchain() local
[all...]
/third_party/node/deps/openssl/openssl/apps/lib/
H A Ds_cb.c754 int generate_stateless_cookie_callback(SSL *ssl, unsigned char *cookie, in generate_stateless_cookie_callback() argument
814 int verify_stateless_cookie_callback(SSL *ssl, const unsigned char *cookie, in verify_stateless_cookie_callback() argument
831 int generate_cookie_callback(SSL *ssl, unsigned char *cookie, in generate_cookie_callback() argument
842 int verify_cookie_callback(SSL *ssl, const unsigned char *cookie, in verify_cookie_callback() argument
[all...]
/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dstatem_srvr.c1288 int dtls_raw_hello_verify_request(WPACKET *pkt, unsigned char *cookie, in dtls_raw_hello_verify_request() argument
1389 PACKET session_id, compression, extensions, cookie; in tls_process_client_hello() local
[all...]
/third_party/node/deps/uvwasi/src/
H A Duvwasi.c1340 uvwasi_fd_readdir(uvwasi_t* uvwasi, uvwasi_fd_t fd, void* buf, uvwasi_size_t buf_len, uvwasi_dircookie_t cookie, uvwasi_size_t* bufused) uvwasi_fd_readdir() argument
/third_party/libcoap/src/
H A Dcoap_openssl.c463 coap_dtls_generate_cookie(SSL *ssl, unsigned char *cookie, unsigned int *cookie_len) coap_dtls_generate_cookie() argument
481 coap_dtls_verify_cookie(SSL *ssl, const uint8_t *cookie, unsigned int cookie_len) coap_dtls_verify_cookie() argument
/third_party/openssl/apps/lib/
H A Ds_cb.c754 int generate_stateless_cookie_callback(SSL *ssl, unsigned char *cookie, in generate_stateless_cookie_callback() argument
814 int verify_stateless_cookie_callback(SSL *ssl, const unsigned char *cookie, in verify_stateless_cookie_callback() argument
831 int generate_cookie_callback(SSL *ssl, unsigned char *cookie, in generate_cookie_callback() argument
842 int verify_cookie_callback(SSL *ssl, const unsigned char *cookie, in verify_cookie_callback() argument
[all...]
/third_party/openssl/ssl/statem/
H A Dstatem_srvr.c1277 int dtls_raw_hello_verify_request(WPACKET *pkt, unsigned char *cookie, in dtls_raw_hello_verify_request() argument
1378 PACKET session_id, compression, extensions, cookie; in tls_process_client_hello() local
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
H A Dvulkan_command_buffer_utils.cpp529 xcb_intern_atom_cookie_t cookie = xcb_intern_atom(info.connection, 1, 12, "WM_PROTOCOLS"); in init_window() local
/third_party/pulseaudio/src/utils/
H A Dpactl.c262 char* cookie = pa_sprintf_malloc("%04x:%04x", i->cookie >> 16, i->cookie & 0xFFFFU); in get_server_info_callback() local
/third_party/skia/third_party/externals/icu/source/common/
H A Dputil.cpp1061 static void u_property_read(void* cookie, const char* name, const char* value, in u_property_read() argument
/third_party/toybox/toys/pending/
H A Ddhcp.c164 uint32_t cookie; member
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Ddefs.c545 VALUE Descriptor_initialize(VALUE _self, VALUE cookie, in Descriptor_initialize() argument
702 VALUE FileDescriptor_initialize(VALUE _self, VALUE cookie, in FileDescriptor_initialize() argument
814 VALUE FieldDescriptor_initialize(VALUE _self, VALUE cookie, in FieldDescriptor_initialize() argument
1203 VALUE OneofDescriptor_initialize(VALUE _self, VALUE cookie, in OneofDescriptor_initialize() argument
1279 VALUE EnumDescriptor_initialize(VALUE _self, VALUE cookie, in EnumDescriptor_initialize() argument
[all...]
/third_party/pulseaudio/src/modules/
H A Dmodule-tunnel.c1125 uint32_t cookie; in server_info_cb() local
2402 uint8_t cookie[PA_NATIVE_COOKIE_LENGTH]; do_init() local
[all...]
/third_party/python/Modules/_io/
H A Dtextio.c2326 textiowrapper_parse_cookie(cookie_type *cookie, PyObject *cookieObj) in textiowrapper_parse_cookie() argument
2350 textiowrapper_build_cookie(cookie_type *cookie) textiowrapper_build_cookie() argument
2365 _textiowrapper_decoder_setstate(textio *self, cookie_type *cookie) _textiowrapper_decoder_setstate() argument
2408 _textiowrapper_encoder_setstate(textio *self, cookie_type *cookie) _textiowrapper_encoder_setstate() argument
2427 cookie_type cookie; _io_TextIOWrapper_seek_impl() local
2622 cookie_type cookie = {0,0,0,0,0}; _io_TextIOWrapper_tell_impl() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_nl80211_event.c1038 u64 cookie; in mlme_event_remain_on_channel() local
677 mlme_event_mgmt_tx_status(struct wpa_driver_nl80211_data *drv, struct nlattr *cookie, const u8 *frame, size_t len, struct nlattr *ack) mlme_event_mgmt_tx_status() argument
879 mlme_event(struct i802_bss *bss, enum nl80211_commands cmd, struct nlattr *frame, struct nlattr *addr, struct nlattr *timed_out, struct nlattr *freq, struct nlattr *ack, struct nlattr *cookie, struct nlattr *sig, struct nlattr *wmm, struct nlattr *req_ie) mlme_event() argument
1470 u64 cookie = 0; nl80211_client_probe_event() local
1924 u64 cookie = 0; qca_nl80211_scan_trigger_event() local
2016 u64 cookie = 0; qca_nl80211_scan_done_event() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_nl80211_event.c1149 mlme_event_mgmt_tx_status(struct wpa_driver_nl80211_data *drv, struct nlattr *cookie, const u8 *frame, size_t len, struct nlattr *ack) global() argument
1406 mlme_event(struct i802_bss *bss, enum nl80211_commands cmd, struct nlattr *frame, struct nlattr *addr, struct nlattr *timed_out, struct nlattr *freq, struct nlattr *ack, struct nlattr *cookie, struct nlattr *sig, struct nlattr *wmm, struct nlattr *req_ie, struct nlattr *link) global() argument
1595 u64 cookie; global() local
2045 u64 cookie = 0; global() local
2592 u64 cookie = 0; global() local
2684 u64 cookie = 0; global() local
3234 nl80211_control_port_frame_tx_status(struct wpa_driver_nl80211_data *drv, const u8 *frame, size_t len, struct nlattr *ack, struct nlattr *cookie) global() argument
[all...]
/drivers/hdf_core/framework/model/network/wifi/include/
H A Dhdf_wifi_cmd.h189 uint64_t *cookie; member

Completed in 69 milliseconds

1...<<41424344454647484950>>...55