Lines Matching refs:string_concat
727 static void string_concat(char **pzStr, char *zAppend, int doFree, int *pRc){ in string_concat() function
908 string_concat(&zQuery, zNew, 1, &rc); in echoBestIndex()
927 string_concat(&zQuery, zNew, 1, &rc); in echoBestIndex()
1007 string_concat(&z, " SET rowid=?1 ", 0, &rc); in echoUpdate()
1012 string_concat(&z, sqlite3_mprintf( in echoUpdate()
1016 string_concat(&z, sqlite3_mprintf(" WHERE rowid=?%d", nData), 1, &rc); in echoUpdate()
1041 string_concat(&zInsert, "rowid", 0, &rc); in echoUpdate()
1046 string_concat(&zInsert, in echoUpdate()
1048 string_concat(&zValues, in echoUpdate()
1052 string_concat(&z, zInsert, 1, &rc); in echoUpdate()
1053 string_concat(&z, ") VALUES(", 0, &rc); in echoUpdate()
1054 string_concat(&z, zValues, 1, &rc); in echoUpdate()
1055 string_concat(&z, ")", 0, &rc); in echoUpdate()