Searched defs:group (Results 1 – 15 of 15) sorted by relevance
/PHP-8.3/ext/sockets/ |
H A D | multicast.c | 159 php_sockaddr_storage group = {0}; in php_do_mcast_opt() local 193 php_sockaddr_storage group = {0}, in php_do_mcast_opt() local 371 struct sockaddr *group, in php_mcast_join() 381 struct sockaddr *group, in php_mcast_leave() 392 struct sockaddr *group, in php_mcast_join_source() 404 struct sockaddr *group, in php_mcast_leave_source() 416 struct sockaddr *group, in php_mcast_block_source() 428 struct sockaddr *group, in php_mcast_unblock_source() 442 struct sockaddr *group, /* struct sockaddr_in/sockaddr_in6 */ in _php_mcast_join_leave() 505 struct sockaddr *group, in _php_mcast_source_op()
|
/PHP-8.3/ext/dba/libinifile/ |
H A D | inifile.h | 21 char *group; member
|
/PHP-8.3/Zend/ |
H A D | zend_virtual_cwd.h | 290 #define VCWD_CHOWN(path, owner, group) virtual_chown(path, owner, group, 0) argument 292 #define VCWD_LCHOWN(path, owner, group) virtual_chown(path, owner, group, 1) argument 345 #define VCWD_CHOWN(path, owner, group) chown(path, owner, group) argument 347 #define VCWD_LCHOWN(path, owner, group) lchown(path, owner, group) argument
|
H A D | zend_virtual_cwd.c | 1416 CWD_API int virtual_chown(const char *filename, uid_t owner, gid_t group, int link) /* {{{ */ in virtual_chown()
|
H A D | zend_compile.c | 6846 zend_ast_list *group = zend_ast_get_list(list->child[g]); in zend_compile_attributes() local
|
/PHP-8.3/sapi/fpm/fpm/ |
H A D | fpm_unix.c | 101 struct group *group = getgrnam(name); in fpm_unix_get_group() local
|
H A D | fpm_conf.h | 58 char *group; member
|
/PHP-8.3/ext/pcre/pcre2lib/ |
H A D | pcre2_substitute.c | 538 int group, n; in pcre2_substitute() local
|
H A D | pcre2_intmodedep.h | 683 PCRE2_SPTR group; member 694 PCRE2_SPTR group; member
|
H A D | pcre2_compile.c | 9073 int group, parsed_recurse_check *recurses, compile_block *cb) in get_grouplength() 9163 uint32_t group = 0; in get_branchlength() local
|
/PHP-8.3/ext/opcache/jit/vtune/ |
H A D | ittnotify_config.h | 405 __itt_group_id group; member 414 __itt_group_id group; member
|
/PHP-8.3/ext/dba/ |
H A D | dba.c | 95 zval *group, *name; in ZEND_GET_MODULE() local
|
/PHP-8.3/ext/soap/ |
H A D | php_sdl.h | 168 sdlTypePtr group; /* pointer to group */ member
|
/PHP-8.3/ext/openssl/ |
H A D | openssl.c | 845 static char *php_openssl_conf_get_string(CONF *conf, const char *group, const char *name) { in php_openssl_conf_get_string() 854 static long php_openssl_conf_get_number(CONF *conf, const char *group, const char *name) { in php_openssl_conf_get_number() 4294 EC_GROUP *group = NULL; in php_openssl_pkey_init_legacy_ec() local 4443 EC_GROUP *group = NULL; in php_openssl_pkey_init_ec() local
|
/PHP-8.3/ext/opcache/jit/ |
H A D | zend_jit_trace.c | 121 const void *group = NULL; in zend_jit_trace_allocate_exit_point() local
|
Completed in 159 milliseconds