Home
last modified time | relevance | path

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

/PHP-5.3/main/
H A Dwin95nt.h34 typedef int gid_t; typedef
H A DSAPI.h209 SAPI_API int sapi_get_target_gid(gid_t * TSRMLS_DC);
259 int (*get_target_gid)(gid_t * TSRMLS_DC);
H A DSAPI.c1019 SAPI_API int sapi_get_target_gid(gid_t *obj TSRMLS_DC) in sapi_get_target_gid()
/PHP-5.3/ext/mbstring/oniguruma/win32/
H A Dconfig.h37 #define gid_t int macro
/PHP-5.3/ext/standard/
H A Dfilestat.c399 gid_t gid; in php_do_chgrp()
411 gid = (gid_t)Z_LVAL_P(group); in php_do_chgrp()
881 gid_t *gids; in php_stat()
885 gids=(gid_t *)safe_emalloc(groups, sizeof(gid_t), 0); in php_stat()
/PHP-5.3/ext/phar/
H A Dfunc_interceptors.c464 gid_t *gids; in phar_fancy_stat()
468 gids=(gid_t *)safe_emalloc(groups, sizeof(gid_t), 0); in phar_fancy_stat()
/PHP-5.3/TSRM/
H A Dtsrm_virtual_cwd.h194 CWD_API int virtual_chown(const char *filename, uid_t owner, gid_t group, int link TSRMLS_DC);
H A Dtsrm_virtual_cwd.c1617 CWD_API int virtual_chown(const char *filename, uid_t owner, gid_t group, int link TSRMLS_DC) /* {{… in virtual_chown()
/PHP-5.3/sapi/apache/
H A Dphp_apache.c176 extern gid_t group_id; in PHP_MINFO_FUNCTION()
H A Dmod_php5.c437 static int sapi_apache_get_target_gid(gid_t *obj TSRMLS_DC) in sapi_apache_get_target_gid()
/PHP-5.3/ext/posix/
H A Dposix.c500 gid_t gidlist[NGROUPS_MAX]; in PHP_FUNCTION()
/PHP-5.3/sapi/apache_hooks/
H A Dphp_apache.c1589 extern gid_t group_id; in PHP_MINFO_FUNCTION()
/PHP-5.3/sapi/thttpd/
H A Dthttpd_patch1597 if ( setgroups( 0, (const gid_t*) 0 ) < 0 )

Completed in 47 milliseconds