Home
last modified time | relevance | path

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

/php-src/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-src/ext/dba/libinifile/
H A Dinifile.h21 char *group; member
/php-src/Zend/
H A Dzend_virtual_cwd.h290 #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 Dzend_virtual_cwd.c1416 CWD_API int virtual_chown(const char *filename, uid_t owner, gid_t group, int link) /* {{{ */ in virtual_chown()
H A Dzend_compile.c7023 zend_ast_list *group = zend_ast_get_list(list->child[g]); in zend_compile_attributes() local
/php-src/sapi/fpm/fpm/
H A Dfpm_unix.c101 struct group *group = getgrnam(name); in fpm_unix_get_group() local
H A Dfpm_conf.h58 char *group; member
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_substitute.c538 int group, n; in pcre2_substitute() local
H A Dpcre2_intmodedep.h685 PCRE2_SPTR group; member
696 PCRE2_SPTR group; member
H A Dpcre2_compile.c9368 int *lcptr, int group, parsed_recurse_check *recurses, compile_block *cb) in get_grouplength()
9470 uint32_t group = 0; in get_branchlength() local
/php-src/ext/dba/
H A Ddba.c95 zval *group, *name; in ZEND_GET_MODULE() local
/php-src/ext/soap/
H A Dphp_sdl.h168 sdlTypePtr group; /* pointer to group */ member
/php-src/ext/openssl/
H A Dopenssl.c846 static char *php_openssl_conf_get_string(CONF *conf, const char *group, const char *name) { in php_openssl_conf_get_string()
855 static long php_openssl_conf_get_number(CONF *conf, const char *group, const char *name) { in php_openssl_conf_get_number()
4318 EC_GROUP *group = NULL; in php_openssl_pkey_init_legacy_ec() local
4467 EC_GROUP *group = NULL; in php_openssl_pkey_init_ec() local
/php-src/ext/opcache/jit/
H A Dzend_jit_trace.c89 const void *group = NULL; in zend_jit_trace_allocate_exit_point() local

Completed in 149 milliseconds