Home
last modified time | relevance | path

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

/PHP-5.5/TSRM/
H A Dtsrm_nw.c57 char *filePath = NULL; local
77 filePath = mktemp(tempName);
78 if (!filePath)
98 pipe_handle = pipe_open(filePath, mode);
102 pipe_handle = mkfifo(filePath, mode);
109 err = NXFifoOpen(0, filePath, mode, 0, &pipe_handle);
186 envSpec.esStdin.ssPath = filePath;
190 envSpec.esStdout.ssPath = filePath;
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c30585 const char *filePath, /* name of the database file */
30603 if( !filePath ){
30608 if( statfs(filePath, &fsInfo) != -1 ){
30649 const char *filePath, /* name of the database file */
30654 if( !filePath ){

Completed in 302 milliseconds