~ubuntu-branches/debian/sid/kamailio/sid

« back to all changes in this revision

Viewing changes to doc/rpc_list/docbook/rpc_htable.xml

  • Committer: Package Import Robot
  • Author(s): Victor Seva
  • Date: 2014-01-06 11:47:13 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20140106114713-t8xidp4arzrnyeya
Tags: 4.1.1-1
* New upstream release
* debian/patches:
  - add upstream fixes
* Added tls outbound websocket autheph dnssec modules
  - openssl exception added to their license
* removing sparc and ia64 from supported archs
  for mono module (Closes: #728915)

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
</para>
17
17
</section>
18
18
 
 
19
<section id="htable.delete"><title>htable.delete</title>
 
20
<para>
 
21
        Delete one key from a hash table.
 
22
</para>
 
23
<para>
 
24
</para>
 
25
</section>
 
26
 
 
27
<section id="htable.get"><title>htable.get</title>
 
28
<para>
 
29
        Get one key from a hash table.
 
30
</para>
 
31
<para>
 
32
</para>
 
33
</section>
 
34
 
 
35
<section id="htable.sets"><title>htable.sets</title>
 
36
<para>
 
37
        Set one key in a hash table to a string value.
 
38
</para>
 
39
<para>
 
40
</para>
 
41
</section>
 
42
 
 
43
<section id="htable.seti"><title>htable.seti</title>
 
44
<para>
 
45
        Set one key in a hash table to an integer value.
 
46
</para>
 
47
<para>
 
48
</para>
 
49
</section>
 
50
 
 
51
<section id="htable.listTables"><title>htable.listTables</title>
 
52
<para>
 
53
        List all htables.
 
54
</para>
 
55
<para>
 
56
</para>
 
57
</section>
 
58
 
 
59
<section id="htable.reload"><title>htable.reload</title>
 
60
<para>
 
61
        Reload hash table.
 
62
</para>
 
63
<para>
 
64
</para>
 
65
</section>
 
66
 
 
67
<section id="htable.stats"><title>htable.stats</title>
 
68
<para>
 
69
        Statistics about htables.
 
70
</para>
 
71
<para>
 
72
</para>
 
73
</section>
 
74
 
19
75
</chapter>