Home
last modified time | relevance | path

Searched refs:zIn (Results 1 - 12 of 12) sorted by relevance

/third_party/lzma/CPP/7zip/Bundles/Format7zExtractR/
H A Dmakefile57 $O\7zIn.obj \
/third_party/lzma/CPP/7zip/Bundles/SFXCon/
H A Dmakefile86 $O\7zIn.obj \
/third_party/lzma/CPP/7zip/Bundles/SFXSetup/
H A Dmakefile81 $O\7zIn.obj \
/third_party/lzma/CPP/7zip/Bundles/Format7zR/
H A Dmakefile67 $O\7zIn.obj \
/third_party/sqlite/src/
H A Dshell.c843 /* zIn is either a pointer to a NULL-terminated string in memory obtained
845 ** added to zIn, and the result returned in memory obtained from malloc().
846 ** zIn, if it was not NULL, is freed.
1008 const char *zIn = (const char*)sqlite3_value_text(apVal[0]); in shellAddSchemaName() local
1013 if( zIn!=0 && cli_strncmp(zIn, "CREATE ", 7)==0 ){ in shellAddSchemaName()
1016 if( cli_strncmp(zIn+7, aPrefix[i], n)==0 && zIn[n+7]==' ' ){ in shellAddSchemaName()
1022 z = sqlite3_mprintf("%.*s \"%w\".%s", n+7, zIn, zSchema, zIn in shellAddSchemaName()
2421 const unsigned char *zIn; decimal_new() local
3970 re_match(ReCompiled *pRe, const unsigned char *zIn, int nIn) re_match() argument
4194 const unsigned char *zIn = p->sIn.z + p->sIn.i; re_esc_char() local
4205 const unsigned char *zIn = p->sIn.z + p->sIn.i; re_esc_char() local
4418 re_compile(ReCompiled **ppRe, const char *zIn, int noCase) re_compile() argument
7163 zipfileDequote(char *zIn) zipfileDequote() argument
9737 expertDequote(const char *zIn) expertDequote() argument
10146 idxAppendText(int *pRc, char *zIn, const char *zFmt, ...) idxAppendText() argument
10200 idxAppendColDefn( int *pRc, char *zIn, IdxTable *pTab, IdxConstraint *pCons ) idxAppendColDefn() argument
[all...]
H A Dsqlite3.c8581 SQLITE_API void sqlite3_str_append(sqlite3_str*, const char *zIn, int N);
8582 SQLITE_API void sqlite3_str_appendall(sqlite3_str*, const char *zIn);
19772 ** Assuming zIn points to the first byte of a UTF-8 character,
19773 ** advance zIn to point to the first byte of the next UTF-8 character.
19775 #define SQLITE_SKIP_UTF8(zIn) { \
19776 if( (*(zIn++))>=0xc0 ){ \
19777 while( (*zIn & 0xc0)==0x80 ){ zIn++; } \
33246 unsigned char *zIn; /* Input iterator */ sqlite3VdbeMemTranslate() local
33476 sqlite3Utf8CharLen(const char *zIn, int nByte) sqlite3Utf8CharLen() argument
33506 sqlite3Utf8To8(unsigned char *zIn) sqlite3Utf8To8() argument
33551 sqlite3Utf16ByteLen(const void *zIn, int nChar) sqlite3Utf16ByteLen() argument
80035 const u8 *zIn = &zSrcData[iOff%nSrcPgsz]; global() local
104489 const char *zIn = "partial index WHERE clauses"; global() local
107900 sqlite3IsTrueOrFalse(const char *zIn) global() argument
119127 sqlite3AffinityType(const char *zIn, Column *pCol) global() argument
126066 const unsigned char *zIn; /* Input string */ global() local
126180 const u8 *zIn; global() local
186941 const char *zIn = z; global() local
188295 copy_stemmer(const char *zIn, int nIn, char *zOut, int *pnOut) global() argument
188342 porter_stemmer(const char *zIn, int nIn, char *zOut, int *pnOut) global() argument
197589 unicodeAddExceptions( unicode_tokenizer *p, int bAlnum, const char *zIn, int nIn ) global() argument
198462 jsonAppendRaw(JsonString *p, const char *zIn, u32 N) global() argument
198502 jsonAppendString(JsonString *p, const char *zIn, u32 N) global() argument
209324 rbuDeltaChecksum(const char *zIn, size_t N) global() argument
209759 const char *zIn; global() local
213682 char *zIn = *(char**)pArg; global() local
217670 const char *zIn = zStr; global() local
224401 const char *zIn; /* Input text */ global() member
225824 fts5ConfigGobbleWord( int *pRc, const char *zIn, char **pzOut, int *pbQuoted ) global() argument
226168 sqlite3Fts5ConfigParseRank( const char *zIn, char **pzRank, char **pzRankArgs ) global() argument
226299 const char *zIn = (const char*)sqlite3_value_text(pVal); global() local
228803 char *zIn = p->zTerm; global() local
242251 const unsigned char *zIn = (const unsigned char*)pText; global() local
[all...]
/third_party/lzma/CPP/7zip/Bundles/Alone7z/
H A Dmakefile93 $O\7zIn.obj \
/third_party/lzma/CPP/7zip/Bundles/SFXWin/
H A Dmakefile108 $O\7zIn.obj \
/third_party/sqlite/include/
H A Dsqlite3ext.h306 void (*str_append)(sqlite3_str*, const char *zIn, int N);
307 void (*str_appendall)(sqlite3_str*, const char *zIn);
H A Dsqlite3.h8272 SQLITE_API void sqlite3_str_append(sqlite3_str*, const char *zIn, int N);
8273 SQLITE_API void sqlite3_str_appendall(sqlite3_str*, const char *zIn);
/third_party/vk-gl-cts/framework/common/
H A DtcuAstcUtil.cpp1344 int computeTexelPartition (deUint32 seedIn, deUint32 xIn, deUint32 yIn, deUint32 zIn, int numPartitions, bool smallBlock)
1346 DE_ASSERT(zIn == 0);
1349 const deUint32 z = smallBlock ? zIn << 1 : zIn;
/third_party/lzma/CPP/7zip/
H A D7zip_gcc.mak557 $O/7zIn.o: ../../Archive/7z/7zIn.cpp

Completed in 158 milliseconds