Searched refs:__db_infohead (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dtcl_db.h134 #define __db_infohead __dbtcl_global.g_infohead macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_internal.c72 LIST_INSERT_HEAD(&__db_infohead, p, entries);
85 LIST_FOREACH(p, &__db_infohead, entries)
100 LIST_FOREACH(p, &__db_infohead, entries)
115 LIST_FOREACH(p, &__db_infohead, entries)
H A Dtcl_txn.c37 for (p = LIST_FIRST(&__db_infohead); p != NULL; p = nextp) {
430 LIST_FOREACH(ip, &__db_infohead, entries) {
H A Dtcl_lock.c693 for (p = LIST_FIRST(&__db_infohead); p != NULL; p = nextp) {
H A Dtcl_mp.c47 for (p = LIST_FIRST(&__db_infohead); p != NULL; p = nextp) {
H A Dtcl_db_pkg.c110 LIST_INIT(&__db_infohead);
3403 LIST_FOREACH(p, &__db_infohead, entries) {
H A Dtcl_db.c65 for (p = LIST_FIRST(&__db_infohead); p != NULL; p = nextp) {
H A Dtcl_env.c1210 for (p = LIST_FIRST(&__db_infohead); p != NULL; p = nextp) {

Completed in 166 milliseconds