|
version 1.1.1.2, 2012/02/21 23:50:25
|
version 1.1.1.3, 2013/07/22 08:25:55
|
|
Line 68 Returns: the (possibly updated) count value (a
|
Line 68 Returns: the (possibly updated) count value (a
|
| a negative error number |
a negative error number |
| */ |
*/ |
| |
|
| #ifdef COMPILE_PCRE8 | #if defined COMPILE_PCRE8 |
| PCRE_EXP_DEFN int PCRE_CALL_CONVENTION |
PCRE_EXP_DEFN int PCRE_CALL_CONVENTION |
| pcre_refcount(pcre *argument_re, int adjust) |
pcre_refcount(pcre *argument_re, int adjust) |
| #else | #elif defined COMPILE_PCRE16 |
| PCRE_EXP_DEFN int PCRE_CALL_CONVENTION |
PCRE_EXP_DEFN int PCRE_CALL_CONVENTION |
| pcre16_refcount(pcre16 *argument_re, int adjust) |
pcre16_refcount(pcre16 *argument_re, int adjust) |
| |
#elif defined COMPILE_PCRE32 |
| |
PCRE_EXP_DEFN int PCRE_CALL_CONVENTION |
| |
pcre32_refcount(pcre32 *argument_re, int adjust) |
| #endif |
#endif |
| { |
{ |
| REAL_PCRE *re = (REAL_PCRE *)argument_re; |
REAL_PCRE *re = (REAL_PCRE *)argument_re; |