Lines Matching refs:bp
1454 static char *bp = NULL; /* Our initial buffer pool */ variable
1594 if (((char *) buf) == bp) {
1598 bp = NULL;
1661 bp = mymalloc(ExpIncr); in bget_main_test()
1662 assert(bp != NULL); in bget_main_test()
1663 bpool((void *) bp, (bufsize) ExpIncr); in bget_main_test()
1665 bp = mymalloc(PoolSize); in bget_main_test()
1666 assert(bp != NULL); in bget_main_test()
1667 bpool((void *) bp, (bufsize) PoolSize, &mypoolset); in bget_main_test()
1672 V bpoolv((void *) bp); in bget_main_test()
1675 bpoold((void *) bp, dumpAlloc, dumpFree); in bget_main_test()
1796 if (bp != NULL) { in bget_main_test()
1798 V bpoolv((void *) bp); in bget_main_test()
1801 bpoold((void *) bp, dumpAlloc, dumpFree); in bget_main_test()
1813 if (bp != NULL) { in bget_main_test()
1815 V bpoolv((void *) bp); in bget_main_test()
1818 bpoold((void *) bp, dumpAlloc, dumpFree); in bget_main_test()