Home
last modified time | relevance | path

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

/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dos.c1776 char *zFull = 0; local
1778 sqliteSetString(&zFull, zRelative, (char*)0);
1785 return zFull;
1789 char *zFull; local
1792 zFull = sqliteMalloc( nByte );
1793 if( zFull==0 ) return 0;
1794 GetFullPathName(zRelative, nByte, zFull, &zNotUsed);
1795 return zFull;
1798 char *zFull = 0; local
1805 sqliteSetString(&zFull, zRelative, (char*)0);
[all …]
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c23782 char *zFull /* Output buffer */
23791 sqlite3_snprintf( nFull, zFull, zFullUTF );
33869 char *zFull /* Output buffer */
33875 cygwin_conv_to_full_win32_path(zRelative, zFull);
33883 sqlite3_snprintf(pVfs->mxPathname, zFull, "%s", zRelative);
33939 sqlite3_snprintf(pVfs->mxPathname, zFull, "%s", zOut);

Completed in 361 milliseconds