Parent Directory
|
Revision Log
|
Patch
revision 780 by zherczeg, Wed Nov 23 17:23:20 2011 UTC | revision 781 by zherczeg, Sat Dec 3 07:58:30 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 | PRIV(valid_utf16)(PCRE_PUCHAR string, int length, int *erroroffset) | PRIV(valid_utf)(PCRE_PUCHAR string, int length, int *erroroffset) |
82 | { | { |
83 | #ifdef SUPPORT_UTF16 | #ifdef SUPPORT_UTF16 |
84 | register PCRE_PUCHAR p; | register PCRE_PUCHAR p; |
85 | register uschar c; | register pcre_uchar c; |
86 | ||
87 | if (length < 0) | if (length < 0) |
88 | { | { |
|
ViewVC Help | |
Powered by ViewVC 1.1.5 |