Home
last modified time | relevance | path

Searched defs:rec_type (Results 1 – 25 of 364) sorted by relevance

12345678910>>...15

/dports/www/trafficserver/trafficserver-9.1.1/lib/records/
H A DP_RecUtils.h35 #define REC_TYPE_IS_STAT(rec_type) (((rec_type) == RECT_PROCESS) || ((rec_type) == RECT_PLUGIN) || … argument
37 #define REC_TYPE_IS_CONFIG(rec_type) (((rec_type) == RECT_CONFIG) || ((rec_type) == RECT_LOCAL)) argument
H A DP_RecCore.cc283 _RecRegisterStatInt(RecT rec_type, const char *name, RecInt data_default, RecPersistT persist_type) in _RecRegisterStatInt()
289 _RecRegisterStatFloat(RecT rec_type, const char *name, RecFloat data_default, RecPersistT persist_t… in _RecRegisterStatFloat()
295 _RecRegisterStatString(RecT rec_type, const char *name, RecString data_default, RecPersistT persist… in _RecRegisterStatString()
301 _RecRegisterStatCounter(RecT rec_type, const char *name, RecCounter data_default, RecPersistT persi… in _RecRegisterStatCounter()
326 RecRegisterConfigInt(RecT rec_type, const char *name, RecInt data_default, RecUpdateT update_type, … in RecRegisterConfigInt()
334 RecRegisterConfigFloat(RecT rec_type, const char *name, RecFloat data_default, RecUpdateT update_ty… in RecRegisterConfigFloat()
342 RecRegisterConfigString(RecT rec_type, const char *name, const char *data_default_tmp, RecUpdateT u… in RecRegisterConfigString()
351 RecRegisterConfigCounter(RecT rec_type, const char *name, RecCounter data_default, RecUpdateT updat… in RecRegisterConfigCounter()
362 RecSetRecord(RecT rec_type, const char *name, RecDataT data_type, RecData *data, RecRawStat *data_r… in RecSetRecord()
618 RecConsumeConfigEntry(RecT rec_type, RecDataT data_type, const char *name, const char *value, RecSo… in RecConsumeConfigEntry()
H A DI_RecCore.h82 #define RecRegisterStatInt(rec_type, name, data_default, persist_type) \ argument
86 #define RecRegisterStatFloat(rec_type, name, data_default, persist_type) \ argument
90 #define RecRegisterStatString(rec_type, name, data_default, persist_type) \ argument
94 #define RecRegisterStatCounter(rec_type, name, data_default, persist_type) \ argument
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/lob/
H A Dlob0purge.cc64 undo_no_t undo_no, ulint rec_type, const upd_field_t *uf) { in rollback()
185 undo_no_t undo_no, ulint rec_type) { in z_rollback()
277 undo_no_t undo_no, ulint rec_type) { in z_purge()
371 undo_no_t undo_no, ulint rec_type, const upd_field_t *uf) { in purge()
/dports/cad/ghdl/ghdl-1.0.0/testsuite/vests/vhdl-93/billowitch/compliant/
H A Dtc501.vhd35 type rec_type is type
H A Dtc496.vhd35 type rec_type is type
H A Dtc2502.vhd38 type rec_type is type
H A Dtc2506.vhd35 type rec_type is type
H A Dtc88.vhd38 type rec_type is type
H A Dtc497.vhd35 type rec_type is type
H A Dtc500.vhd35 type rec_type is type
H A Dtc158.vhd32 type rec_type is type
/dports/cad/ghdl/ghdl-1.0.0/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/
H A Dtc2402.vhd38 type rec_type is record type
H A Dtc506.vhd35 type rec_type is type
H A Dtc1506.vhd40 type rec_type is type
H A Dtc2009.vhd38 type rec_type is type
H A Dtc1773.vhd37 type rec_type is type
H A Dtc2503.vhd38 type rec_type is type
H A Dtc316.vhd36 type rec_type is type
H A Dtc510.vhd37 type rec_type is type
H A Dtc160.vhd32 type rec_type is type
/dports/mail/postfix-current/postfix-3.7-20211107/src/smtpd/
H A Dsmtpd_proxy.c547 int rec_type; in smtpd_proxy_replay_send() local
820 static int smtpd_proxy_save_rec_put(VSTREAM *stream, int rec_type, in smtpd_proxy_save_rec_put()
854 static int smtpd_proxy_rec_put(VSTREAM *stream, int rec_type, in smtpd_proxy_rec_put()
883 static int smtpd_proxy_save_rec_fprintf(VSTREAM *stream, int rec_type, in smtpd_proxy_save_rec_fprintf()
919 static int smtpd_proxy_rec_fprintf(VSTREAM *stream, int rec_type, in smtpd_proxy_rec_fprintf()
/dports/cad/ghdl/ghdl-1.0.0/testsuite/gna/issue241/
H A Drec.vhdl5 type rec_type is record type
/dports/net/mpich/mpich-3.4.3/src/util/logging/rlog/
H A Dprintirlog.c56 int rec_type; in main() local
/dports/net/mpich2/mpich2-1.5/src/util/logging/rlog/
H A Dprintirlog.c62 int rec_type; in main() local

12345678910>>...15