Lines Matching refs:file
43 provide some additional functionality. Please note that the file formats\n\
76 newgdbmobject(_gdbm_state *state, const char *file, int flags, int mode)
86 if ((dp->di_dbm = gdbm_open((char *)file, 0, flags, mode, NULL)) == 0) {
88 PyErr_SetFromErrnoWithFilename(state->gdbm_error, file);
491 the space used by the GDBM file, this routine will reorganize the
492 database. GDBM will not shorten the length of a database file except
493 by using this reorganization; otherwise, deleted file space will be
520 Flush the database to the disk file.
582 // So calling PyType_GetModuleState() in this file is always safe.
600 The filename argument is the name of the database file.
616 disk. The 'u' flag disables locking of the database file.
618 The optional mode argument is the Unix mode of the file, used only