Searched refs:DIR (Results 1 – 25 of 35) sorted by relevance
12
/php-src/ext/ffi/tests/ |
H A D | 015.phpt | 10 FFI::cdef("struct DIR; static struct DIR dir;"); 16 FFI::cdef("struct DIR; static struct DIR *ptr;"); 22 FFI::cdef("struct DIR; typedef struct DIR DIR; static DIR dir;"); 28 FFI::cdef("struct DIR; typedef struct DIR DIR; static DIR *ptr;"); 34 FFI::cdef("struct DIR; static struct DIR foo();"); 40 FFI::cdef("struct DIR; static struct DIR* foo();"); 46 FFI::cdef("struct DIR; static void foo(struct DIR);"); 52 FFI::cdef("struct DIR; static void foo(struct DIR*);"); 60 FFI\ParserException: Incomplete struct "DIR" at line 1 62 FFI\ParserException: Incomplete struct "DIR" at line 1
|
/php-src/win32/ |
H A D | readdir.h | 41 typedef struct DIR_W32 DIR; typedef 44 DIR *opendir(const char *); 45 struct dirent *readdir(DIR *); 46 int closedir(DIR *); 47 int rewinddir(DIR *);
|
H A D | readdir.c | 24 DIR *opendir(const char *dir) in opendir() 26 DIR *dp; in opendir() 66 dp = (DIR *) calloc(1, sizeof(DIR) + (_MAX_FNAME*5+1)*sizeof(char)); in opendir() 95 struct dirent *readdir(DIR *dp) in readdir() 134 int closedir(DIR *dp) in closedir() 151 int rewinddir(DIR *dp) in rewinddir()
|
H A D | glob.c | 142 static DIR *g_opendir(Char *, glob_t *); 591 DIR *dirp; in glob3() 792 static DIR * g_opendir(Char *str, glob_t *pglob) in g_opendir()
|
/php-src/ext/pdo_pgsql/ |
H A D | config.m4 | 3 [AS_HELP_STRING([[--with-pdo-pgsql[=DIR]]], 4 [PDO: PostgreSQL support. Optional DIR is the PostgreSQL base install 6 environment variables can be used instead of the DIR argument to customize
|
/php-src/ext/pgsql/ |
H A D | config.m4 | 3 [AS_HELP_STRING([[--with-pgsql[=DIR]]], 4 [Include PostgreSQL support. Optional DIR is the PostgreSQL base install 6 environment variables can be used instead of the DIR argument to customize
|
/php-src/ext/phar/tests/ |
H A D | phar_oo_003.phpt | 18 var_dump('DIR'); 36 %s(3) "DIR"
|
H A D | phar_oo_010.phpt | 23 ===DIR=== 46 ===DIR===
|
/php-src/ext/gmp/ |
H A D | config.m4 | 3 [AS_HELP_STRING([[--with-gmp[=DIR]]], 5 environment variables, or alternatively the optional DIR argument to
|
/php-src/ext/pdo_firebird/ |
H A D | config.m4 | 3 [AS_HELP_STRING([[--with-pdo-firebird[=DIR]]], 4 [PDO: Firebird support. DIR is the Firebird base install directory
|
/php-src/ext/odbc/ |
H A D | config.m4 | 119 [AS_HELP_STRING([[--with-adabas[=DIR]]], 145 [AS_HELP_STRING([[--with-sapdb[=DIR]]], 162 [AS_HELP_STRING([[--with-solid[=DIR]]], 186 [AS_HELP_STRING([[--with-ibm-db2[=DIR]]], 223 [AS_HELP_STRING([[--with-empress[=DIR]]], 247 [AS_HELP_STRING([[--with-empress-bcs[=DIR]]], 287 [AS_HELP_STRING([[--with-custom-odbc[=DIR]]], 326 [AS_HELP_STRING([[--with-esoob[=DIR]]], 345 [AS_HELP_STRING([[--with-unixODBC[=DIR]]], 355 dnl keep old DIR way for old version without libodbc.pc [all …]
|
/php-src/ext/pdo_dblib/ |
H A D | config.m4 | 3 [AS_HELP_STRING([[--with-pdo-dblib[=DIR]]], 4 [PDO: DBLIB-DB support. DIR is the FreeTDS home directory])])
|
/php-src/ext/pdo_mysql/ |
H A D | config.m4 | 3 [AS_HELP_STRING([[--with-pdo-mysql[=DIR]]], 4 [PDO: MySQL support. DIR is the MySQL base directory. If no value or mysqlnd 5 is passed as DIR, the MySQL native driver will be used])])
|
/php-src/ext/snmp/ |
H A D | config.m4 | 3 [AS_HELP_STRING([[--with-snmp[=DIR]]], 5 environment variables, or alternatively the optional DIR argument to
|
/php-src/main/ |
H A D | php_scandir.c | 54 DIR *dirp = NULL; in php_scandir()
|
/php-src/ext/bz2/ |
H A D | config.m4 | 3 [AS_HELP_STRING([[--with-bz2[=DIR]]],
|
/php-src/ext/dba/ |
H A D | config.m4 | 94 [AS_HELP_STRING([[--with-qdbm[=DIR]]], 100 [AS_HELP_STRING([[--with-gdbm[=DIR]]], 106 [AS_HELP_STRING([[--with-ndbm[=DIR]]], 112 [AS_HELP_STRING([[--with-db4[=DIR]]], 118 [AS_HELP_STRING([[--with-db3[=DIR]]], 124 [AS_HELP_STRING([[--with-db2[=DIR]]], 130 [AS_HELP_STRING([[--with-db1[=DIR]]], 136 [AS_HELP_STRING([[--with-dbm[=DIR]]], 142 [AS_HELP_STRING([[--with-tcadb[=DIR]]], 148 [AS_HELP_STRING([[--with-lmdb[=DIR]]], [all …]
|
/php-src/ext/gettext/ |
H A D | config.m4 | 3 [AS_HELP_STRING([[--with-gettext[=DIR]]],
|
/php-src/ext/session/ |
H A D | config.m4 | 9 [AS_HELP_STRING([[--with-mm[=DIR]]],
|
/php-src/ext/tidy/ |
H A D | config.m4 | 3 [AS_HELP_STRING([[--with-tidy[=DIR]]],
|
/php-src/ext/iconv/ |
H A D | config.m4 | 3 [AS_HELP_STRING([[--without-iconv[=DIR]]],
|
/php-src/docs-old/ |
H A D | self-contained-extensions.md | 55 [--with-mysqli=MYSQL-DIR] 60 installation in MYSQL-DIR.
|
/php-src/main/streams/ |
H A D | plain_wrapper.c | 1021 DIR *dir = (DIR*)stream->abstract; in php_plain_files_dirstream_read() 1044 return closedir((DIR *)stream->abstract); in php_plain_files_dirstream_close() 1049 rewinddir((DIR *)stream->abstract); in php_plain_files_dirstream_rewind() 1066 DIR *dir = NULL; in php_plain_files_dir_opener()
|
/php-src/ext/readline/ |
H A D | config.m4 | 9 [AS_HELP_STRING([[--with-readline[=DIR]]],
|
/php-src/ext/ldap/ |
H A D | config.m4 | 45 [AS_HELP_STRING([[--with-ldap[=DIR]]],
|
Completed in 45 milliseconds
12