HomeSort by relevance Sort by last modified time
    Searched refs:btflags (Results 1 - 2 of 2) sorted by null

  /external/python/cpython2/Modules/
bsddbmodule.c 102 int btflags, int cachesize, int maxkeypage,
111 info.flags = btflags;
739 int btflags = 0; local
745 &btflags, &cachesize, &maxkeypage, &minkeypage,
777 btflags, cachesize, maxkeypage, minkeypage,
  /external/python/cpython2/Lib/bsddb/
__init__.py 370 btflags=0, cachesize=None, maxkeypage=None, minkeypage=None,
378 d.set_flags(btflags)

Completed in 247 milliseconds