Searched refs:tdbs (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/tdb/
H A Dtdb.c30 /* NOTE: If you use tdbs under valgrind, and in particular if you run
138 static TDB_CONTEXT *tdbs = NULL; variable
1679 for (i = tdbs; i; i = i->next) {
1877 tdb->next = tdbs;
1878 tdbs = tdb;
1926 for (i = &tdbs; *i; i = &(*i)->next) {
2043 for (tdb=tdbs; tdb; tdb = tdb->next) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/tdb/
H A Dtdb.c26 /* NOTE: If you use tdbs under valgrind, and in particular if you run
109 static TDB_CONTEXT *tdbs = NULL; variable
1651 for (i = tdbs; i; i = i->next) {
1826 tdb->next = tdbs;
1827 tdbs = tdb;
1876 for (i = &tdbs; *i; i = &(*i)->next) {
2042 for (tdb=tdbs; tdb; tdb = tdb->next) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A Dtdb.c30 /* NOTE: If you use tdbs under valgrind, and in particular if you run
106 static TDB_CONTEXT *tdbs = NULL; variable
1637 for (i = tdbs; i; i = i->next) {
1835 tdb->next = tdbs;
1836 tdbs = tdb;
1884 for (i = &tdbs; *i; i = &(*i)->next) {
2001 for (tdb=tdbs; tdb; tdb = tdb->next) {

Completed in 111 milliseconds