~ubuntu-branches/ubuntu/precise/net-snmp/precise

« back to all changes in this revision

Viewing changes to man/netsnmp_table_rows.3

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2010-06-28 14:59:36 UTC
  • mfrom: (1.2.3 upstream) (1.1.12 sid)
  • Revision ID: james.westby@ubuntu.com-20100628145936-cbiallic69pn044g
Tags: 5.4.3~dfsg-1ubuntu1
* Merge from debian unstable.  Remaining changes:
  - Set Ubuntu maintainer address.
  - net-snmp-config: Use bash. (LP: #104738)
  - Removed multiuser option when calling update-rc.d. (LP: #254261)
  - debian/snmpd.init: LSBify the init script.
  - debian/patches/52_fix_snmpcmd_1_typo.patch: Adjust a typo in snmpcmd.1
    (LP: #250459)
  - debian/snmpd.postinst: source debconf before doing work, LP: #589056
  - debian/snmp.preinst, debian/snmp.prerm: kill any/all processes owned by
    snmp user before install/uninstall, LP: #573391
  - Add apport hook (LP: #533603):
  - debian/{snmp,snmpd}.apport: Added.
  - debian/control: Build-depends on dh-apport.
  - debian/rules: 
    + Add --with apport.
    + override_dh_apport to install hook on snmpd package only.
 * Dropped patches:
   - debian/patches/99-fix-ubuntu-div0.patch: Fix dvision by zero.. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH "table_rows" 3 "5 Sep 2008" "Version 5.4.2" "net-snmp" \" -*- nroff -*-
 
1
.TH "table_rows" 3 "23 May 2010" "Version 5.4.3.pre1" "net-snmp" \" -*- nroff -*-
2
2
.ad l
3
3
.nh
4
4
.SH NAME
5
 
table_rows \- Routines for working with the rows of a table.  
 
5
table_rows \- 
 
6
.PP
 
7
Routines for working with the rows of a table.  
6
8
 
7
 
.PP
8
9
.SS "Functions"
9
10
 
10
11
.in +1c
44
45
.SH "Detailed Description"
45
46
.PP 
46
47
Routines for working with the rows of a table. 
47
 
.PP
48
48
.SH "Function Documentation"
49
49
.PP 
50
50
.SS "int netsnmp_generic_row_count (void * table)"
59
59
Definition at line 228 of file table_generic.c.
60
60
.SS "void* netsnmp_generic_row_get (void * table, void * row)"
61
61
.PP
62
 
Retrieve the given row from the table. 
63
 
.PP
64
 
This could either be the same data pointer, passed in, or a separate row structure sharing the same index values (or NULL).
 
62
Retrieve the given row from the table. This could either be the same data pointer, passed in, or a separate row structure sharing the same index values (or NULL).
65
63
.PP
66
64
This routine also provides a means to tell whether a given row is present in the table. 
67
65
.PP
78
76
Definition at line 270 of file table_generic.c.
79
77
.SS "void* netsnmp_generic_row_next (void * table, void * row)"
80
78
.PP
81
 
Retrieve the following row from the table. 
82
 
.PP
83
 
If the specified row is not present, this routine should return the entry next after the position this row would have occupied. 
 
79
Retrieve the following row from the table. If the specified row is not present, this routine should return the entry next after the position this row would have occupied. 
84
80
.PP
85
81
Definition at line 249 of file table_generic.c.
86
82
.SS "void* netsnmp_generic_row_next_byidx (void * table, \fBnetsnmp_variable_list\fP * indexes)"
93
89
Retrieve the next row after the specified instance OIDs. 
94
90
.PP
95
91
Definition at line 276 of file table_generic.c.
 
92
.SH "Author"
 
93
.PP 
 
94
Generated automatically by Doxygen for net-snmp from the source code.