Home
last modified time | relevance | path

Searched defs:user (Results 101 - 125 of 646) sorted by relevance

12345678910>>...26

/third_party/curl/tests/libtest/
H A Dlib586.c45 struct userdata *user = (struct userdata *)useptr; in my_lock() local
75 struct userdata *user = (struct userdata *)useptr; in my_unlock() local
141 struct userdata user; in test() local
[all...]
/third_party/curl/lib/vauth/
H A Dspnego_sspi.c91 Curl_auth_decode_spnego_message(struct Curl_easy *data, const char *user, const char *password, const char *service, const char *host, const char *chlg64, struct negotiatedata *nego) Curl_auth_decode_spnego_message() argument
H A Dspnego_gssapi.c77 Curl_auth_decode_spnego_message(struct Curl_easy *data, const char *user, const char *password, const char *service, const char *host, const char *chlg64, struct negotiatedata *nego) Curl_auth_decode_spnego_message() argument
/third_party/glfw/tests/
H A Dallocator.c50 static void* allocate(size_t size, void* user) in allocate() argument
69 static void deallocate(void* block, void* user) in deallocate() argument
83 static void* reallocate(void* block, size_t size, void* user) in reallocate() argument
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-threadpool.h79 void *user; /**< user may set (user-private pointer) */ member
[all...]
H A Dlws-jwk.h65 void *user; member
[all...]
/third_party/libwebsockets/lib/core/
H A Dlws_dll2.c57 lws_dll2_foreach_safe(struct lws_dll2_owner *owner, void *user, in lws_dll2_foreach_safe() argument
/third_party/libwebsockets/lib/misc/
H A Dlejp.c830 lejp_parser_push(struct lejp_ctx *ctx, void *user, cons argument
69 lejp_construct(struct lejp_ctx *ctx, signed char (*callback)(struct lejp_ctx *ctx, char reason), void *user, const char * const *paths, unsigned char count_paths) lejp_construct() argument
[all...]
/third_party/libwebsockets/lib/core-net/
H A Dsocks5-client.c33 char user[96]; in lws_set_socks() local
H A Dclose.c29 lws_close_trans_q_leader(struct lws_dll2 *d, void *user) in lws_close_trans_q_leader() argument
/third_party/libsnd/src/
H A Davr.c61 char user [64] ; /* User defined. Typically ASCII message */ member
/third_party/libwebsockets/lib/abstract/
H A Dtest-sequencer.c108 test_sequencer_cb(struct lws_sequencer *seq, void *user, int event, void *data, in test_sequencer_cb() argument
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_copy_propagate.c87 nir_alu_instr *user = nir_instr_as_alu(src->src.parent_instr); in copy_propagate_alu() local
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-certinfo/
H A Dminimal-http-client-certinfo.c23 callback_http(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) callback_http() argument
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-custom-headers/
H A Dminimal-http-client-custom-headers.c23 callback_http(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) callback_http() argument
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-vhost/
H A Dminimal-raw-vhost.c47 callback_raw_test(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) callback_raw_test() argument
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-netcat/
H A Dminimal-raw-netcat.c41 callback_raw_test(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) callback_raw_test() argument
/third_party/ltp/libs/libltpipc/
H A Dlibipc.c139 int getuserid(char *user) in getuserid() argument
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-adopt-udp/
H A Dminimal-raw-adopt-udp.c41 callback_raw_test(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) callback_raw_test() argument
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client/
H A Dminimal-ws-client.c89 callback_minimal(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) callback_minimal() argument
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-ping/
H A Dminimal-ws-client-ping.c63 callback_minimal_pingtest(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) callback_minimal_pingtest() argument
/third_party/libwebsockets/lib/system/dhcpclient/
H A Ddhcpc4.c141 callback_dhcpc4(struct lws *wsi, enum lws_callback_reasons reason, void *user, in callback_dhcpc4() argument
/third_party/libwebsockets/plugins/
H A Dprotocol_lws_raw_test.c99 callback_raw_test(struct lws *wsi, enum lws_callback_reasons reason, void *user, in callback_raw_test() argument
/third_party/ltp/testcases/kernel/syscalls/access/
H A Daccess01.c239 static void access_test(struct tcase *tc, const char *user) in access_test() argument
243 "access(%s, %s) as %s", tc->fname, tc->name, user); in access_test() local
246 "access(%s, %s) as %s", tc->fname, tc->name, user); in access_test() local
H A Daccess02.c55 static void access_test(struct tcase *tc, const char *user) in access_test() argument
61 "access(%s, %s) as %s", tc->pathname, tc->name, user); in access_test() local

Completed in 12 milliseconds

12345678910>>...26