6 |
and semantics are as close as possible to those of the Perl 5 language. |
and semantics are as close as possible to those of the Perl 5 language. |
7 |
|
|
8 |
Written by Philip Hazel |
Written by Philip Hazel |
9 |
Copyright (c) 1997-2006 University of Cambridge |
Copyright (c) 1997-2008 University of Cambridge |
10 |
|
|
11 |
----------------------------------------------------------------------------- |
----------------------------------------------------------------------------- |
12 |
Redistribution and use in source and binary forms, with or without |
Redistribution and use in source and binary forms, with or without |
43 |
pattern data block. This might be helpful in applications where the block is |
pattern data block. This might be helpful in applications where the block is |
44 |
shared by different users. */ |
shared by different users. */ |
45 |
|
|
46 |
|
|
47 |
|
#ifdef HAVE_CONFIG_H |
48 |
|
#include "config.h" |
49 |
|
#endif |
50 |
|
|
51 |
#include "pcre_internal.h" |
#include "pcre_internal.h" |
52 |
|
|
53 |
|
|
68 |
a negative error number |
a negative error number |
69 |
*/ |
*/ |
70 |
|
|
71 |
PCRE_DATA_SCOPE int |
PCRE_EXP_DEFN int |
72 |
pcre_refcount(pcre *argument_re, int adjust) |
pcre_refcount(pcre *argument_re, int adjust) |
73 |
{ |
{ |
74 |
real_pcre *re = (real_pcre *)argument_re; |
real_pcre *re = (real_pcre *)argument_re; |