Home
last modified time | relevance | path

Searched defs:owner (Results 1 – 5 of 5) sorted by relevance

/PHP-7.1/ext/xsl/tests/53965/
H A Dcollection.xsl5 <xsl:param name="owner" select="'Nicolas Eliaszewicz'"/> parameter
/PHP-7.1/Zend/
H A Dzend_virtual_cwd.h289 #define VCWD_CHOWN(path, owner, group) virtual_chown(path, owner, group, 0) argument
291 #define VCWD_LCHOWN(path, owner, group) virtual_chown(path, owner, group, 1) argument
344 #define VCWD_CHOWN(path, owner, group) chown(path, owner, group) argument
346 #define VCWD_LCHOWN(path, owner, group) lchown(path, owner, group) argument
H A Dzend_virtual_cwd.c1698 CWD_API int virtual_chown(const char *filename, uid_t owner, gid_t group, int link) /* {{{ */ in virtual_chown()
/PHP-7.1/ext/session/
H A Dmod_mm.c60 pid_t owner; member
/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c25470 volatile pthread_t owner; /* Thread that is within this mutex */ member

Completed in 461 milliseconds