Lines Matching defs:pMode
42866 mode_t *pMode, /* OUT: Permissions of zFile */
42873 *pMode = sStat.st_mode & 0777;
42886 ** written to *pMode. If an IO error occurs, an SQLite error code is
42887 ** returned and the value of *pMode is not modified.
42889 ** In most cases, this routine sets *pMode to 0, which will become
42894 ** corresponding database file and sets *pMode to this value. Whenever
42901 ** the default permissions. In 8_3_NAMES mode, leave *pMode set to zero.
42906 mode_t *pMode, /* OUT: Permissions to open file with */
42911 *pMode = 0;
42934 ** the filename. In that case, just return SQLITE_OK with *pMode==0.
42941 rc = getFileMode(zDb, pMode, pUid, pGid);
42947 *pMode = 0600;
42955 rc = getFileMode(z, pMode, pUid, pGid);