Home
last modified time | relevance | path

Searched refs:etDYNSTRING (Results 1 – 2 of 2) sorted by relevance

/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dprintf.c65 #define etDYNSTRING 7 /* Dynamically allocated strings. %z */ macro
110 { 'z', 0, 2, etDYNSTRING, 0, 0 },
532 case etDYNSTRING: in vxprintf()
536 }else if( xtype==etDYNSTRING ){ in vxprintf()
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c18853 #define etDYNSTRING 7 /* Dynamically allocated strings. %z */ macro
18905 { 'z', 0, 4, etDYNSTRING, 0, 0 },
19426 case etDYNSTRING: in sqlite3VXPrintf()
19430 }else if( xtype==etDYNSTRING ){ in sqlite3VXPrintf()

Completed in 287 milliseconds