Searched defs:open (Results 1 - 6 of 6) sorted by relevance
| /PHP_5_3/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_5_3/ext/zip/lib/ | ||
| H A D | zipint.h | 68 #define open(a, b, c) _open((a), (b)) macro |
| /PHP_5_3/ext/gd/libgd/ | ||
| H A D | gd.h | 116 int open[gdMaxColors]; member in struct:gdImageStruct |
| H A D | gd_png.c | 133 int i, j, *open = NULL; local 336 /* load the palette and mark all entries "open" (unused) for now */ 337 open = im->open; 342 open[i] = 1; 345 open[i] = 1; 395 open[idx] = 0; 402 if (!open[i]) { 468 int *open = im->open; local [all...] |
| /PHP_5_3/ext/dba/ | ||
| H A D | php_dba.h | 77 int (*open)(dba_info *, char **error TSRMLS_DC); member in struct:dba_handler |
| /PHP_5_3/ext/mysqlnd/ | ||
| H A D | mysqlnd_debug.h | 30 enum_func_status (*open)(MYSQLND_DEBUG * self, zend_bool reopen); member in struct:st_mysqlnd_debug_methods |
Completed in 9 milliseconds