Searched refs:zText (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/lld/ELF/ |
D | Config.h | 241 bool zText; member
|
D | Relocations.cpp | 1154 bool canWrite = (sec.flags & SHF_WRITE) || !config->zText; in processRelocAux() 1315 if (sym.isGnuIFunc() && !config->zText && config->warnIfuncTextrel) { in scanReloc()
|
D | Driver.cpp | 340 if (config->zText && config->zIfuncNoplt) in checkOptions() 1119 config->zText = getZFlag(args, "text", "notext", true); in readConfigs()
|
D | SyntheticSections.cpp | 1372 if (!config->zText) in finalizeContents() 1457 if (!config->zText) in finalizeContents()
|
/external/sqlite/dist/ |
D | shell.c | 220 extern LPWSTR sqlite3_win32_utf8_to_unicode(const char *zText); 9734 char zText[1]; /* Text to display for this row */ member 10463 static void eqp_append(ShellState *p, int iEqpId, int p2, const char *zText){ in eqp_append() argument 10465 int nText = strlen30(zText); in eqp_append() 10467 utf8_printf(p->out, "%d,%d,%s\n", iEqpId, p2, zText); in eqp_append() 10473 memcpy(pNew->zText, zText, nText+1); in eqp_append() 10514 z = pRow->zText; in eqp_render_level() 10531 if( pRow->zText[0]=='-' ){ in eqp_render() 10536 utf8_printf(p->out, "%s\n", pRow->zText+3); in eqp_render() 12796 const char *zText = (const char*)sqlite3_value_text(argv[0]); in shellEscapeCrnl() local [all …]
|
D | sqlite3.c | 18941 char *zText; /* The string collected so far */ member 28864 pAccum->zText = bufpt; 29020 char *zOld = isMalloced(p) ? p->zText : 0; 29041 assert( p->zText!=0 || p->nChar==0 ); 29042 if( !isMalloced(p) && p->nChar>0 ) memcpy(zNew, p->zText, p->nChar); 29043 p->zText = zNew; 29063 while( (N--)>0 ) p->zText[p->nChar++] = c; 29077 memcpy(&p->zText[p->nChar], z, N); 29088 assert( p->zText!=0 || p->nChar==0 || p->accError ); 29094 assert( p->zText ); [all …]
|
/external/sqlite/dist/orig/ |
D | shell.c | 215 extern LPWSTR sqlite3_win32_utf8_to_unicode(const char *zText); 9729 char zText[1]; /* Text to display for this row */ member 10458 static void eqp_append(ShellState *p, int iEqpId, int p2, const char *zText){ in eqp_append() argument 10460 int nText = strlen30(zText); in eqp_append() 10462 utf8_printf(p->out, "%d,%d,%s\n", iEqpId, p2, zText); in eqp_append() 10468 memcpy(pNew->zText, zText, nText+1); in eqp_append() 10509 z = pRow->zText; in eqp_render_level() 10526 if( pRow->zText[0]=='-' ){ in eqp_render() 10531 utf8_printf(p->out, "%s\n", pRow->zText+3); in eqp_render() 12791 const char *zText = (const char*)sqlite3_value_text(argv[0]); in shellEscapeCrnl() local [all …]
|
D | sqlite3.c | 18941 char *zText; /* The string collected so far */ member 28864 pAccum->zText = bufpt; 29020 char *zOld = isMalloced(p) ? p->zText : 0; 29041 assert( p->zText!=0 || p->nChar==0 ); 29042 if( !isMalloced(p) && p->nChar>0 ) memcpy(zNew, p->zText, p->nChar); 29043 p->zText = zNew; 29063 while( (N--)>0 ) p->zText[p->nChar++] = c; 29077 memcpy(&p->zText[p->nChar], z, N); 29088 assert( p->zText!=0 || p->nChar==0 || p->accError ); 29094 assert( p->zText ); [all …]
|
/external/rust/crates/libsqlite3-sys/sqlite3/ |
D | sqlite3.c | 18975 char *zText; /* The string collected so far */ member 28907 pAccum->zText = bufpt; 29063 char *zOld = isMalloced(p) ? p->zText : 0; 29084 assert( p->zText!=0 || p->nChar==0 ); 29085 if( !isMalloced(p) && p->nChar>0 ) memcpy(zNew, p->zText, p->nChar); 29086 p->zText = zNew; 29106 while( (N--)>0 ) p->zText[p->nChar++] = c; 29120 memcpy(&p->zText[p->nChar], z, N); 29131 assert( p->zText!=0 || p->nChar==0 || p->accError ); 29137 assert( p->zText ); [all …]
|
/external/python/pycparser/utils/benchmark/inputs/ |
D | sqlite-btree.c.ppout | 2748 char *zText;
|