| 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 |