Lines Matching defs:result
546 ** in place of % fields. The result of formatting this string
739 ** The result is stored in space obtained from malloc() and must either
845 ** added to zIn, and the result returned in memory obtained from malloc().
978 ** Add the schema name X to the CREATE statement in S and return the result.
1214 extern INT readdir_r(LPDIR dirp, LPDIRENT entry, LPDIRENT *result);
1354 LPDIRENT *result
1369 *result = entry;
1377 *result = NULL;
1389 *result = entry;
1399 INT result = 0;
1404 result = _findclose(dirp->d_handle);
1408 return result;
2104 ** result set. After each R, there are one or more N, I, F, B, or T segments,
2105 ** one for each column in the result set. Segments are concatentated directly
2116 int nCol; /* Number of columns in the result set */
2161 /* Compute a hash over the result of the query */
2530 ** Make the given Decimal the result.
3022 ** result into separate integer values:
3364 ** over rows of the result
3388 ** result set of queries against generate_series will look like.
4757 ** Set the result stored by context ctx to a blob containing the
4758 ** contents of file zName. Or, leave the result unchanged (NULL)
4776 /* File does not exist or is unreadable. Leave the result set to NULL. */
5717 ** over rows of the result
5760 ** result set of queries against completion will look like.
7554 ** UNIX seconds-since-the-epoch timestamp. Return the result.
7781 ** return value in context pCtx to the result (a blob).
7786 sqlite3_context *pCtx, /* Store result here */
10142 ** the printf() style arguments is appended to zIn and the result returned
10198 ** pCons to the string passed as zIn and returns the result.
11839 ** result of context object pCtx.
12961 ** error message is set to the result of using any trailing arguments for
13175 ** formatting string and the result of using the trailing arguments for
13204 ** successful, return the integer result. Or, if an error occurs, leave an
15514 /* Parameters affecting columnar mode result display (defaulting together) */
15782 ** (3) Read the temporary file back and return its content as the result.
16363 ** printing the result. https://sqlite.org/forum/forumpost/d7be961c5c
16560 ** invokes for each row of a query result.
16564 int nArg, /* Number of result columns */
16565 char **azArg, /* Text of each result column */
16938 ** invokes for each row of a query result.
17086 ** the result columns, comma-separated, on a line and then add a
17206 char *zFormat, /* Format for the result */
17821 ** Run a prepared statement and output the result in one of the
18072 ** have a result set or not and how wide it is.
18075 /* if we have a result set... */
18083 char **azCols = (char **)pData; /* Names of result columns */
18113 /* call the supplied callback with the result row data */
18268 ** any result rows/columns depending on the current mode
20300 ** Run an SQL command and return the single integer result.
22588 sqlite3_int64 iRes = 0; /* Integer result to display if rc2==1 */
22589 int isOk = 0; /* 0: usage 1: %lld 2: no-result */
25258 /* Line scan result and intermediate states (supporting scan resumption)