'\" te .TH "Container_iterator" 3 "24 Nov 2004" "net-snmp" \" -*- nroff -*- .ad l .nh .SH NAME Container_iterator \- .SS "Typedefs" .in +1c .ti -1c .RI "typedef int( \fBNetsnmp_Iterator_Loop_Key\fP )(void *iterator_ctx, netsnmp_ref_void *loop_ctx, netsnmp_ref_void *key)" .br .ti -1c .RI "typedef int( \fBNetsnmp_Iterator_Loop_Data\fP )(void *iterator_ctx, netsnmp_ref_void *loop_ctx, netsnmp_ref_void *data)" .br .ti -1c .RI "typedef int( \fBNetsnmp_Iterator_Ctx\fP )(void *iterator_ctx, netsnmp_ref_void *loop_ctx)" .br .ti -1c .RI "typedef int( \fBNetsnmp_Iterator_Ctx_Dup\fP )(void *iterator_ctx, netsnmp_ref_void *loop_ctx, netsnmp_ref_void *dup_ctx, int reuse)" .br .ti -1c .RI "typedef int( \fBNetsnmp_Iterator_Op\fP )(void *iterator_ctx)" .br .ti -1c .RI "typedef int( \fBNetsnmp_Iterator_Data\fP )(void *iterator_ctx, const void *data)" .br .in -1c .SS "Functions" .in +1c .ti -1c .RI "void \fBnetsnmp_container_iterator_init\fP (void)" .br .ti -1c .RI "netsnmp_container * \fBnetsnmp_container_iterator_get\fP (void *iterator_user_ctx, netsnmp_container_compare *compare, Netsnmp_Iterator_Loop_Key *get_first, Netsnmp_Iterator_Loop_Key *get_next, Netsnmp_Iterator_Loop_Data *get_data, Netsnmp_Iterator_Ctx_Dup *save_pos, Netsnmp_Iterator_Ctx *init_loop_ctx, Netsnmp_Iterator_Ctx *cleanup_loop_ctx, Netsnmp_Iterator_Data *free_user_ctx, int sorted)" .br .ti -1c .RI "void \fBnetsnmp_container_iterator_set_data_cb\fP (netsnmp_container *c, Netsnmp_Iterator_Data *insert_data, Netsnmp_Iterator_Data *remove_data, Netsnmp_Iterator_Op *get_size)" .br .in -1c .\" Oracle has added the ARC stability level to this manual page .SH ATTRIBUTES See .BR attributes (5) for descriptions of the following attributes: .sp .TS box; cbp-1 | cbp-1 l | l . ATTRIBUTE TYPE ATTRIBUTE VALUE = Availability system/management/snmp/net-snmp/documentation = Stability Volatile .TE .PP .SH NOTES .\" Oracle has added source availability information to this manual page This software was built from source available at https://java.net/projects/solaris-userland. The original community source was downloaded from http://ftp.ntua.gr/mirror/net-snmp/OldFiles/net-snmp-5.4.x/5.4.1/net-snmp-5.4.1.tar.gz Further information about this software can be found on the open source community website at http://www.net-snmp.org/.