Home
last modified time | relevance | path

Searched refs:rec_updatetype (Results 1 – 4 of 4) sorted by relevance

/dports/www/trafficserver/trafficserver-9.1.1/src/traffic_ctl/
H A Dconfig.cc114 rec_updateof(int rec_updatetype) in rec_updateof() argument
116 switch (rec_updatetype) { in rec_updateof()
265 … std::cout << ts::bwprint(text, "{:16s}: {}\n", "Update Type ", rec_updateof(desc.rec_updatetype)); in config_describe()
/dports/www/trafficserver/trafficserver-9.1.1/mgmt/api/
H A DTSControlMain.cc872 MgmtMarshallInt rec_updatetype = 0; in send_record_describe() local
900 rec_updatetype = rec->config_meta.update_type; in send_record_describe()
934 … &rec_class, &rec_version, &rec_rsb, &rec_order, &rec_access, &rec_update, &rec_updatetype, in send_record_describe()
H A DCoreAPIRemote.cc628 val->rec_updatetype = updatetype; in mgmt_record_describe_reply()
/dports/www/trafficserver/trafficserver-9.1.1/mgmt/api/include/
H A Dmgmtapi.h193 TSInt rec_updatetype; /* update type (RecUpdateT) */ member