Parent Directory
|
Revision Log
|
Patch
| revision 72 by nigel, Sat Feb 24 21:40:24 2007 UTC | revision 73 by nigel, Sat Feb 24 21:40:30 2007 UTC | |
|---|---|---|
| # | Line 260 do | Line 260 do |
| 260 | case OP_TYPEMINQUERY: | case OP_TYPEMINQUERY: |
| 261 | switch(tcode[1]) | switch(tcode[1]) |
| 262 | { | { |
| 263 | case OP_ANY: | |
| 264 | return FALSE; | |
| 265 | ||
| 266 | case OP_NOT_DIGIT: | case OP_NOT_DIGIT: |
| 267 | for (c = 0; c < 32; c++) | for (c = 0; c < 32; c++) |
| 268 | start_bits[c] |= ~cd->cbits[c+cbit_digit]; | start_bits[c] |= ~cd->cbits[c+cbit_digit]; |
| # | Line 394 Returns: pointer to a pcre_extra bloc | Line 397 Returns: pointer to a pcre_extra bloc |
| 397 | NULL on error or if no optimization possible | NULL on error or if no optimization possible |
| 398 | */ | */ |
| 399 | ||
| 400 | pcre_extra * | EXPORT pcre_extra * |
| 401 | pcre_study(const pcre *external_re, int options, const char **errorptr) | pcre_study(const pcre *external_re, int options, const char **errorptr) |
| 402 | { | { |
| 403 | uschar start_bits[32]; | uschar start_bits[32]; |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |