Home
last modified time | relevance | path

Searched refs:newdbmobject (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Modules/
D_dbmmodule.c55 newdbmobject(const char *file, int flags, int mode) in newdbmobject() function
464 PyObject *self = newdbmobject(name, iflags, mode); in dbmopen_impl()
D_gdbmmodule.c67 newdbmobject(const char *file, int flags, int mode) in newdbmobject() function
620 PyObject *self = newdbmobject(name, iflags, mode); in dbmopen_impl()
/external/python/cpython2/Modules/
Ddbmmodule.c50 newdbmobject(char *file, int flags, int mode) in newdbmobject() function
391 return newdbmobject(name, iflags, mode); in dbmopen()
Dgdbmmodule.c59 newdbmobject(char *file, int flags, int mode) in newdbmobject() function
510 return newdbmobject(name, iflags, mode); in dbmopen()