Parent Directory
|
Revision Log
|
Patch
| revision 762 by ph10, Mon Nov 21 11:44:55 2011 UTC | revision 763 by zherczeg, Tue Nov 22 21:46:22 2011 UTC | |
|---|---|---|
| # | Line 78 Returns: = 0 if the string is a | Line 78 Returns: = 0 if the string is a |
| 78 | */ | */ |
| 79 | ||
| 80 | int | int |
| 81 | _pcre16_valid_utf16(USPTR string, int length, int *erroroffset) | _pcre16_valid_utf16(PCRE_PUCHAR string, int length, int *erroroffset) |
| 82 | { | { |
| 83 | #ifdef SUPPORT_UTF16 | #ifdef SUPPORT_UTF16 |
| 84 | register USPTR p; | register PCRE_PUCHAR p; |
| 85 | register uschar c; | register uschar c; |
| 86 | ||
| 87 | if (length < 0) | if (length < 0) |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |