Blame doc/html/pcre_free_study.html

Packit 78a954
<html>
Packit 78a954
<head>
Packit 78a954
<title>pcre_free_study specification</title>
Packit 78a954
</head>
Packit 78a954
<body bgcolor="#FFFFFF" text="#00005A" link="#0066FF" alink="#3399FF" vlink="#2222BB">
Packit 78a954

pcre_free_study man page

Packit 78a954

Packit 78a954
Return to the PCRE index page.
Packit 78a954

Packit 78a954

Packit 78a954
This page is part of the PCRE HTML documentation. It was generated automatically
Packit 78a954
from the original man page. If there is any nonsense in it, please consult the
Packit 78a954
man page, in case the conversion went wrong.
Packit 78a954

Packit 78a954

Packit 78a954
SYNOPSIS
Packit 78a954

Packit 78a954

Packit 78a954
#include <pcre.h>
Packit 78a954

Packit 78a954

Packit 78a954
void pcre_free_study(pcre_extra *extra);
Packit 78a954

Packit 78a954

Packit 78a954
void pcre16_free_study(pcre16_extra *extra);
Packit 78a954

Packit 78a954

Packit 78a954
void pcre32_free_study(pcre32_extra *extra);
Packit 78a954

Packit 78a954

Packit 78a954
DESCRIPTION
Packit 78a954

Packit 78a954

Packit 78a954
This function is used to free the memory used for the data generated by a call
Packit 78a954
to pcre[16|32]_study() when it is no longer needed. The argument must be the
Packit 78a954
result of such a call.
Packit 78a954

Packit 78a954

Packit 78a954
There is a complete description of the PCRE native API in the
Packit 78a954
pcreapi
Packit 78a954
page and a description of the POSIX API in the
Packit 78a954
pcreposix
Packit 78a954
page.
Packit 78a954

Packit 78a954
Return to the PCRE index page.
Packit 78a954