Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c22104 char *zOld = (p->zText==p->zBase ? 0 : p->zText);
22197 if( p->zText ){
22208 return p->zText;
22218 p->zText = 0;
97412 if( zText ){
143769 if( zText==0 ){
145981 if( zText ){
145985 for(i=0; zText[i]>='0' && zText[i]<='9'; i++){
145995 for(/* no-op */; zText[i]>='0' && zText[i]<='9'; i++){
154238 char *zText = 0;
[all …]

Completed in 361 milliseconds