Home
last modified time | relevance | path

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

/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c33757 if( zPath==0 ) zPath = "";
38662 assert( zPath==0 || zPath[0]=='/'
42674 if( zPath==0 ) zPath = "";
179697 zPath++;
179700 for(i=1; zPath[i] && zPath[i]!='"'; i++){}
179710 for(i=0; zPath[i] && zPath[i]!='.' && zPath[i]!='['; i++){}
179736 zPath += i;
179747 }else if( zPath[0]=='[' && safe_isdigit(zPath[1]) ){
179849 zErr = zPath;
179852 zPath++;
[all …]

Completed in 443 milliseconds