Home
last modified time | relevance | path

Searched refs:mode_t (Results 1 – 5 of 5) sorted by relevance

/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-wasi.h9 typedef unsigned mode_t; typedef
10 int fchmod(int fd, mode_t mode);
11 int fchmod(int fd, mode_t mode){ in fchmod()
/sqlite-3.40.0/ext/misc/
H A Dfileio.c368 mode_t mode, /* MODE parameter passed to writefile() */ in writeFile()
485 mode_t mode = 0; in writefileFunc()
499 mode = (mode_t)sqlite3_value_int(argv[2]); in writefileFunc()
690 mode_t m = pCur->sStat.st_mode; in fsdirNext()
773 mode_t m = pCur->sStat.st_mode; in fsdirColumn()
/sqlite-3.40.0/src/
H A Dtest_syscall.c122 static int ts_fchmod(int fd, mode_t mode);
171 #define orig_fchmod ((int(*)(int,mode_t))aSyscall[14].xOrig)
377 static int ts_fchmod(int fd, mode_t mode){ in ts_fchmod()
H A Dtest_windirent.h69 typedef unsigned short mode_t; typedef
H A Dos_unix.c461 #define osFchmod ((int(*)(int,mode_t))aSyscall[14].pCurrent)
477 #define osMkdir ((int(*)(const char*,mode_t))aSyscall[18].pCurrent)
675 static int robust_open(const char *z, int f, mode_t m){ in robust_open()
677 mode_t m2 = m ? m : SQLITE_DEFAULT_FILE_PERMISSIONS; in robust_open()
5966 mode_t *pMode, /* OUT: Permissions of zFile */ in getFileMode()
6006 mode_t *pMode, /* OUT: Permissions to open file with */ in findCreateFileMode()
6211 mode_t openMode; /* Permissions to create file with */ in unixOpen()
7448 mode_t cmode = buf.st_mode&(S_IRUSR|S_IWUSR | S_IRGRP|S_IWGRP | in proxyTakeConch()