Home
last modified time | relevance | path

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

/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dfunc.c326 const char *zIn; in soundexFunc() local
339 zIn = argv[0]; in soundexFunc()
340 for(i=0; zIn[i] && !isalpha(zIn[i]); i++){} in soundexFunc()
341 if( zIn[i] ){ in soundexFunc()
342 zResult[0] = toupper(zIn[i]); in soundexFunc()
343 for(j=1; j<4 && zIn[i]; i++){ in soundexFunc()
344 int code = iCode[zIn[i]&0x7f]; in soundexFunc()
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c11101 while( (*zIn & 0xc0)==0x80 ){ zIn++; } \
20206 *zIn = *(zIn+1); in sqlite3VdbeMemTranslate()
20207 zIn++; in sqlite3VdbeMemTranslate()
20270 READ_UTF16LE(zIn, zIn<zTerm, c); in sqlite3VdbeMemTranslate()
20276 READ_UTF16BE(zIn, zIn<zTerm, c); in sqlite3VdbeMemTranslate()
20385 while( zIn[0] && zOut<=zIn ){ in sqlite3Utf8To8()
20386 c = sqlite3Utf8Read(zIn, (const u8**)&zIn); in sqlite3Utf8To8()
78369 if( zIn ) while( zIn[0] ){
78371 zIn++;
83374 if( zIn==0 ) zIn = (u8*)"";
[all …]

Completed in 260 milliseconds