/[pcre]/code/trunk/doc/html/pcre_get_substring_list.html
ViewVC logotype

Diff of /code/trunk/doc/html/pcre_get_substring_list.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 75 by nigel, Sat Feb 24 21:40:37 2007 UTC revision 93 by nigel, Sat Feb 24 21:41:42 2007 UTC
# Line 35  substrings. The arguments are: Line 35  substrings. The arguments are:
35    <i>listptr</i>       Where to put a pointer to the list    <i>listptr</i>       Where to put a pointer to the list
36  </pre>  </pre>
37  The memory in which the substrings and the list are placed is obtained by  The memory in which the substrings and the list are placed is obtained by
38  calling <b>pcre_malloc()</b>. A pointer to a list of pointers is put in  calling <b>pcre_malloc()</b>. The convenience function
39  the variable whose address is in <i>listptr</i>. The list is terminated by a  <b>pcre_free_substring_list()</b> can be used to free it when it is no longer
40  NULL pointer. The yield of the function is zero on success or  needed. A pointer to a list of pointers is put in the variable whose address is
41  PCRE_ERROR_NOMEMORY if sufficient memory could not be obtained.  in <i>listptr</i>. The list is terminated by a NULL pointer. The yield of the
42    function is zero on success or PCRE_ERROR_NOMEMORY if sufficient memory could
43    not be obtained.
44  </P>  </P>
45  <P>  <P>
46  There is a complete description of the PCRE native API in the  There is a complete description of the PCRE native API in the

Legend:
Removed from v.75  
changed lines
  Added in v.93

webmaster@exim.org
ViewVC Help
Powered by ViewVC 1.1.12