Home
last modified time | relevance | path

Searched refs:DIR (Results 1 – 25 of 35) sorted by relevance

12

/php-src/ext/ffi/tests/
H A D015.phpt10 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 Dreaddir.h41 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 Dreaddir.c24 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 Dglob.c142 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 Dconfig.m43 [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 Dconfig.m43 [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 Dphar_oo_003.phpt18 var_dump('DIR');
36 %s(3) "DIR"
H A Dphar_oo_010.phpt23 ===DIR===
46 ===DIR===
/php-src/ext/gmp/
H A Dconfig.m43 [AS_HELP_STRING([[--with-gmp[=DIR]]],
5 environment variables, or alternatively the optional DIR argument to
/php-src/ext/pdo_firebird/
H A Dconfig.m43 [AS_HELP_STRING([[--with-pdo-firebird[=DIR]]],
4 [PDO: Firebird support. DIR is the Firebird base install directory
/php-src/ext/odbc/
H A Dconfig.m4119 [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 Dconfig.m43 [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 Dconfig.m43 [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 Dconfig.m43 [AS_HELP_STRING([[--with-snmp[=DIR]]],
5 environment variables, or alternatively the optional DIR argument to
/php-src/main/
H A Dphp_scandir.c54 DIR *dirp = NULL; in php_scandir()
/php-src/ext/bz2/
H A Dconfig.m43 [AS_HELP_STRING([[--with-bz2[=DIR]]],
/php-src/ext/dba/
H A Dconfig.m494 [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 Dconfig.m43 [AS_HELP_STRING([[--with-gettext[=DIR]]],
/php-src/ext/session/
H A Dconfig.m49 [AS_HELP_STRING([[--with-mm[=DIR]]],
/php-src/ext/tidy/
H A Dconfig.m43 [AS_HELP_STRING([[--with-tidy[=DIR]]],
/php-src/ext/iconv/
H A Dconfig.m43 [AS_HELP_STRING([[--without-iconv[=DIR]]],
/php-src/docs-old/
H A Dself-contained-extensions.md55 [--with-mysqli=MYSQL-DIR]
60 installation in MYSQL-DIR.
/php-src/main/streams/
H A Dplain_wrapper.c1021 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 Dconfig.m49 [AS_HELP_STRING([[--with-readline[=DIR]]],
/php-src/ext/ldap/
H A Dconfig.m445 [AS_HELP_STRING([[--with-ldap[=DIR]]],

Completed in 48 milliseconds

12