OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:errorcodeptr
(Results
1 - 9
of
9
) sorted by null
/external/pcre/doc/
pcre_compile2.3
pcre_compile.3
pcreapi.3
[
all
...]
pcre.txt
[
all
...]
/external/pcre/doc/html/
pcre_compile2.html
23
<b>int *<i>
errorcodeptr
</i>,</b>
32
same as <b>pcre_compile()</b>, except for the addition of the <i>
errorcodeptr
</i>
38
<i>
errorcodeptr
</i> Where to put an error code
pcre_compile.html
31
same as <b>pcre_compile2()</b>, except for the absence of the <i>
errorcodeptr
</i>
pcreapi.html
50
<b>int *<i>
errorcodeptr
</i>,</b>
402
<b>int *<i>
errorcodeptr
</i>,</b>
410
<i>
errorcodeptr
</i>, via which a numerical error code can be returned. To avoid
461
<i>
errorcodeptr
</i> argument is not NULL, a non-zero error code number is
[
all
...]
/external/pcre/
pcre_compile.c
593
errorcodeptr
points to the errorcode variable
600
on error,
errorcodeptr
is set
604
check_escape(const uschar **ptrptr, int *
errorcodeptr
, int bracount,
616
if (c == 0) *
errorcodeptr
= ERR1;
647
*
errorcodeptr
= ERR37;
703
*
errorcodeptr
= ERR61;
709
*
errorcodeptr
= ERR57;
715
*
errorcodeptr
= ERR58;
723
*
errorcodeptr
= ERR15;
755
*
errorcodeptr
= ERR61
2854
int ptype, pdata,
errorcodeptr
;
local
[
all
...]
pcregexp.pas
342
var
errorcodeptr
: Integer;
Completed in 77 milliseconds