Home
last modified time | relevance | path

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

12

/PHP-8.3/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-8.3/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-8.3/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-8.3/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])])
10 [AS_HELP_STRING([[--with-zlib-dir[=DIR]]],
/PHP-8.3/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-8.3/ext/odbc/
H A Dconfig.m4104 [AS_HELP_STRING([[--with-adabas[=DIR]]],
134 [AS_HELP_STRING([[--with-sapdb[=DIR]]],
155 [AS_HELP_STRING([[--with-solid[=DIR]]],
183 [AS_HELP_STRING([[--with-ibm-db2[=DIR]]],
223 [AS_HELP_STRING([[--with-empress[=DIR]]],
249 [AS_HELP_STRING([[--with-empress-bcs[=DIR]]],
291 [AS_HELP_STRING([[--with-custom-odbc[=DIR]]],
292 [Include user defined ODBC support. DIR is ODBC install base directory
337 [AS_HELP_STRING([[--with-esoob[=DIR]]],
370 dnl keep old DIR way for old version without libodbc.pc
[all …]
/PHP-8.3/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-8.3/ext/gmp/
H A Dconfig.m43 [AS_HELP_STRING([[--with-gmp[=DIR]]],
/PHP-8.3/ext/pgsql/
H A Dconfig.m43 [AS_HELP_STRING([[--with-pgsql[=DIR]]],
4 [Include PostgreSQL support. DIR is the PostgreSQL base install directory or
/PHP-8.3/ext/pdo_pgsql/
H A Dconfig.m43 [AS_HELP_STRING([[--with-pdo-pgsql[=DIR]]],
4 [PDO: PostgreSQL support. DIR is the PostgreSQL base install directory or
/PHP-8.3/ext/dba/
H A Dconfig.m473 [AS_HELP_STRING([[--with-qdbm[=DIR]]],
79 [AS_HELP_STRING([[--with-gdbm[=DIR]]],
85 [AS_HELP_STRING([[--with-ndbm[=DIR]]],
91 [AS_HELP_STRING([[--with-db4[=DIR]]],
97 [AS_HELP_STRING([[--with-db3[=DIR]]],
103 [AS_HELP_STRING([[--with-db2[=DIR]]],
109 [AS_HELP_STRING([[--with-db1[=DIR]]],
115 [AS_HELP_STRING([[--with-dbm[=DIR]]],
121 [AS_HELP_STRING([[--with-tcadb[=DIR]]],
127 [AS_HELP_STRING([[--with-lmdb[=DIR]]],
[all …]
/PHP-8.3/main/
H A Dphp_scandir.c54 DIR *dirp = NULL; in php_scandir()
/PHP-8.3/ext/bz2/
H A Dconfig.m43 [AS_HELP_STRING([[--with-bz2[=DIR]]],
/PHP-8.3/ext/gettext/
H A Dconfig.m43 [AS_HELP_STRING([[--with-gettext[=DIR]]],
/PHP-8.3/ext/pspell/
H A Dconfig.m43 [AS_HELP_STRING([[--with-pspell[=DIR]]],
/PHP-8.3/ext/session/
H A Dconfig.m49 [AS_HELP_STRING([[--with-mm[=DIR]]],
/PHP-8.3/ext/snmp/
H A Dconfig.m43 [AS_HELP_STRING([[--with-snmp[=DIR]]],
/PHP-8.3/ext/tidy/
H A Dconfig.m43 [AS_HELP_STRING([[--with-tidy[=DIR]]],
/PHP-8.3/ext/pdo_oci/
H A Dconfig.m459 [AS_HELP_STRING([[--with-pdo-oci[=DIR]]],
60 [PDO: Oracle OCI support. DIR defaults to $ORACLE_HOME. Use
/PHP-8.3/ext/readline/
H A Dconfig.m49 [AS_HELP_STRING([[--with-readline[=DIR]]],
/PHP-8.3/docs/
H A Dself-contained-extensions.md55 [--with-mysqli=MYSQL-DIR]
60 installation in MYSQL-DIR.
/PHP-8.3/ext/iconv/
H A Dconfig.m43 [AS_HELP_STRING([[--without-iconv[=DIR]]],

Completed in 29 milliseconds

12