Skip to content

Commit

Permalink
modules: readme files regenerated - textopsx ... [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
kamailio-dev committed Oct 25, 2021
1 parent 01434fa commit dfafbf6
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions src/modules/textopsx/README
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ Daniel-Constantin Mierla
2.16. hf_value_exists(hf, hvalue)
2.17. hf_iterator_start(iname)
2.18. hf_iterator_end(iname)
2.19. textopsx.f.hf_iterator_next(iname)
2.20. textopsx.f.hf_iterator_prev(iname)
2.19. hf_iterator_next(iname)
2.20. hf_iterator_prev(iname)
2.21. hf_iterator_rm(iname)
2.22. hf_iterator_append(iname, htext)
2.23. hf_iterator_insert(iname, htext)
2.24. bl_iterator_start(iname)
2.25. bl_iterator_end(iname)
2.26. textopsx.f.bl_iterator_next(iname)
2.26. bl_iterator_next(iname)
2.27. bl_iterator_rm(iname)
2.28. bl_iterator_append(iname, text)
2.29. bl_iterator_insert(iname, text)
Expand Down Expand Up @@ -113,14 +113,14 @@ Chapter 1. Admin Guide
2.16. hf_value_exists(hf, hvalue)
2.17. hf_iterator_start(iname)
2.18. hf_iterator_end(iname)
2.19. textopsx.f.hf_iterator_next(iname)
2.20. textopsx.f.hf_iterator_prev(iname)
2.19. hf_iterator_next(iname)
2.20. hf_iterator_prev(iname)
2.21. hf_iterator_rm(iname)
2.22. hf_iterator_append(iname, htext)
2.23. hf_iterator_insert(iname, htext)
2.24. bl_iterator_start(iname)
2.25. bl_iterator_end(iname)
2.26. textopsx.f.bl_iterator_next(iname)
2.26. bl_iterator_next(iname)
2.27. bl_iterator_rm(iname)
2.28. bl_iterator_append(iname, text)
2.29. bl_iterator_insert(iname, text)
Expand Down Expand Up @@ -161,14 +161,14 @@ Chapter 1. Admin Guide
2.16. hf_value_exists(hf, hvalue)
2.17. hf_iterator_start(iname)
2.18. hf_iterator_end(iname)
2.19. textopsx.f.hf_iterator_next(iname)
2.20. textopsx.f.hf_iterator_prev(iname)
2.19. hf_iterator_next(iname)
2.20. hf_iterator_prev(iname)
2.21. hf_iterator_rm(iname)
2.22. hf_iterator_append(iname, htext)
2.23. hf_iterator_insert(iname, htext)
2.24. bl_iterator_start(iname)
2.25. bl_iterator_end(iname)
2.26. textopsx.f.bl_iterator_next(iname)
2.26. bl_iterator_next(iname)
2.27. bl_iterator_rm(iname)
2.28. bl_iterator_append(iname, text)
2.29. bl_iterator_insert(iname, text)
Expand Down Expand Up @@ -509,10 +509,10 @@ hf_iterator_start("i1");
hf_iterator_end("i1");
...

2.19. textopsx.f.hf_iterator_next(iname)
2.19. hf_iterator_next(iname)

Move the iterator to the next header. It must be called also after
bl_iterator_start() to get the first header.
hf_iterator_start() to get the first header.

The return code is false when there is no other header in the list.

Expand All @@ -532,7 +532,7 @@ hf_iterator_end("i1");
hf_iterator_end("i1");
...

2.20. textopsx.f.hf_iterator_prev(iname)
2.20. hf_iterator_prev(iname)

Move the iterator to the previous header. It must be called also after
hf_iterator_start() and hf_iterator_next().
Expand Down Expand Up @@ -641,7 +641,7 @@ bl_iterator_start("b1");
bl_iterator_end("b1");
...

2.26. textopsx.f.bl_iterator_next(iname)
2.26. bl_iterator_next(iname)

Move the iterator to the next line in the body. It must be called also
after bl_iterator_start() to get the first header.
Expand Down

0 comments on commit dfafbf6

Please sign in to comment.