/third_party/libwebsockets/ |
D | BUILD.gn | 68 "//third_party/libwebsockets/lib/roles/h1/ops-h1.c", 69 "//third_party/libwebsockets/lib/roles/h2/hpack.c", 70 "//third_party/libwebsockets/lib/roles/h2/http2.c", 71 "//third_party/libwebsockets/lib/roles/h2/ops-h2.c", 72 "//third_party/libwebsockets/lib/roles/http/client/client-http.c", 73 "//third_party/libwebsockets/lib/roles/http/cookie.c", 74 "//third_party/libwebsockets/lib/roles/http/date.c", 75 "//third_party/libwebsockets/lib/roles/http/header.c", 76 "//third_party/libwebsockets/lib/roles/http/parsers.c", 77 "//third_party/libwebsockets/lib/roles/http/server/lejp-conf.c", [all …]
|
/third_party/selinux/libsepol/src/ |
D | user_record.c | 19 char **roles; member 185 roles_realloc = realloc(user->roles, in sepol_user_add_role() 191 user->roles = roles_realloc; in sepol_user_add_role() 192 user->roles[user->num_roles - 1] = role_cp; in sepol_user_add_role() 210 if (!strcmp(user->roles[i], role)) in sepol_user_has_role() 240 free(user->roles[i]); in sepol_user_set_roles() 241 free(user->roles); in sepol_user_set_roles() 242 user->roles = tmp_roles; in sepol_user_set_roles() 273 tmp_roles[i] = user->roles[i]; in sepol_user_get_roles() 292 if (!strcmp(user->roles[i], role)) { in sepol_user_del_role() [all …]
|
D | users.c | 22 ebitmap_t *roles; in user_to_record() local 31 roles = &(usrdatum->roles.roles); in user_to_record() 40 ebitmap_for_each_positive_bit(roles, rnode, bit) { in user_to_record() 115 const char **roles = NULL; in sepol_user_modify() local 136 if (sepol_user_get_roles(handle, user, &roles, &num_roles) < 0) in sepol_user_modify() 163 roldatum = hashtab_search(policydb->p_roles.table, roles[i]); in sepol_user_modify() 166 roles[i], cname); in sepol_user_modify() 172 if (ebitmap_set_bit(&(usrdatum->roles.roles), bit, 1)) in sepol_user_modify() 262 if (role_set_expand(&usrdatum->roles, &usrdatum->cache, in sepol_user_modify() 269 free(roles); in sepol_user_modify() [all …]
|
D | expand.c | 74 static int ebitmap_expand_roles(policydb_t *p, ebitmap_t *roles) in ebitmap_expand_roles() argument 82 ebitmap_for_each_positive_bit(roles, node, bit) { in ebitmap_expand_roles() 91 if (ebitmap_union(&tmp, &role->roles)) { in ebitmap_expand_roles() 97 ebitmap_destroy(roles); in ebitmap_expand_roles() 98 if (ebitmap_cpy(roles, &tmp)) { in ebitmap_expand_roles() 798 if (map_ebitmap(&role->roles, &mapped_roles, state->rolemap)) in role_fix_callback() 800 if (ebitmap_union(&new_role->roles, &mapped_roles)) { in role_fix_callback() 807 ebitmap_for_each_positive_bit(&role->roles, rnode, i) { in role_fix_callback() 1084 if (role_set_expand(&user->roles, &tmp_union, state->out, state->base, state->rolemap)) { in user_copy_callback() 1090 if (ebitmap_union(&new_user->roles.roles, &tmp_union)) { in user_copy_callback() [all …]
|
/third_party/libwebsockets/lib/roles/http/ |
D | CMakeLists.txt | 35 roles/http/header.c 36 roles/http/date.c 37 roles/http/parsers.c) 41 roles/http/server/server.c 42 roles/http/server/lws-spa.c) 47 roles/http/cookie.c) 52 roles/http/server/rewrite.c) 57 roles/http/server/access-log.c) 62 roles/http/compression/stream.c 63 roles/http/compression/deflate/deflate.c) [all …]
|
/third_party/libwebsockets/lib/roles/ws/ |
D | CMakeLists.txt | 35 roles/ws/ops-ws.c) 39 roles/ws/client-ws.c 40 roles/ws/client-parser-ws.c) 45 roles/ws/server-ws.c) 50 roles/ws/ext/extension-permessage-deflate.h) 52 roles/ws/ext/extension.c 53 roles/ws/ext/extension-permessage-deflate.c)
|
/third_party/libwebsockets/lib/roles/ |
D | README.md | 35 - direct compatibility with all other lws roles + protocols in the same event loop 41 The code specific to that role should live in `./lib/roles/**role name**` 46 ### Allowing control over enabling roles 48 All roles should add a cmake define `LWS_ROLE_**role name**` and make its build 57 The role is defined by `struct lws_role_ops` in `lib/roles/private-lib-roles.h`, 60 `./lib/roles/**role name**/ops-**role_name**.c`. 67 directory in a file `private-lib-roles-myrole.h`. 69 Search for "bring in role private declarations" in `./lib/roles/private-lib-roles.h 70 and add your private role file there following the style used for the other roles, 75 #include "roles/ws/private-lib-roles-ws.h" [all …]
|
/third_party/skia/third_party/externals/angle2/infra/config/ |
D | main.star | 46 roles = [ 55 roles = [ 61 roles = [ 69 roles = "role/configs.validator", 73 roles = "role/swarming.poolOwner", 77 roles = "role/swarming.poolViewer", 83 roles = "role/swarming.taskServiceAccount", 100 roles = "role/swarming.poolUser", 105 roles = "role/swarming.taskTriggerer",
|
/third_party/libwebsockets/lib/roles/mqtt/ |
D | CMakeLists.txt | 36 roles/mqtt/mqtt.c 37 roles/mqtt/ops-mqtt.c 38 roles/mqtt/primitives.c 39 roles/mqtt/client/client-mqtt.c 40 roles/mqtt/client/client-mqtt-handshake.c
|
/third_party/selinux/checkpolicy/test/ |
D | dismod.c | 178 static int display_mod_role_set(role_set_t * roles, policydb_t * p, FILE * fp) in display_mod_role_set() argument 182 if (roles->flags & ROLE_STAR) { in display_mod_role_set() 185 } else if (roles->flags & ROLE_COMP) { in display_mod_role_set() 189 for (i = ebitmap_startbit(&roles->roles); in display_mod_role_set() 190 i < ebitmap_length(&roles->roles); i++) { in display_mod_role_set() 191 if (!ebitmap_get_bit(&roles->roles, i)) in display_mod_role_set() 200 for (i = ebitmap_startbit(&roles->roles); in display_mod_role_set() 201 i < ebitmap_length(&roles->roles); i++) { in display_mod_role_set() 202 if (ebitmap_get_bit(&roles->roles, i)) in display_mod_role_set() 372 bitmap = &(p->user_val_to_struct[i]->roles.roles); in display_users() [all …]
|
/third_party/skia/third_party/externals/dawn/infra/config/global/ |
D | main.star | 27 roles = [ 36 roles = [ 42 roles = [ 50 roles = "role/configs.validator", 62 roles = [ 77 roles = "role/swarming.taskTriggerer", 98 roles = "role/swarming.taskTriggerer",
|
/third_party/pulseaudio/src/modules/ |
D | stream-interaction.c | 421 const char *roles; in pa_stream_interaction_init() local 450 roles = pa_modargs_get_value(ma, "trigger_roles", NULL); in pa_stream_interaction_init() 451 if (roles) { in pa_stream_interaction_init() 454 while ((n = pa_split(roles, "/", &split_state))) { in pa_stream_interaction_init() 459 roles = pa_modargs_get_value(ma, "ducking_roles", NULL); in pa_stream_interaction_init() 460 if (roles) { in pa_stream_interaction_init() 463 while ((n = pa_split(roles, "/", &split_state))) { in pa_stream_interaction_init() 498 roles = pa_modargs_get_value(ma, "trigger_roles", NULL); in pa_stream_interaction_init() 499 if (roles) { in pa_stream_interaction_init() 503 while ((roles_in_group = pa_split(roles, "/", &group_split_state))) { in pa_stream_interaction_init() [all …]
|
/third_party/skia/third_party/externals/tint/infra/config/global/ |
D | main.star | 27 roles = [ 36 roles = [ 42 roles = [ 50 roles = "role/configs.validator", 62 roles = [
|
/third_party/libxml2/os400/libxmlrpg/ |
D | xlink.rpgle | 94 * @roles: pointer to the array of locator roles 96 * @from: pointer to the array of source roles found on the arcs 97 * @to: pointer to the array of target roles found on the arcs 115 * @roles: pointer to the array of locator roles
|
/third_party/libwebsockets/lib/roles/h2/ |
D | CMakeLists.txt | 35 roles/h2/http2.c 36 roles/h2/hpack.c 37 roles/h2/ops-h2.c)
|
/third_party/selinux/libsepol/tests/ |
D | test-expander-users.c | 49 ebitmap_for_each_positive_bit(&user->roles.roles, tnode, i) { in check_user_roles()
|
/third_party/libwebsockets/lib/ |
D | README.md | 13 lib/roles|Code for specific optional wsi roles, eg, http/1, h2, ws, raw, etc
|
/third_party/libxml2/include/libxml/ |
D | xlink.h | 111 const xlinkRole *roles, 139 const xlinkRole *roles,
|
/third_party/gettext/gnulib-local/lib/libxml/ |
D | xlink.in.h | 140 const xlinkRole *roles, 168 const xlinkRole *roles,
|
/third_party/selinux/secilc/docs/ |
D | cil_role_statements.md | 36 This example declares two roles: `object_r` in the global namespace and `unconfined.role`: 124 This example will declare a role attribute `roles.role_holder` that will have an empty set: 127 (block roles 178 This example will declare three roles and two role attributes, then associate all the roles to them… 181 (block roles 298 Defines a hierarchical relationship between roles where the child role cannot have more privileges …
|
/third_party/node/deps/npm/docs/content/cli-commands/ |
D | npm-org.md | 60 It supports adding and removing users, changing their roles, listing them, and 61 finding specific ones and their roles.
|
/third_party/node/deps/npm/test/tap/ |
D | org.js | 19 const roles = ['developer', 'admin', 'owner'] variable 50 roles.forEach(function (role) {
|
/third_party/pulseaudio/src/modules/alsa/mixer/profile-sets/ |
D | usb-gaming-headset.conf | 39 intended-roles = phone 47 intended-roles = phone
|
/third_party/mesa3d/docs/_exts/ |
D | nir.py | 125 roles = { variable in NIRDomain 126 'alu-op' : sphinx.roles.XRefRole(),
|
/third_party/libwebsockets/lib/roles/cgi/ |
D | CMakeLists.txt | 35 roles/cgi/cgi-server.c 36 roles/cgi/ops-cgi.c)
|