Home
last modified time | relevance | path

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

/PHP-5.6/ext/sqlite3/libsqlite/
H A Dsqlite3.c63346 testcase( (pMem->flags & (MEM_Term|MEM_Str))==(MEM_Term|MEM_Str) );
63348 if( (pMem->flags & (MEM_Term|MEM_Str))!=MEM_Str ){
64098 pVal->flags |= MEM_Str;
64140 if( (pVal->flags&(MEM_Str|MEM_Term))==(MEM_Str|MEM_Term) && pVal->enc==enc ){
68286 if( (f1 & MEM_Str)==0 ){
70989 assert( (pRec->flags & (MEM_Str|MEM_Int|MEM_Real))==MEM_Str );
71157 }else if( f & MEM_Str ){
71201 }else if( (p->flags & (MEM_Int|MEM_Str))==(MEM_Int|MEM_Str) ){
72767 if( (pIn1->flags & (MEM_Int|MEM_Real|MEM_Str))==MEM_Str ){
72770 if( (pIn3->flags & (MEM_Int|MEM_Real|MEM_Str))==MEM_Str ){
[all …]

Completed in 418 milliseconds