Home
last modified time | relevance | path

Searched refs:O_RDONLY (Results 26 – 29 of 29) sorted by relevance

12

/PHP-5.5/ext/odbc/
H A Dphp_odbc.c1379 if ((params[i-1].fp = open(filename,O_RDONLY)) == -1) { in PHP_FUNCTION()
/PHP-5.5/ext/soap/
H A Dphp_sdl.c1548 f = open(fn, O_RDONLY|O_BINARY); in get_sdl_from_cache()
/PHP-5.5/
H A Dacinclude.m41259 int fd = open("conftest_in", O_RDONLY);
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c28987 fd = robust_open(zDirname, O_RDONLY|O_BINARY, 0);
29775 openFlags = O_RDONLY;
31232 if( isReadonly ) openFlags |= O_RDONLY;
31255 openFlags |= O_RDONLY;
31585 fd = robust_open("/dev/urandom", O_RDONLY, 0);
32009 openFlags = O_RDONLY;

Completed in 396 milliseconds

12