Home
last modified time | relevance | path

Searched refs:instancefunction (Results 1 – 2 of 2) sorted by relevance

/dports/www/squid/squid-4.15/src/
H A Dsnmp_core.cc38 …t char *base_str, int o, oid_ParseFn * parsefunction, instance_Fn * instancefunction, AggrType agg…
39 …ode(oid * name, int len, oid_ParseFn * parsefunction, instance_Fn * instancefunction, AggrType agg…
627 *Next = (*mibTreeEntry->instancefunction) (Current, NextLen, mibTreeEntry, &Fn); in snmpTreeNext()
668 *Next = (*mibTreeEntry->instancefunction) (mibTreeEntry->name, NextLen, mibTreeEntry, &Fn); in snmpTreeNext()
959 …t char *base_str, int o, oid_ParseFn * parsefunction, instance_Fn * instancefunction, AggrType agg… in snmpAddNodeStr() argument
978 m = snmpAddNode(n, nl, parsefunction, instancefunction, aggrType, 0); in snmpAddNodeStr()
991 snmpAddNode(oid * name, int len, oid_ParseFn * parsefunction, instance_Fn * instancefunction, AggrT… in snmpAddNode() argument
1006 entry->instancefunction = instancefunction; in snmpAddNode()
H A Dsnmp_core.h33 instance_Fn *instancefunction; member