HomeSort by relevance Sort by last modified time
    Searched refs:reqByte (Results 1 - 3 of 3) sorted by null

  /external/webkit/JavaScriptCore/pcre/
pcre_compile.cpp 146 int reqVaryOpt; /* "After variable item" flag for reqByte */
592 matches a non-fixed char first char; reqByte just remains unset if we never
601 int reqByte = REQ_UNSET;
607 value > 255. It is added into the firstByte or reqByte variables to record the
644 *reqbyteptr = reqByte;
671 repeats. The value of reqByte doesn't change either. */
677 zeroReqByte = reqByte;
    [all...]
pcre_internal.h 210 UseRequiredByteOptimizationOption = 0x20000000, /* reqByte is set */
217 /* Flags added to firstByte or reqByte; a "non-literal" item is either a
221 #define REQ_VARY 0x0200 /* reqByte followed non-literal item */
362 unsigned short reqByte;
pcre_exec.cpp 171 reqByte match. */
    [all...]

Completed in 197 milliseconds