
Go to the source code of this file.
Defines | |
| #define | OP_EQ "=" |
| #define | OP_GEQ ">=" |
| #define | OP_GT ">" |
| #define | OP_LEQ "<=" |
| #define | OP_LT "<" |
| #define | OP_NEQ "!=" |
Typedefs | |
| typedef const char * | db_op_t |
Definition in file db_op.h.
| #define OP_EQ "=" |
operator equal
Definition at line 38 of file db_op.h.
Referenced by bdb_row_match(), conds2perlarray(), dbt_row_match(), find_accounts(), find_sip_user(), find_users(), get_subs_db(), get_wi_subs_db(), load_user_carrier(), m_dump(), ms_reset_stime(), msg_watchers_clean(), pdt_mi_add(), pdt_mi_delete(), and update_presentity().
| #define OP_GEQ ">=" |
operator greater than equal
Definition at line 42 of file db_op.h.
Referenced by bdb_row_match(), and dbt_row_match().
| #define OP_GT ">" |
operator greater than
Definition at line 36 of file db_op.h.
Referenced by bdb_row_match(), and dbt_row_match().
| #define OP_LEQ "<=" |
operator less than equal
Definition at line 40 of file db_op.h.
Referenced by bdb_row_match(), dbt_row_match(), m_clean_silo(), and m_send_ontimer().
| #define OP_LT "<" |
operator less than
Definition at line 34 of file db_op.h.
Referenced by bdb_row_match(), db_update(), dbt_row_match(), msg_presentity_clean(), msg_watchers_clean(), rls_presentity_clean(), and update_db_subs().
| #define OP_NEQ "!=" |
operator negation
Definition at line 44 of file db_op.h.
Referenced by get_subs_db(), and m_send_ontimer().
| typedef const char* db_op_t |
1.5.6