Home
last modified time | relevance | path

Searched refs:uid (Results 51 – 62 of 62) sorted by relevance

123

/PHP-5.4/ext/imap/tests/
H A Dimap_fetch_overview_variation6.phpt100 uid is %d
H A Dimap_include.inc18 'uid',
/PHP-5.4/ext/odbc/
H A Dphp_odbc.c2412 uid = NULL; in odbc_sqlconnect()
2423 if (uid) { in odbc_sqlconnect()
2424 if (uid[0]) { in odbc_sqlconnect()
2426 strlcat(lpszConnStr, uid, CONNSTRSIZE); in odbc_sqlconnect()
2473 if (uid && !strstr ((char*)db, "uid") && !strstr((char*)db, "UID")) { in odbc_sqlconnect()
2474 spprintf(&ldb, 0, "%s;UID=%s;PWD=%s", db, uid, pwd); in odbc_sqlconnect()
2485 rc = SQLConnect((*conn)->hdbc, db, SQL_NTS, uid, SQL_NTS, pwd, SQL_NTS); in odbc_sqlconnect()
2493 rc = SQLConnect((*conn)->hdbc, db, SQL_NTS, uid, SQL_NTS, pwd, SQL_NTS); in odbc_sqlconnect()
2524 char *db, *uid, *pwd; in odbc_do_connect() local
2584 if (!odbc_sqlconnect(&db_conn, db, uid, pwd, cur_opt, 1 TSRMLS_CC)) { in odbc_do_connect()
[all …]
/PHP-5.4/ext/iconv/tests/
H A Diconv_mime_decode_headers_variation1.phpt31 Received: (qmail 0 invoked by uid 65534); 1 Thu 2003 00:00:00 +0000
/PHP-5.4/TSRM/
H A Dtsrm_win32.c636 shm->descriptor->shm_perm.gid = shm->descriptor->shm_perm.uid = 0; in shmget()
700 shm->descriptor->shm_perm.uid = buf->shm_perm.uid; in shmctl()
/PHP-5.4/main/streams/
H A Dplain_wrapper.c52 extern int php_get_uid_by_name(const char *name, uid_t *uid TSRMLS_DC);
1261 uid_t uid; in php_plain_files_metadata() local
1303 if(php_get_uid_by_name((char *)value, &uid TSRMLS_CC) != SUCCESS) { in php_plain_files_metadata()
1308 uid = (uid_t)*(long *)value; in php_plain_files_metadata()
1310 ret = VCWD_CHOWN(url, uid, -1); in php_plain_files_metadata()
H A Duserspace.c898 STAT_PROP_ENTRY(uid); in statbuf_from_array()
/PHP-5.4/ext/standard/tests/file/
H A Dfile.inc539 $string_keys = array("dev", "ino", "mode", "nlink", "uid", "gid",
589 "dev", "ino", "mode", "nlink", "uid", "gid",
/PHP-5.4/
H A Dphp.ini-development1007 ; Add X-PHP-Originating-Script: that will include uid of the script followed by the filename
H A Dphp.ini-production1007 ; Add X-PHP-Originating-Script: that will include uid of the script followed by the filename
/PHP-5.4/ext/sqlite3/libsqlite/
H A Dsqlite3.c25776 static int posixFchown(int fd, uid_t uid, gid_t gid){
25780 return geteuid() ? 0 : fchown(fd,uid,gid);
31240 uid_t uid; /* Userid for the file */
31242 rc = findCreateFileMode(zName, flags, &openMode, &uid, &gid);
31269 osFchown(fd, uid, gid);
/PHP-5.4/ext/fileinfo/tests/
H A Dmagic1456 >>8 byte&0xF0 0x80 \b, root type: uid (CORRUPT)

Completed in 414 milliseconds

123