open              910 dba/dba.c      	if (error || hptr->open(info, &error TSRMLS_CC) != SUCCESS) {
open               94 dba/dba_db3.c  	    if ((err=dbp->open(dbp, info->path, NULL, type, gmode, filemode)) == 0) {
open              129 dba/dba_db4.c  			(err=dbp->open(dbp, 0, info->path, NULL, type, gmode, filemode)) == 0) {
open              131 dba/dba_db4.c  			(err=dbp->open(dbp, info->path, NULL, type, gmode, filemode)) == 0) {
open               77 dba/php_dba.h  	int (*open)(dba_info *, char **error TSRMLS_DC);
open             1313 fileinfo/libmagic/cdf.c 		if ((info.i_fd = open(argv[1], O_RDONLY)) == -1)
open              258 fileinfo/libmagic/compress.c 		tfd = open(ptr, O_RDWR|O_TRUNC|O_EXCL|O_CREAT, 0600);
open             1448 gd/gd.c        		if (im->open[c]) {
open             1475 gd/gd.c        	im->open [op] = 0;
open              160 gd/libgd/gd.c  		im->open[i] = 1;
open              275 gd/libgd/gd.c  		if (im->open[i]) {
open              440 gd/libgd/gd.c  		if (im->open[i]) {
open              465 gd/libgd/gd.c  		if (im->open[i]) {
open              488 gd/libgd/gd.c  		if (im->open[i]) {
open              504 gd/libgd/gd.c  	im->open[ct] = 0;
open              539 gd/libgd/gd.c        if (im->open[c])
open              579 gd/libgd/gd.c    im->open[op] = 0;
open              589 gd/libgd/gd.c  	im->open[color] = 1;
open              636 gd/libgd/gd.c  		to->open[i] = 0;
open              640 gd/libgd/gd.c  		to->open[i] = 1;
open              116 gd/libgd/gd.h  	int open[gdMaxColors];
open               86 gd/libgd/gd_gd.c 		im->open[i] = 0;
open              267 gd/libgd/gd_gif_in.c 		if (im->open[i]) {
open              571 gd/libgd/gd_gif_in.c 		im->open[i] = 1;
open              594 gd/libgd/gd_gif_in.c 		if (im->open[v]) {
open              595 gd/libgd/gd_gif_in.c 			im->open[v] = 0;
open              133 gd/libgd/gd_png.c 	int i, j, *open = NULL;
open              337 gd/libgd/gd_png.c 		open = im->open;
open              342 gd/libgd/gd_png.c 			open[i] = 1;
open              345 gd/libgd/gd_png.c 			open[i] = 1;
open              395 gd/libgd/gd_png.c 					open[idx] = 0;
open              402 gd/libgd/gd_png.c 			if (!open[i]) {
open              468 gd/libgd/gd_png.c 	int *open = im->open;
open              534 gd/libgd/gd_png.c 		if (transparent >= im->colorsTotal || (transparent >= 0 && open[transparent])) {
open              545 gd/libgd/gd_png.c 			if (!open[i]) {
open              603 gd/libgd/gd_png.c 			if ((!im->open[i]) && (im->alpha[i] != gdAlphaOpaque)) {
open              625 gd/libgd/gd_png.c 				if (!im->open[i]) {
open              775 gd/libgd/gd_topal.c 		nim->open[icolor] = 0;
open              838 gd/libgd/gd_topal.c       nim->open[nim->colorsTotal] = 0;
open              160 gd/libgd/gd_webp.c 	int *open = im->open;
open             1405 mcrypt/mcrypt.c 		fd = open(source == RANDOM ? "/dev/random" : "/dev/urandom", O_RDONLY);
open               71 mysqlnd/mysqlnd_debug.c 	if (!self->stream && FAIL == self->m->open(self, FALSE)) {
open              144 mysqlnd/mysqlnd_debug.c 		self->m->open(self, TRUE);
open              169 mysqlnd/mysqlnd_debug.c 	if (!self->stream && FAIL == self->m->open(self, FALSE)) {
open              247 mysqlnd/mysqlnd_debug.c 		self->m->open(self, TRUE);
open               31 mysqlnd/mysqlnd_debug.h 	enum_func_status (*open)(MYSQLND_DEBUG * self, zend_bool reopen);
open             1340 odbc/php_odbc.c 				if ((params[i-1].fp = open(filename,O_RDONLY)) == -1) {
open               84 session/mod_user.c 	if (PSF(open) == NULL) {
open               94 session/mod_user.c 	retval = ps_call_handler(PSF(open), 2, args TSRMLS_CC);
open             2071 session/session.c 	PHP_ABSTRACT_ME(SessionHandlerInterface, open, arginfo_session_class_open)
open             2084 session/session.c 	PHP_ME(SessionHandler, open, arginfo_session_class_open, ZEND_ACC_PUBLIC)
open             1548 soap/php_sdl.c 	f = open(fn, O_RDONLY|O_BINARY);
open             2125 soap/php_sdl.c 	f = open(fn,O_CREAT|O_WRONLY|O_EXCL|O_BINARY,S_IREAD|S_IWRITE);
open             2127 soap/php_sdl.c 	f = open(fn,O_CREAT|O_WRONLY|O_EXCL|O_BINARY,S_IREAD|S_IWRITE);
open             24767 sqlite3/libsqlite/sqlite3.c   return open(zFile, flags, mode);
open             87133 sqlite3/libsqlite/sqlite3.c   int  (*open)(const char*,sqlite3**);
open             87334 sqlite3/libsqlite/sqlite3.c #define sqlite3_open                   sqlite3_api->open
open              105 sqlite3/libsqlite/sqlite3ext.h   int  (*open)(const char*,sqlite3**);
open              306 sqlite3/libsqlite/sqlite3ext.h #define sqlite3_open                   sqlite3_api->open
open             1903 sqlite3/sqlite3.c 	PHP_ME(sqlite3,		open,				arginfo_sqlite3_open, ZEND_ACC_PUBLIC)
open             1925 sqlite3/sqlite3.c 	PHP_MALIAS(sqlite3,	__construct, open, arginfo_sqlite3_open, ZEND_ACC_PUBLIC|ZEND_ACC_CTOR)
open              644 standard/proc_open.c 					dev_ptmx = open("/dev/ptmx", O_RDWR);
open              651 standard/proc_open.c 					slave_pty = open(ptsname(dev_ptmx), O_RDWR);
open                3 xmlreader/examples/xmlreader_file.php $reader->open('xmlreader.xml');
open                5 xmlreader/examples/xmlreader_relaxNG.php $reader->open('relaxNG.xml');
open                5 xmlreader/examples/xmlreader_validatedtd.php $xml->open("dtdexample.xml");
open             1292 xmlreader/php_xmlreader.c 	PHP_ME(xmlreader, open, arginfo_xmlreader_open, ZEND_ACC_PUBLIC|ZEND_ACC_ALLOW_STATIC)
open                3 zip/examples/comment.php $z->open('test_with_comment.zip');
open               11 zip/examples/create.php if (!$zip->open($filename, ZIPARCHIVE::CREATE)) {
open                8 zip/examples/dir.php $za->open('test_with_comment.zip');
open                9 zip/examples/extract.php $zip->open("test.zip");
open                5 zip/examples/extractAll.php $zip->open("test.zip");
open               22 zip/examples/fopen.php $z->open(dirname(__FILE__) . '/test.zip');
open                6 zip/examples/get_set_comments.php $z->open('t.zip');
open                7 zip/examples/im.php $z->open(dirname(__FILE__) . '/test_im.zip');
open                5 zip/examples/odt.php $reader->open('zip://' . dirname(__FILE__) . '/test.odt#meta.xml');
open             2727 zip/php_zip.c  	ZIPARCHIVE_ME(open,					arginfo_ziparchive_open, ZEND_ACC_PUBLIC)