Home
last modified time | relevance | path

Searched defs:group (Results 1 – 15 of 15) sorted by relevance

/PHP-8.2/ext/sockets/
H A Dmulticast.c159 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.2/ext/dba/libinifile/
H A Dinifile.h21 char *group; member
/PHP-8.2/Zend/
H A Dzend_virtual_cwd.h280 #define VCWD_CHOWN(path, owner, group) virtual_chown(path, owner, group, 0) argument
282 #define VCWD_LCHOWN(path, owner, group) virtual_chown(path, owner, group, 1) argument
335 #define VCWD_CHOWN(path, owner, group) chown(path, owner, group) argument
337 #define VCWD_LCHOWN(path, owner, group) lchown(path, owner, group) argument
H A Dzend_virtual_cwd.c1413 CWD_API int virtual_chown(const char *filename, uid_t owner, gid_t group, int link) /* {{{ */ in virtual_chown()
H A Dzend_compile.c6687 zend_ast_list *group = zend_ast_get_list(list->child[g]); in zend_compile_attributes() local
/PHP-8.2/sapi/fpm/fpm/
H A Dfpm_unix.c73 struct group *group = getgrnam(name); in fpm_unix_get_group() local
H A Dfpm_conf.h58 char *group; member
/PHP-8.2/ext/pcre/pcre2lib/
H A Dpcre2_substitute.c535 int group, n; in pcre2_substitute() local
H A Dpcre2_intmodedep.h679 PCRE2_SPTR group; member
690 PCRE2_SPTR group; member
H A Dpcre2_compile.c9071 int group, parsed_recurse_check *recurses, compile_block *cb) in get_grouplength()
9161 uint32_t group = 0; in get_branchlength() local
/PHP-8.2/ext/opcache/jit/vtune/
H A Dittnotify_config.h405 __itt_group_id group; member
414 __itt_group_id group; member
/PHP-8.2/ext/dba/
H A Ddba.c95 zval *group, *name; in ZEND_GET_MODULE() local
/PHP-8.2/ext/soap/
H A Dphp_sdl.h168 sdlTypePtr group; /* pointer to group */ member
/PHP-8.2/ext/openssl/
H A Dopenssl.c809 static char *php_openssl_conf_get_string(CONF *conf, const char *group, const char *name) { in php_openssl_conf_get_string()
818 static long php_openssl_conf_get_number(CONF *conf, const char *group, const char *name) { in php_openssl_conf_get_number()
4235 EC_GROUP *group = NULL; in php_openssl_pkey_init_legacy_ec() local
4335 EC_GROUP *group = NULL; in php_openssl_pkey_init_ec() local
/PHP-8.2/ext/opcache/jit/
H A Dzend_jit_trace.c119 const void *group = NULL; in zend_jit_trace_allocate_exit_point() local

Completed in 151 milliseconds