| 255 |
#define INTS_PER_STATEBLOCK (sizeof(stateblock)/sizeof(int)) |
#define INTS_PER_STATEBLOCK (sizeof(stateblock)/sizeof(int)) |
| 256 |
|
|
| 257 |
|
|
| 258 |
#ifdef DEBUG |
#ifdef PCRE_DEBUG |
| 259 |
/************************************************* |
/************************************************* |
| 260 |
* Print character string * |
* Print character string * |
| 261 |
*************************************************/ |
*************************************************/ |
| 559 |
workspace[0] ^= 1; /* Remember for the restarting feature */ |
workspace[0] ^= 1; /* Remember for the restarting feature */ |
| 560 |
workspace[1] = active_count; |
workspace[1] = active_count; |
| 561 |
|
|
| 562 |
#ifdef DEBUG |
#ifdef PCRE_DEBUG |
| 563 |
printf("%.*sNext character: rest of subject = \"", rlevel*2-2, SP); |
printf("%.*sNext character: rest of subject = \"", rlevel*2-2, SP); |
| 564 |
pchars((uschar *)ptr, strlen((char *)ptr), stdout); |
pchars((uschar *)ptr, strlen((char *)ptr), stdout); |
| 565 |
printf("\"\n"); |
printf("\"\n"); |
| 605 |
int state_offset = current_state->offset; |
int state_offset = current_state->offset; |
| 606 |
int count, codevalue, rrc; |
int count, codevalue, rrc; |
| 607 |
|
|
| 608 |
#ifdef DEBUG |
#ifdef PCRE_DEBUG |
| 609 |
printf ("%.*sProcessing state %d c=", rlevel*2-2, SP, state_offset); |
printf ("%.*sProcessing state %d c=", rlevel*2-2, SP, state_offset); |
| 610 |
if (clen == 0) printf("EOL\n"); |
if (clen == 0) printf("EOL\n"); |
| 611 |
else if (c > 32 && c < 127) printf("'%c'\n", c); |
else if (c > 32 && c < 127) printf("'%c'\n", c); |