Searched refs:DIR (Results 1 – 25 of 39) sorted by relevance
12
/PHP-8.1/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-8.1/win32/ |
H A D | readdir.h | 35 typedef struct DIR_W32 DIR; typedef 38 DIR *opendir(const char *); 39 struct dirent *readdir(DIR *); 40 int closedir(DIR *); 41 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() 127 int closedir(DIR *dp) in closedir() 144 int rewinddir(DIR *dp) in rewinddir()
|
H A D | glob.c | 142 static DIR *g_opendir(Char *, glob_t *); 621 DIR *dirp; 830 static DIR *
|
/PHP-8.1/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-8.1/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])]) 10 [AS_HELP_STRING([[--with-zlib-dir[=DIR]]],
|
/PHP-8.1/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-8.1/ext/odbc/ |
H A D | config.m4 | 104 [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.1/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-8.1/ext/gmp/ |
H A D | config.m4 | 3 [AS_HELP_STRING([[--with-gmp[=DIR]]],
|
/PHP-8.1/ext/pdo_pgsql/ |
H A D | config.m4 | 3 [AS_HELP_STRING([[--with-pdo-pgsql[=DIR]]], 4 [PDO: PostgreSQL support. DIR is the PostgreSQL base install directory or
|
/PHP-8.1/ext/pgsql/ |
H A D | config.m4 | 3 [AS_HELP_STRING([[--with-pgsql[=DIR]]], 4 [Include PostgreSQL support. DIR is the PostgreSQL base install directory or
|
/PHP-8.1/ext/dba/ |
H A D | config.m4 | 73 [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.1/main/ |
H A D | php_scandir.c | 54 DIR *dirp = NULL; in php_scandir()
|
/PHP-8.1/ext/bz2/ |
H A D | config.m4 | 3 [AS_HELP_STRING([[--with-bz2[=DIR]]],
|
/PHP-8.1/ext/gettext/ |
H A D | config.m4 | 3 [AS_HELP_STRING([[--with-gettext[=DIR]]],
|
/PHP-8.1/ext/pspell/ |
H A D | config.m4 | 3 [AS_HELP_STRING([[--with-pspell[=DIR]]],
|
/PHP-8.1/ext/session/ |
H A D | config.m4 | 9 [AS_HELP_STRING([[--with-mm[=DIR]]],
|
/PHP-8.1/ext/snmp/ |
H A D | config.m4 | 3 [AS_HELP_STRING([[--with-snmp[=DIR]]],
|
/PHP-8.1/ext/tidy/ |
H A D | config.m4 | 3 [AS_HELP_STRING([[--with-tidy[=DIR]]],
|
/PHP-8.1/ext/pdo_oci/ |
H A D | config.m4 | 59 [AS_HELP_STRING([[--with-pdo-oci[=DIR]]], 60 [PDO: Oracle OCI support. DIR defaults to $ORACLE_HOME. Use
|
/PHP-8.1/ext/readline/ |
H A D | config.m4 | 9 [AS_HELP_STRING([[--with-readline[=DIR]]],
|
/PHP-8.1/docs/ |
H A D | self-contained-extensions.md | 55 [--with-mysqli=MYSQL-DIR] 60 installation in MYSQL-DIR.
|
/PHP-8.1/ext/iconv/ |
H A D | config.m4 | 3 [AS_HELP_STRING([[--without-iconv[=DIR]]],
|
Completed in 52 milliseconds
12