Searched defs:aMatch (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dfts1.c1006 int nAlloc; /* Space allocated for aMatch[] */
1013 } *aMatch; /* Points to space obtained from malloc */ member in struct:Snippet
1014 char *zOffset; /* Text rendering of aMatch[] */
2169 free(p->aMatch);
2175 ** Append a single entry to the p->aMatch[] log.
2186 p->aMatch = realloc(p->aMatch, p->nAlloc*sizeof(p->aMatch[0]) );
2187 if( p->aMatch==0 ){
2194 pMatch = &p->aMatch[
2343 wordBoundary( int iBreak, const char *zDoc, int nDoc, struct snippetMatch *aMatch, int nMatch, int iCol ) argument
2416 struct snippetMatch *aMatch; local
[all...]
/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dfts2.c1926 int nAlloc; /* Space allocated for aMatch[] */
1933 } *aMatch; /* Points to space obtained from malloc */ member in struct:Snippet
1934 char *zOffset; /* Text rendering of aMatch[] */
3212 sqlite3_free(p->aMatch);
3218 ** Append a single entry to the p->aMatch[] log.
3229 p->aMatch = sqlite3_realloc(p->aMatch, p->nAlloc*sizeof(p->aMatch[0]) );
3230 if( p->aMatch==0 ){
3237 pMatch = &p->aMatch[
3388 wordBoundary( int iBreak, const char *zDoc, int nDoc, struct snippetMatch *aMatch, int nMatch, int iCol ) argument
3442 struct snippetMatch *aMatch; local
[all...]
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...

Completed in 3952 milliseconds