Home
last modified time | relevance | path

Searched refs:user (Results 251 - 275 of 1222) sorted by relevance

1...<<11121314151617181920>>...49

/third_party/pulseaudio/src/modules/raop/
H A Draop-util.c174 int pa_raop_basic_response(const char *user, const char *pwd, char **str) { in pa_raop_basic_response() argument
179 tmp = pa_sprintf_malloc("%s:%s", user, pwd); in pa_raop_basic_response()
187 int pa_raop_digest_response(const char *user, const char *realm, const char *password, in pa_raop_digest_response() argument
194 A1 = pa_sprintf_malloc("%s:%s:%s", user, realm, password); in pa_raop_digest_response()
H A Draop-util.h37 int pa_raop_basic_response(const char *user, const char *pwd, char **str);
38 int pa_raop_digest_response(const char *user, const char *realm, const char *password,
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dblock_merge_util.cpp37 return !context->get_def_use_mgr()->WhileEachUse(id, [](Instruction* user, in IsMerge()
39 SpvOp op = user->opcode(); in IsMerge()
55 id, [](Instruction* user, uint32_t index) { in IsContinue()
56 SpvOp op = user->opcode(); in IsContinue()
H A Dlocal_single_block_elim_pass.cpp33 if (get_def_use_mgr()->WhileEachUser(ptrId, [this](Instruction* user) { in HasOnlySupportedRefs()
34 auto dbg_op = user->GetCommonDebugOpcode(); in HasOnlySupportedRefs()
39 SpvOp op = user->opcode(); in HasOnlySupportedRefs()
41 if (!HasOnlySupportedRefs(user->result_id())) { in HasOnlySupportedRefs()
H A Dprivate_to_local_pass.cpp170 inst, [this](const Instruction* user) { in IsValidUse()
171 if (!IsValidUse(user)) return false; in IsValidUse()
181 bool PrivateToLocalPass::UpdateUse(Instruction* inst, Instruction* user) { in UpdateUse() argument
187 user); in UpdateUse()
H A Dsimplification_pass.cpp97 [](Instruction* user) { in SimplifyFunction()
98 const auto opcode = user->opcode(); in SimplifyFunction()
144 [](Instruction* user) { in SimplifyFunction()
145 const auto opcode = user->opcode(); in SimplifyFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dblock_merge_util.cpp37 return !context->get_def_use_mgr()->WhileEachUse(id, [](Instruction* user, in IsMerge()
39 SpvOp op = user->opcode(); in IsMerge()
55 id, [](Instruction* user, uint32_t index) { in IsContinue()
56 SpvOp op = user->opcode(); in IsContinue()
H A Dlocal_single_block_elim_pass.cpp33 if (get_def_use_mgr()->WhileEachUser(ptrId, [this](Instruction* user) { in HasOnlySupportedRefs()
34 auto dbg_op = user->GetCommonDebugOpcode(); in HasOnlySupportedRefs()
39 SpvOp op = user->opcode(); in HasOnlySupportedRefs()
41 if (!HasOnlySupportedRefs(user->result_id())) { in HasOnlySupportedRefs()
H A Dprivate_to_local_pass.cpp170 inst, [this](const Instruction* user) { in IsValidUse()
171 if (!IsValidUse(user)) return false; in IsValidUse()
181 bool PrivateToLocalPass::UpdateUse(Instruction* inst, Instruction* user) { in UpdateUse() argument
187 user); in UpdateUse()
H A Dsimplification_pass.cpp97 [](Instruction* user) { in SimplifyFunction()
98 const auto opcode = user->opcode(); in SimplifyFunction()
144 [](Instruction* user) { in SimplifyFunction()
145 const auto opcode = user->opcode(); in SimplifyFunction()
/third_party/rust/crates/nom/examples/
H A Djson_iterator.rs309 .filter_map(|(user, v)| v.object().map(|o| (user, o))) in hash()
310 .map(|(user, o)| { in hash()
312 .filter_map(move |(_, v)| v.string().map(|s| (user, s))) in hash()
/third_party/spirv-tools/source/opt/
H A Dsimplification_pass.cpp96 [](Instruction* user) { in SimplifyFunction()
97 const auto opcode = user->opcode(); in SimplifyFunction()
143 [](Instruction* user) { in SimplifyFunction()
144 const auto opcode = user->opcode(); in SimplifyFunction()
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dr300_fragprog.h40 extern void r300BuildFragmentProgramHwCode(struct radeon_compiler *c, void *user);
42 extern void r300FragmentProgramDump(struct radeon_compiler *c, void *user);
H A Dr500_fragprog.h39 extern void r500BuildFragmentProgramHwCode(struct radeon_compiler *c, void *user);
41 extern void r500FragmentProgramDump(struct radeon_compiler *c, void *user);
/third_party/curl/lib/
H A Dsocks_gssapi.c126 char *user = NULL; in Curl_SOCKS5_gssapi_negotiate() local
301 /* Everything is good so far, user was authenticated! */ in Curl_SOCKS5_gssapi_negotiate()
309 failf(data, "Failed to determine user name."); in Curl_SOCKS5_gssapi_negotiate()
319 failf(data, "Failed to determine user name."); in Curl_SOCKS5_gssapi_negotiate()
322 user = malloc(gss_send_token.length + 1); in Curl_SOCKS5_gssapi_negotiate()
323 if(!user) { in Curl_SOCKS5_gssapi_negotiate()
330 memcpy(user, gss_send_token.value, gss_send_token.length); in Curl_SOCKS5_gssapi_negotiate()
331 user[gss_send_token.length] = '\0'; in Curl_SOCKS5_gssapi_negotiate()
334 infof(data, "SOCKS5 server authenticated user %s with GSS-API.",user); in Curl_SOCKS5_gssapi_negotiate()
[all...]
/third_party/skia/third_party/externals/freetype/src/tools/ftrandom/
H A Dftrandom.c106 void *user ) in FT_MoveTo()
109 FT_UNUSED( user ); in FT_MoveTo()
117 void *user ) in FT_LineTo()
120 FT_UNUSED( user ); in FT_LineTo()
129 void *user ) in FT_ConicTo()
133 FT_UNUSED( user ); in FT_ConicTo()
143 void *user ) in FT_CubicTo()
148 FT_UNUSED( user ); in FT_CubicTo()
/third_party/musl/src/misc/
H A Dinitgroups.c5 int initgroups(const char *user, gid_t gid) in initgroups() argument
9 if (getgrouplist(user, gid, groups, &count) < 0) return -1; in initgroups()
/third_party/selinux/libsepol/cil/src/
H A Dcil.c275 CIL_KEY_USER = cil_strpool_add("user"); in cil_init_keys()
1432 struct cil_user *user = NULL; in cil_userprefixes_to_string() local
1444 user = userprefix->user; in cil_userprefixes_to_string()
1445 str_len += strlen("user ") + strlen(user->datum.fqn) + strlen(" prefix ") + strlen(userprefix->prefix_str) + 2; in cil_userprefixes_to_string()
1455 user = userprefix->user; in cil_userprefixes_to_string()
1457 buf_pos = snprintf(str_tmp, str_len, "user %s prefix %s;\n", user in cil_userprefixes_to_string()
1677 struct cil_user *user = selinuxuser->user; cil_selinuxusers_to_string() local
1695 struct cil_user *user = selinuxuser->user; cil_selinuxusers_to_string() local
1740 struct cil_user *user = ctx->user; cil_filecons_to_string() local
1806 struct cil_user *user = ctx->user; cil_filecons_to_string() local
2723 cil_user_init(struct cil_user **user) cil_user_init() argument
[all...]
H A Dcil_post.c122 if (a->user != b->user) { in context_compare()
123 rc = strcmp(DATUM(a->user)->fqn, DATUM(b->user)->fqn); in context_compare()
617 struct cil_user *user = node->data; in __cil_post_db_count_helper() local
618 if (user->datum.nodes->head->data == node) { in __cil_post_db_count_helper()
622 user->value = db->num_users; in __cil_post_db_count_helper()
705 struct cil_user *user= node->data; in __cil_post_db_array_helper() local
709 db->val_to_user[user->value] = user; in __cil_post_db_array_helper()
946 struct cil_user *user = NULL; __cil_user_to_bitmap() local
1693 __cil_user_assign_roles(struct cil_user *user, struct cil_symtab_datum *datum) __cil_user_assign_roles() argument
1732 struct cil_user *user = NULL; __cil_post_db_userrole_helper() local
1863 struct cil_user *user = node->data; __cil_post_db_cat_helper() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dap_config_file.c246 static int hostapd_config_eap_user_salted(struct hostapd_eap_user *user, in hostapd_config_eap_user_salted() argument
263 user->password = os_malloc(len); in hostapd_config_eap_user_salted()
264 if (!user->password) { in hostapd_config_eap_user_salted()
271 if (hexstr2bin(*pos, user->password, len) < 0) { in hostapd_config_eap_user_salted()
277 user->password_len = len; in hostapd_config_eap_user_salted()
280 user->salt_len = (pos2 - *pos) / 2; in hostapd_config_eap_user_salted()
281 user->salt = os_malloc(user->salt_len); in hostapd_config_eap_user_salted()
282 if (!user->salt) { in hostapd_config_eap_user_salted()
289 if (hexstr2bin(*pos, user in hostapd_config_eap_user_salted()
307 struct hostapd_eap_user *user = NULL, *tail = NULL, *new_user = NULL; hostapd_config_read_eap_user() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H A Dap_config_file.c240 static int hostapd_config_eap_user_salted(struct hostapd_eap_user *user, in hostapd_config_eap_user_salted() argument
257 user->password = os_malloc(len); in hostapd_config_eap_user_salted()
258 if (!user->password) { in hostapd_config_eap_user_salted()
265 if (hexstr2bin(*pos, user->password, len) < 0) { in hostapd_config_eap_user_salted()
271 user->password_len = len; in hostapd_config_eap_user_salted()
274 user->salt_len = (pos2 - *pos) / 2; in hostapd_config_eap_user_salted()
275 user->salt = os_malloc(user->salt_len); in hostapd_config_eap_user_salted()
276 if (!user->salt) { in hostapd_config_eap_user_salted()
283 if (hexstr2bin(*pos, user in hostapd_config_eap_user_salted()
301 struct hostapd_eap_user *user = NULL, *tail = NULL, *new_user = NULL; hostapd_config_read_eap_user() local
[all...]
/third_party/ltp/include/lapi/
H A Dip_tables.h18 } user; member
36 } user; member
/third_party/python/Lib/
H A Dftplib.py9 >>> ftp.login() # default, i.e.: user anonymous, passwd anonymous@
78 host, user, passwd, acct, timeout, source_address, encoding
109 def __init__(self, host='', user='', passwd='', acct='',
115 and user, passwd, acct (for login()).
122 if user:
123 self.login(user, passwd, acct)
395 def login(self, user = '', passwd = '', acct = ''):
397 if not user:
398 user = 'anonymous'
403 if user
[all...]
/third_party/typescript/tests/baselines/reference/
H A DgenericUnboundedTypeParamAssignability.js14 function user<T>(t: T) {
33 function user(t) { function
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-vhost/
H A Dminimal-raw-vhost.c48 void *user, void *in, size_t len) in callback_raw_test()
50 struct raw_pss *pss = (struct raw_pss *)user; in callback_raw_test()
99 return lws_callback_http_dummy(wsi, reason, user, in, len); in callback_raw_test()
47 callback_raw_test(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) callback_raw_test() argument

Completed in 16 milliseconds

1...<<11121314151617181920>>...49