| 21 |
<P> |
<P> |
| 22 |
<b>void pcre_free_study(pcre_extra *<i>extra</i>);</b> |
<b>void pcre_free_study(pcre_extra *<i>extra</i>);</b> |
| 23 |
</P> |
</P> |
| 24 |
|
<P> |
| 25 |
|
<b>void pcre16_free_study(pcre16_extra *<i>extra</i>);</b> |
| 26 |
|
</P> |
| 27 |
<br><b> |
<br><b> |
| 28 |
DESCRIPTION |
DESCRIPTION |
| 29 |
</b><br> |
</b><br> |
| 30 |
<P> |
<P> |
| 31 |
This function is used to free the memory used for the data generated by a call |
This function is used to free the memory used for the data generated by a call |
| 32 |
to <b>pcre_study()</b> when it is no longer needed. The argument must be the |
to <b>pcre[16]_study()</b> when it is no longer needed. The argument must be the |
| 33 |
result of such a call. |
result of such a call. |
| 34 |
</P> |
</P> |
| 35 |
<P> |
<P> |