#include <avpops_impl.h>

Data Fields | |
| int | opd |
| int | ops |
| int | type |
| union { | |
| int n | |
| str s | |
| pv_spec_t sval | |
| } | u |
Definition at line 101 of file avpops_impl.h.
| int n |
Definition at line 108 of file avpops_impl.h.
Referenced by fixup_delete_avp(), ops_check_avp(), ops_op_avp(), and parse_intstr_value().
| int opd |
Definition at line 104 of file avpops_impl.h.
Referenced by avpops_parse_pvar(), dbrow2avp(), fixup_check_avp(), fixup_db_avp(), fixup_delete_avp(), fixup_op_avp(), fixup_pushto_avp(), fixup_subst(), ops_check_avp(), ops_dbdelete_avps(), ops_dbload_avps(), ops_dbstore_avps(), ops_delete_avp(), ops_op_avp(), ops_pushto_avp(), parse_avp_db(), parse_check_value(), parse_intstr_value(), and parse_op_value().
| int ops |
Definition at line 103 of file avpops_impl.h.
Referenced by fixup_check_avp(), fixup_copy_avp(), fixup_delete_avp(), fixup_is_avp_set(), fixup_pushto_avp(), fixup_subst(), ops_check_avp(), ops_copy_avp(), ops_dbdelete_avps(), ops_dbload_avps(), ops_dbstore_avps(), ops_delete_avp(), ops_is_avp_set(), ops_op_avp(), ops_pushto_avp(), parse_check_value(), and parse_op_value().
Definition at line 109 of file avpops_impl.h.
Referenced by fixup_check_avp(), fixup_db_avp(), ops_check_avp(), ops_dbdelete_avps(), ops_dbload_avps(), ops_dbstore_avps(), ops_op_avp(), and parse_intstr_value().
Definition at line 107 of file avpops_impl.h.
Referenced by avpops_get_aname(), avpops_parse_pvar(), dbrow2avp(), fixup_check_avp(), fixup_copy_avp(), fixup_db_avp(), fixup_delete_avp(), fixup_is_avp_set(), fixup_op_avp(), fixup_pushto_avp(), fixup_subst(), ops_check_avp(), ops_dbdelete_avps(), ops_dbload_avps(), ops_dbstore_avps(), ops_delete_avp(), ops_is_avp_set(), ops_op_avp(), ops_pushto_avp(), parse_avp_db(), parse_check_value(), and parse_op_value().
| int type |
Definition at line 105 of file avpops_impl.h.
Referenced by avpops_parse_pvar(), fixup_delete_avp(), ops_check_avp(), ops_dbdelete_avps(), ops_dbload_avps(), ops_dbstore_avps(), ops_op_avp(), parse_avp_db(), and parse_intstr_value().
| union { ... } u |
Referenced by avpops_get_aname(), avpops_parse_pvar(), dbrow2avp(), fixup_check_avp(), fixup_copy_avp(), fixup_db_avp(), fixup_delete_avp(), fixup_is_avp_set(), fixup_op_avp(), fixup_pushto_avp(), fixup_subst(), ops_check_avp(), ops_dbdelete_avps(), ops_dbload_avps(), ops_dbstore_avps(), ops_delete_avp(), ops_is_avp_set(), ops_op_avp(), ops_pushto_avp(), parse_avp_db(), parse_check_value(), parse_intstr_value(), and parse_op_value().
1.5.6