Home
last modified time | relevance | path

Searched refs:zText (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DConfig.h422 bool zText; member
H A DDriver.cpp455 if (ctx.arg.zText && ctx.arg.zIfuncNoplt) in checkOptions()
1648 ctx.arg.zText = getZFlag(args, "text", "notext", true); in readConfigs()
H A DRelocations.cpp1135 !(ctx.arg.zText || in processAux()
H A DSyntheticSections.cpp1428 if (!ctx.arg.zText) in computeContents()
1542 if (!ctx.arg.zText) in computeContents()
/freebsd/contrib/sqlite3/
H A Dshell.c286 extern LPWSTR sqlite3_win32_utf8_to_unicode(const char *zText);
911 char zText[1]; /* Text to display for this row */ member
1041 static void qrfEqpAppend(Qrf *p, int iEqpId, int p2, const char *zText){ in qrfEqpAppend() argument
1044 if( zText==0 ) return; in qrfEqpAppend()
1053 nText = strlen(zText); in qrfEqpAppend()
1061 memcpy(pNew->zText, zText, nText+1); in qrfEqpAppend()
1105 z = pRow->zText; in qrfEqpRenderLevel()
1161 if( pRow->zText[0]=='-' ){ in qrfEqpRender()
1166 sqlite3_str_appendf(p->pOut, "%s\n", pRow->zText+3); in qrfEqpRender()
21483 const char *zText = (const char*)sqlite3_value_text(argv[0]); in recoverEscapeCrlf() local
[all …]
H A Dsqlite3.c21192 char *zText; /* The string collected so far */ member
32989 bufpt = pAccum->zText + pAccum->nChar; in sqlite3_str_vappendf()
32992 bufpt = pAccum->zText + pAccum->nChar; in sqlite3_str_vappendf()
33158 &pAccum->zText[pAccum->nChar-nCopyBytes], nCopyBytes); in sqlite3_str_vappendf()
33187 pAccum->zText = bufpt; in sqlite3_str_vappendf()
33419 const char *zText; in sqlite3RecordErrorByteOffset() local
33426 zText =pParse->zTail; in sqlite3RecordErrorByteOffset()
33427 if( NEVER(zText==0) ) return; in sqlite3RecordErrorByteOffset()
33428 zEnd = &zText[strlen(zText)]; in sqlite3RecordErrorByteOffset()
33429 if( SQLITE_WITHIN(z,zText,zEnd) ){ in sqlite3RecordErrorByteOffset()
[all …]