Searched defs:open (Results 1 - 7 of 7) sorted by relevance
| /PHP_TRUNK/ext/sqlite3/libsqlite/ | ||
| H A D | sqlite3ext.h | 105 int (*open)(const char*,sqlite3**); member in struct:sqlite3_api_routines 306 #define sqlite3_open sqlite3_api->open |
| /PHP_TRUNK/ext/zip/lib/ | ||
| H A D | zipint.h | 68 #define open(a, b, c) _open((a), (b)) macro |
| /PHP_TRUNK/ext/gd/libgd/ | ||
| H A D | gd_webp.c | 160 int *open = im->open; local |
| H A D | gd_png.c | 133 int i, j, *open = NULL; local 337 /* load the palette and mark all entries "open" (unused) for now */ 338 open = im->open; 343 open[i] = 1; 346 open[i] = 1; 397 open[idx] = 0; 404 if (!open[i]) { 470 int *open = im->open; local [all...] |
| H A D | gd.h | 181 int open[gdMaxColors]; member in struct:gdImageStruct |
| /PHP_TRUNK/ext/dba/ | ||
| H A D | php_dba.h | 77 int (*open)(dba_info *, char **error TSRMLS_DC); member in struct:dba_handler |
| /PHP_TRUNK/ext/mysqlnd/ | ||
| H A D | mysqlnd_debug.h | 31 enum_func_status (*open)(MYSQLND_DEBUG * self, zend_bool reopen); member in struct:st_mysqlnd_debug_methods |
Completed in 10 milliseconds