Home
last modified time | relevance | path

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

/dports/net-mgmt/net-snmp/net-snmp-5.9/snmplib/
H A Dsnmp_api.c3438 #ifndef VPCACHE_SIZE in snmp_pdu_realloc_rbuild()
3439 #define VPCACHE_SIZE 50 in snmp_pdu_realloc_rbuild() macro
3441 netsnmp_variable_list *vpcache[VPCACHE_SIZE]; in snmp_pdu_realloc_rbuild()
3447 for (vp = pdu->variables, i = VPCACHE_SIZE - 1; vp; in snmp_pdu_realloc_rbuild()
3459 i = VPCACHE_SIZE - 1; in snmp_pdu_realloc_rbuild()
3467 for (i = final; i < VPCACHE_SIZE; i++) { in snmp_pdu_realloc_rbuild()
3499 tmpvp = vpcache[VPCACHE_SIZE - 1]; in snmp_pdu_realloc_rbuild()
3505 for (vp = pdu->variables, i = VPCACHE_SIZE - 1; in snmp_pdu_realloc_rbuild()
3509 i = VPCACHE_SIZE - 1; in snmp_pdu_realloc_rbuild()