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

  /external/chromium_org/third_party/sqlite/src/src/
test_quota.c 681 int nPattern = strlen(zPattern);
686 pGroup = sqlite3_malloc( sizeof(*pGroup) + nPattern + 1 );
693 memcpy((char *)pGroup->zPattern, zPattern, nPattern+1);
func.c 969 int nPattern; /* Size of zPattern */
992 nPattern = sqlite3_value_bytes(argv[1]);
1004 loopLimit = nStr - nPattern;
1006 if( zStr[i]!=zPattern[0] || memcmp(&zStr[i], zPattern, nPattern) ){
1011 nOut += nRep - nPattern;
1028 i += nPattern-1;
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 74 milliseconds