Searched refs:ct_type (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Ddb_server_int.h120 u_int32_t ct_type; /* This entry's type */ member in struct:ct_entry
148 DB_ASSERT(NULL, (ctp)->ct_type & (type)); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/rpc_server/cxx/
H A Ddb_server_cxxutil.cpp241 switch (ctp->ct_type) {
288 if (ctp->ct_type != CT_ENV)
318 if (ctp->ct_type == 0)
422 if (ctp->ct_type != CT_DB)
468 if (ctp->ct_type != CT_ENV)
521 DB_ASSERT(NULL, ctp->ct_type == CT_DB);
550 if (dbc_ctp->ct_type & CT_JOINCUR)
557 if ((ctp->ct_type & CT_JOIN) &&
559 ctp->ct_type &= ~CT_JOIN;
580 DB_ASSERT(NULL, ctp->ct_type
[all...]
H A Ddb_server_cxxproc.cpp74 ctp->ct_type = CT_TXN;
114 ctp->ct_type = CT_ENV;
421 ctp->ct_type = CT_TXN;
559 ctp->ct_type = CT_TXN;
706 dbp_ctp->ct_type = CT_DB;
1856 dbc_ctp->ct_type = CT_CURSOR;
1906 DB_ASSERT(dbp->get_ENV(), ctp->ct_type == CT_CURSOR);
1929 DB_ASSERT(dbp->get_ENV(), ctp->ct_type == CT_CURSOR);
1930 ctp->ct_type |= CT_JOIN;
1945 dbc_ctp->ct_type
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/rpc_server/c/
H A Ddb_server_util.c249 switch (ctp->ct_type) {
297 if (ctp->ct_type != CT_ENV)
328 if (ctp->ct_type == 0)
455 if (ctp->ct_type != CT_DB)
508 if (ctp->ct_type != CT_ENV)
608 if (dbc_ctp->ct_type & CT_JOINCUR)
615 if ((ctp->ct_type & CT_JOIN) &&
617 ctp->ct_type &= ~CT_JOIN;
666 if (dbctp->ct_type != CT_DB)
H A Ddb_server_proc.c87 ctp->ct_type = CT_TXN;
133 ctp->ct_type = CT_ENV;
495 ctp->ct_type = CT_TXN;
652 ctp->ct_type = CT_TXN;
819 dbp_ctp->ct_type = CT_DB;
2121 dbc_ctp->ct_type = CT_CURSOR;
2176 DB_ASSERT(env, ctp->ct_type == CT_CURSOR);
2199 DB_ASSERT(env, ctp->ct_type == CT_CURSOR);
2200 ctp->ct_type |= CT_JOIN;
2215 dbc_ctp->ct_type
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/crystalhd/
H A Dcrystalhd_fw_if.h155 uint32_t ct_type[3]; member in struct:ppb_h264

Completed in 58 milliseconds