Searched defs:link (Results 1 – 17 of 17) sorted by relevance
/PHP-8.1/ext/pgsql/ |
H A D | pgsql.c | 343 PGconn *link; in _rollback_transactions() local 634 pgsql_link_handle *link; in php_pgsql_do_connect() local 837 pgsql_link_handle *link; in PHP_FUNCTION() local 875 pgsql_link_handle *link; in php_pgsql_get_link_info() local 994 pgsql_link_handle *link; in PHP_FUNCTION() local 1027 pgsql_link_handle *link; in PHP_FUNCTION() local 1066 pgsql_link_handle *link; in PHP_FUNCTION() local 1159 pgsql_link_handle *link; in PHP_FUNCTION() local 1265 pgsql_link_handle *link; in PHP_FUNCTION() local 1346 pgsql_link_handle *link; in PHP_FUNCTION() local [all …]
|
/PHP-8.1/ext/ldap/ |
H A D | ldap.c | 73 LDAP *link; member 1245 zval *link; in PHP_FUNCTION() local 1298 zval *link; in PHP_FUNCTION() local 1458 zval *link; in PHP_FUNCTION() local 1498 zval *link; in PHP_FUNCTION() local 2547 zval *link; in php_ldap_do_delete() local 2978 zval *link; in PHP_FUNCTION() local 3008 zval *link; in PHP_FUNCTION() local 3029 zval *link; in PHP_FUNCTION() local 3684 zval *link; in php_ldap_do_rename() local [all …]
|
/PHP-8.1/ext/standard/ |
H A D | link.c | 61 char *link; in PHP_FUNCTION() local 94 char *link; in PHP_FUNCTION() local 183 PHP_FUNCTION(link) in PHP_FUNCTION() argument
|
H A D | basic_functions.stub.php | 1368 function symlink(string $target, string $link): bool {} 1370 function link(string $target, string $link): bool {} argument
|
/PHP-8.1/ext/phar/ |
H A D | util.c | 63 char *link; in phar_get_link_source() local 485 phar_entry_info *link = phar_get_link_source(entry); in phar_get_entry_data() local 642 phar_entry_info *link; in phar_copy_entry_fp() local 856 phar_entry_info *link; in phar_separate_entry_fp() local
|
H A D | tar.h | 49 char link; /* indicator for links; member
|
H A D | phar_internal.h | 254 char *link; /* symbolic link to another file */ member
|
H A D | phar_object.c | 1914 phar_entry_info *link; in phar_copy_file_contents() local 4791 phar_entry_info *link; in PHP_METHOD() local
|
/PHP-8.1/win32/ |
H A D | ioutil.c | 820 PW32IO int php_win32_ioutil_symlink_w(const wchar_t *target, const wchar_t *link) in php_win32_ioutil_symlink_w() 839 PW32IO int php_win32_ioutil_link_w(const wchar_t *target, const wchar_t *link) in php_win32_ioutil_link_w()
|
H A D | ioutil.h | 582 __forceinline static int php_win32_ioutil_symlink(const char *target, const char *link) in php_win32_ioutil_symlink() 608 __forceinline static int php_win32_ioutil_link(const char *target, const char *link) in php_win32_ioutil_link()
|
/PHP-8.1/ext/opcache/jit/ |
H A D | zend_elf.h | 59 uint32_t link; member
|
H A D | zend_jit_internal.h | 579 uint32_t link; /* link trace id or self id for loop) */ member
|
/PHP-8.1/ext/pdo_dblib/ |
H A D | php_pdo_dblib_int.h | 120 DBPROCESS *link; member
|
/PHP-8.1/main/ |
H A D | alloca.c | 315 long link; /* Address of trailer block of previous member
|
/PHP-8.1/build/ |
H A D | gen_stub.php | 1402 public $link; variable in PropertyInfo 1412 ?string $link
|
/PHP-8.1/Zend/ |
H A D | zend_virtual_cwd.h | 144 # define php_sys_readlink(link, target, target_len) readlink(link, target, target_len) argument
|
H A D | zend_virtual_cwd.c | 1406 CWD_API int virtual_chown(const char *filename, uid_t owner, gid_t group, int link) /* {{{ */ in virtual_chown()
|
Completed in 142 milliseconds