~ubuntu-branches/ubuntu/trusty/pcre3/trusty

« back to all changes in this revision

Viewing changes to doc/html/pcre_free_substring_list.html

  • Committer: Package Import Robot
  • Author(s): Mark Baker
  • Date: 2012-03-23 22:34:54 UTC
  • mfrom: (23.1.9 sid)
  • Revision ID: package-import@ubuntu.com-20120323223454-grhqqolk8a7x1h24
Tags: 1:8.30-4
* Reluctantly using an epoch, as it seems the funny version number with
  extra dots causes problems
* Bumped standard version to 3.9.3. No changes needed
* Converted to use new source format / quilt
* Put back obsolete pcre_info() API that upstream have dropped (Closes:
  #665300, #665356)
* Don't include pcregrep binary in debug package

Thanks to Elimar Riesebieter for the conversion to the new source format.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
<P>
22
22
<b>void pcre_free_substring_list(const char **<i>stringptr</i>);</b>
23
23
</P>
 
24
<P>
 
25
<b>void pcre16_free_substring_list(PCRE_SPTR16 *<i>stringptr</i>);</b>
 
26
</P>
24
27
<br><b>
25
28
DESCRIPTION
26
29
</b><br>
27
30
<P>
28
31
This is a convenience function for freeing the store obtained by a previous
29
 
call to <b>pcre_get_substring_list()</b>. Its only argument is a pointer to the
30
 
list of string pointers.
 
32
call to <b>pcre[16]_get_substring_list()</b>. Its only argument is a pointer to
 
33
the list of string pointers.
31
34
</P>
32
35
<P>
33
36
There is a complete description of the PCRE native API in the