Searched refs:zText (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DConfig.h220 bool zText; member in struct:lld::elf::Configuration
H A DRelocations.cpp1115 bool canWrite = (sec.flags & SHF_WRITE) || !config->zText;
1287 if (sym.isGnuIFunc() && !config->zText && config->warnIfuncTextrel) {
H A DDriver.cpp323 if (config->zText && config->zIfuncNoplt)
993 config->zText = getZFlag(args, "text", "notext", true);
H A DSyntheticSections.cpp1328 if (!config->zText)
1413 if (!config->zText)
/freebsd-11-stable/contrib/sqlite3/
H A Dshell.c215 extern LPWSTR sqlite3_win32_utf8_to_unicode(const char *zText);
11222 char zText[1]; /* Text to display for this row */ member in struct:EQPGraphRow
11997 static void eqp_append(ShellState *p, int iEqpId, int p2, const char *zText){ argument
11999 int nText = strlen30(zText);
12001 utf8_printf(p->out, "%d,%d,%s\n", iEqpId, p2, zText);
12007 memcpy(pNew->zText, zText, nText+1);
12048 z = pRow->zText;
12065 if( pRow->zText[0]=='-' ){
12070 utf8_printf(p->out, "%s\n", pRow->zText
14629 const char *zText = (const char*)sqlite3_value_text(argv[0]); local
14872 readline_completion(const char *zText, int iStart, int iEnd) argument
17078 const char *zText = (const char*)sqlite3_column_text(pStmt, 0); local
20956 printBold(const char *zText) argument
20971 printBold(const char *zText) argument
[all...]
H A Dsqlite3.c19184 char *zText; /* The string collected so far */ member in struct:sqlite3_str
19185 u32 nAlloc; /* Amount of space allocated in zText */
29450 char *zText; local
43784 winUtf8ToUnicode(const char *zText) argument
43812 char *zText; local
43837 winMbcsToUnicode(const char *zText, int useAnsi) argument
43868 char *zText; local
43893 winMbcsToUtf8(const char *zText, int useAnsi) argument
43911 winUtf8ToMbcs(const char *zText, int useAnsi) argument
43927 sqlite3_win32_utf8_to_unicode(const char *zText) argument
43959 sqlite3_win32_mbcs_to_utf8(const char *zText) argument
43975 sqlite3_win32_mbcs_to_utf8_v2(const char *zText, int useAnsi) argument
43991 sqlite3_win32_utf8_to_mbcs(const char *zText) argument
44007 sqlite3_win32_utf8_to_mbcs_v2(const char *zText, int useAnsi) argument
119480 char *zText = 0; local
120229 const char *zText = sqlite3_str_value(pAccum); local
127592 static const char zText[] = "onoffalseyestruextrafull"; local
130029 const char *zText = (const char*)sqlite3_value_text(argv[i]); local
181013 fts3PendingTermsAdd( Fts3Table *p, int iLangid, const char *zText, int iCol, u32 *pnWord ) argument
181155 const char *zText = (const char *)sqlite3_value_text(apVal[i]); local
181311 const char *zText = (const char *)sqlite3_column_text(pSelect, i); local
183305 const unsigned char *zText = sqlite3_column_text(pStmt, iCol); local
185537 const char *zText = (const char *)sqlite3_column_text(pStmt, iCol+1); local
185717 const char *zText = (const char *)sqlite3_column_text(pCsr->pStmt, i+1); local
216491 sqlite3Fts5ExprPattern( Fts5Config *pConfig, int bGlob, int iCol, const char *zText, Fts5Expr **pp ) argument
218886 char *zText; local
227774 const char *zText = (const char*)sqlite3_value_text(apVal[i]); local
227803 const char *zText = (const char*)sqlite3_value_text(apVal[i]); local
229858 const char *zText; local
230063 const char *zText = (const char*)sqlite3_column_text(pScan, ctx.iCol+1); local
230189 const char *zText = (const char*)sqlite3_value_text(apVal[ctx.iCol+2]); local
230367 const char *zText = (const char*)sqlite3_column_text(pScan, i+1); local
[all...]
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c2543 ** For example, assume the string variable zText contains text as follows:
2546 ** char *zText = "It's a happy day!";
2552 ** char *zSQL = sqlite3_mprintf("INSERT INTO table VALUES('%q')", zText);
2557 ** Because the %q format string is used, the '\'' character in zText
2580 ** char *zSQL = sqlite3_mprintf("INSERT INTO table VALUES(%Q)", zText);
2586 ** variable even if the zText variable is a NULL pointer.
11053 char *zText; /* The string collected so far */ member in struct:StrAccum
11055 int nAlloc; /* Amount of space allocated in zText */
19646 char *zOld = (p->zText==p->zBase ? 0 : p->zText);
84917 char *zText = 0; local
89987 static const char zText[] = "onoffalseyestruefull"; local
109062 static const char zText[540] = { local
122890 fts3PendingTermsAdd( Fts3Table *p, const char *zText, int iCol, u32 *pnWord ) argument
123011 const char *zText = (const char *)sqlite3_value_text(apVal[i]); local
123131 const char *zText = (const char *)sqlite3_column_text(pSelect, i); local
125255 const char *zText = (const char *)sqlite3_column_text(pCsr->pStmt, i+1); local
130159 char *zText = 0; local
[all...]

Completed in 874 milliseconds