Home
last modified time | relevance | path

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

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

Completed in 445 milliseconds