~ubuntu-branches/ubuntu/trusty/net-snmp/trusty

« back to all changes in this revision

Viewing changes to man/netsnmp_table_iterator.h.3

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2007-12-08 14:59:50 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20071208145950-u1tykhpw56nyzqik
Tags: 5.4.1~dfsg-4ubuntu1
* Merge from debian unstable.
* Remaining Ubuntu changes:
  - Remove stop links from rc0 and rc6
  - Munge Maintainer field as per spec.
* Ubuntu changes dropped:
  - Symlink common files between the packages, CDBS ought to handle that
    for us automatically.
* The latest Debian changes has dropped history from the changelog. Slot in
  the Ubuntu changes as best I can. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH "table_iterator.h" 3 "13 Jul 2006" "Version 5.3.1" "net-snmp" \" -*- nroff -*-
 
1
.TH "table_iterator.h" 3 "27 Jul 2007" "Version 5.4.1" "net-snmp" \" -*- nroff -*-
2
2
.ad l
3
3
.nh
4
4
.SH NAME
28
28
 
29
29
.in +1c
30
30
.ti -1c
31
 
.RI "typedef \fBnetsnmp_variable_list\fP *() \fBNetsnmp_First_Data_Point\fP (void **loop_context, void **data_context, \fBnetsnmp_variable_list\fP *, struct \fBnetsnmp_iterator_info_s\fP *)"
32
 
.br
33
 
.ti -1c
34
 
.RI "typedef \fBnetsnmp_variable_list\fP *() \fBNetsnmp_Next_Data_Point\fP (void **loop_context, void **data_context, \fBnetsnmp_variable_list\fP *, struct \fBnetsnmp_iterator_info_s\fP *)"
35
 
.br
36
 
.ti -1c
37
 
.RI "typedef void *() \fBNetsnmp_Make_Data_Context\fP (void *loop_context, struct \fBnetsnmp_iterator_info_s\fP *)"
38
 
.br
39
 
.ti -1c
40
 
.RI "typedef void() \fBNetsnmp_Free_Loop_Context\fP (void *, struct \fBnetsnmp_iterator_info_s\fP *)"
41
 
.br
42
 
.ti -1c
43
 
.RI "typedef void() \fBNetsnmp_Free_Data_Context\fP (void *, struct \fBnetsnmp_iterator_info_s\fP *)"
 
31
.RI "typedef \fBnetsnmp_variable_list\fP *( \fBNetsnmp_First_Data_Point\fP )(void **loop_context, void **data_context, \fBnetsnmp_variable_list\fP *, struct \fBnetsnmp_iterator_info_s\fP *)"
 
32
.br
 
33
.ti -1c
 
34
.RI "typedef \fBnetsnmp_variable_list\fP *( \fBNetsnmp_Next_Data_Point\fP )(void **loop_context, void **data_context, \fBnetsnmp_variable_list\fP *, struct \fBnetsnmp_iterator_info_s\fP *)"
 
35
.br
 
36
.ti -1c
 
37
.RI "typedef void *( \fBNetsnmp_Make_Data_Context\fP )(void *loop_context, struct \fBnetsnmp_iterator_info_s\fP *)"
 
38
.br
 
39
.ti -1c
 
40
.RI "typedef void( \fBNetsnmp_Free_Loop_Context\fP )(void *, struct \fBnetsnmp_iterator_info_s\fP *)"
 
41
.br
 
42
.ti -1c
 
43
.RI "typedef void( \fBNetsnmp_Free_Data_Context\fP )(void *, struct \fBnetsnmp_iterator_info_s\fP *)"
44
44
.br
45
45
.ti -1c
46
46
.RI "typedef \fBnetsnmp_iterator_info_s\fP \fBnetsnmp_iterator_info\fP"
59
59
.br
60
60
.RI "\fICreates and registers a table iterator helper handler calling netsnmp_create_handler with a handler name set to TABLE_ITERATOR_NAME and access method, netsnmp_table_iterator_helper_handler. \fP"
61
61
.ti -1c
 
62
.RI "void \fBnetsnmp_iterator_delete_table\fP (\fBnetsnmp_iterator_info\fP *iinfo)"
 
63
.br
 
64
.ti -1c
62
65
.RI "NETSNMP_INLINE void * \fBnetsnmp_extract_iterator_context\fP (\fBnetsnmp_request_info\fP *request)"
63
66
.br
64
67
.RI "\fIextracts the table_iterator specific data from a request. \fP"