Home | History | Annotate | Download | only in Modules

Lines Matching full:preplist

6116     DB_PREPLIST preplist[PREPLIST_LEN];
6131 preplist, PREPLIST_LEN, &retp, flags);
6141 gid=PyBytes_FromStringAndSize((char *)(preplist[i].gid),
6147 txn=newDBTxnObject(self, NULL, preplist[i].txn, 0);