Home
last modified time | relevance | path

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

/dports/net-mgmt/net-snmp/net-snmp-5.9/agent/mibgroup/
H A DwinExtDLL.c299 static context_info *context_info_head; variable
690 for (p = context_info_head; p; p = p->next) { in alloc_context_info()
698 p->next = context_info_head; in alloc_context_info()
699 context_info_head = p; in alloc_context_info()
713 context_info **pprev = &context_info_head; in free_context_info()
718 for (p = context_info_head; p; p = p->next) { in free_context_info()
740 for (p = context_info_head; p; p = p->next) in get_context_info()