• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_brew/

Lines Matching defs:get

84  * get upset about that.  So far we haven't run on any machine where there's
126 * applications can get type checking.
191 u_int32_t dlen; /* RO: get/put record length. */
192 u_int32_t doff; /* RO: get/put record offset. */
201 #define DB_DBT_PARTIAL 0x020 /* Partial put/get. */
472 int (*get) __P((DB_LOGC *, DB_LSN *, DBT *, u_int32_t));
585 int (*get)
1060 int (*get) __P((DB_SEQUENCE *,
1128 #define DB_CONSUME 4 /* Db.get */
1129 #define DB_CONSUME_WAIT 5 /* Db.get */
1130 #define DB_CURRENT 6 /* Dbc.get, Dbc.put, DbLogc.get */
1131 #define DB_FIRST 7 /* Dbc.get, DbLogc->get */
1132 #define DB_GET_BOTH 8 /* Db.get, Dbc.get */
1133 #define DB_GET_BOTHC 9 /* Dbc.get (internal) */
1134 #define DB_GET_BOTH_RANGE 10 /* Db.get, Dbc.get */
1135 #define DB_GET_RECNO 11 /* Dbc.get */
1136 #define DB_JOIN_ITEM 12 /* Dbc.get; don't do primary lookup */
1139 #define DB_LAST 15 /* Dbc.get, DbLogc->get */
1140 #define DB_NEXT 16 /* Dbc.get, DbLogc->get */
1141 #define DB_NEXT_DUP 17 /* Dbc.get */
1142 #define DB_NEXT_NODUP 18 /* Dbc.get */
1147 #define DB_PREV 23 /* Dbc.get, DbLogc->get */
1148 #define DB_PREV_DUP 24 /* Dbc.get */
1149 #define DB_PREV_NODUP 25 /* Dbc.get */
1150 #define DB_SET 26 /* Dbc.get, DbLogc->get */
1151 #define DB_SET_RANGE 27 /* Dbc.get */
1152 #define DB_SET_RECNO 28 /* Db.get, Dbc.get */
1153 #define DB_UPDATE_SECONDARY 29 /* Dbc.get, Dbc.del (internal) */
1267 * Returned data memory for DB->get() and friends.
1405 int (*get) __P((DB *, DB_TXN *, DBT *, DBT *, u_int32_t));
1550 * Macros for bulk get. These are only intended for the C API.
1669 int (*get) __P((DBC *, DBT *, DBT *, u_int32_t));