Home
last modified time | relevance | path

Searched refs:String (Results 1 – 11 of 11) sorted by relevance

/sqlite-3.40.0/tool/
H A DGetFile.cs170 Console.WriteLine(String.Format( in Error()
196 if (String.IsNullOrEmpty(pathAndQuery)) in GetFileName()
366 if (String.IsNullOrEmpty(fileName)) in Main()
387 if (String.IsNullOrEmpty(directory) || in Main()
H A DReplace.cs107 Console.WriteLine(String.Format( in Error()
199 if (!matchingOnly || !String.Equals( in Main()
/sqlite-3.40.0/mptest/
H A Dmptest.c408 typedef struct String String; typedef
409 struct String { struct
416 static void stringFree(String *p){ in stringFree() argument
422 static void stringAppend(String *p, const char *z, int n){ in stringAppend()
437 static void stringReset(String *p){ in stringReset()
444 static void stringAppendTerm(String *p, const char *z){ in stringAppendTerm()
475 String *p = (String*)pCData; in evalCallback()
486 static int evalSql(String *p, const char *zFormat, ...){ in evalSql()
519 String res; in evalFunc()
885 String sResult; in runScript()
/sqlite-3.40.0/test/
H A Djson101.test34 SELECT hex(json_array('String "\ Test'));
52 SELECT json_object('a',1,'b',2.5,'c',null,'d','String Test');
53 } {{{"a":1,"b":2.5,"c":null,"d":"String Test"}}}
364 # String values are quoted and interior quotes are escaped. NULL values
H A Dprintf.test3469 sqlite3_mprintf_str {A String: (%*.*s)} 10 10 {This is the string}
3470 } [format {A String: (%*.*s)} 10 10 {This is the string}]
3472 sqlite3_mprintf_str {A String: (%*.*s)} 10 5 {This is the string}
3473 } [format {A String: (%*.*s)} 10 5 {This is the string}]
3475 sqlite3_mprintf_str {A String: (%*.*s)} -10 5 {This is the string}
3476 } [format {A String: (%*.*s)} -10 5 {This is the string}]
3479 } [format {%d %d A String: (%s)} 1 2 {This is the string}]
3482 } [format {%d %d A String: (%30s)} 1 2 {This is the string}]
3485 } [format {%d %d A String: (%-30s)} 1 2 {This is the string}]
3491 } {1 A String: (This is the string)}
[all …]
H A Dmalloc3.test294 set b "String value $i"
311 (oid == a) AND 'String value ' || a == b AND a == length(c)
326 (oid == a) AND 'String value ' || a == b AND a == length(c)
341 (oid == a) AND 'String value ' || a == b AND a == length(c)
H A Dhexlit.test96 # String literals that look like hex do not get cast or coerced.
H A Dfuzz3.test50 3 { # String value.
H A Dexpr.test953 # Implicit String->Integer conversion is used when possible.
968 # If the value is too large, use String->Float conversion.
983 # Use String->float conversion if the value is explicitly a floating
/sqlite-3.40.0/src/
H A Dsqlite.h.in463 #define SQLITE_TOOBIG 18 /* String or BLOB exceeds size limit */
2877 ** CAPI3REF: Formatted String Printing Functions
7192 char *idxStr; /* String, possibly obtained from sqlite3_malloc */
8127 ** CAPI3REF: Dynamic String Object
8145 ** CAPI3REF: Create A New Dynamic String Object
8172 ** CAPI3REF: Finalize A Dynamic String
8187 ** CAPI3REF: Add Content To A Dynamic String
8226 ** CAPI3REF: Status Of A Dynamic String
9183 ** CAPI3REF: String Comparison
9194 ** CAPI3REF: String Globbing
[all …]
/sqlite-3.40.0/
H A Daclocal.m46885 lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }'