Home
last modified time | relevance | path

Searched refs:zNew (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c30999 char *zNew; in sqlite3DbStrDup() local
31006 if( zNew ){ in sqlite3DbStrDup()
31009 return zNew; in sqlite3DbStrDup()
31012 char *zNew; in sqlite3DbStrNDup() local
31017 if( zNew ){ in sqlite3DbStrNDup()
31021 return zNew; in sqlite3DbStrNDup()
32087 char *zNew; in sqlite3StrAccumEnlarge() local
117345 if( zNew ){
122106 char *zNew;
122114 if( zNew ){
[all …]
H A Dsqlite3.h7340 int (*xRename)(sqlite3_vtab *pVtab, const char *zNew);
H A Dshell.c13476 char *zNew = (char*)sqlite3_realloc(pSlot->z, nByte*2); in idxRemFunc() local
13477 if( zNew==0 ){ in idxRemFunc()
13482 pSlot->z = zNew; in idxRemFunc()
20306 char *zNew = sqlite3_mprintf("%s%s;", zOrig, azTerm[i]); in printSchemaLine() local
20307 shell_check_oom(zNew); in printSchemaLine()
20308 if( sqlite3_complete(zNew) ){ in printSchemaLine()
20309 size_t n = strlen(zNew); in printSchemaLine()
20310 zNew[n-1] = 0; in printSchemaLine()
20311 zToFree = zNew; in printSchemaLine()
20312 z = zNew; in printSchemaLine()
[all …]