Home
last modified time | relevance | path

Searched refs:gid_t (Results 1 – 11 of 11) sorted by relevance

/PHP-8.3/main/
H A DSAPI.h210 SAPI_API int sapi_get_target_gid(gid_t *);
258 int (*get_target_gid)(gid_t *);
H A Dphp.h93 typedef int gid_t; typedef
H A DSAPI.c1076 SAPI_API int sapi_get_target_gid(gid_t *obj) in sapi_get_target_gid()
/PHP-8.3/ext/standard/
H A Dfilestat.c275 PHPAPI zend_result php_get_gid_by_name(const char *name, gid_t *gid) in php_get_gid_by_name()
325 gid_t gid; in php_do_chgrp()
372 gid = (gid_t) group_long; in php_do_chgrp()
864 gid_t *gids; in php_stat()
868 gids=(gid_t *)safe_emalloc(groups, sizeof(gid_t), 0); in php_stat()
/PHP-8.3/ext/phar/
H A Dfunc_interceptors.c354 gid_t *gids; in phar_fancy_stat()
358 gids=(gid_t *)safe_emalloc(groups, sizeof(gid_t), 0); in phar_fancy_stat()
/PHP-8.3/Zend/
H A Dzend_virtual_cwd.h196 CWD_API int virtual_chown(const char *filename, uid_t owner, gid_t group, int link);
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()
/PHP-8.3/ext/posix/
H A Dposix.c220 gid_t *gidlist; in PHP_FUNCTION()
233 gidlist = emalloc(sizeof(gid_t) * result); in PHP_FUNCTION()
/PHP-8.3/main/streams/
H A Dplain_wrapper.c53 extern int php_get_gid_by_name(const char *name, gid_t *gid);
1495 gid_t gid; in php_plain_files_metadata()
1550 gid = (gid_t)*(long *)value; in php_plain_files_metadata()
/PHP-8.3/sapi/litespeed/
H A Dlsapilib.c779 static gid_t s_defaultGid;
1011 static int setUID_LVE(LSAPI_Request * pReq, uid_t uid, gid_t gid, const char * pChroot) in setUID_LVE()
/PHP-8.3/ext/opcache/
H A DZendAccelerator.c63 typedef int gid_t; typedef

Completed in 58 milliseconds