Searched defs:link (Results 1 – 15 of 15) sorted by relevance
/PHP-8.3/ext/pgsql/ |
H A D | pgsql.c | 353 PGconn *link; in _rollback_transactions() local 546 pgsql_link_handle *link; in php_pgsql_do_connect() local 749 pgsql_link_handle *link; in PHP_FUNCTION() local 787 pgsql_link_handle *link; in php_pgsql_get_link_info() local 904 pgsql_link_handle *link; in PHP_FUNCTION() local 937 pgsql_link_handle *link; in PHP_FUNCTION() local 976 pgsql_link_handle *link; in PHP_FUNCTION() local 1069 pgsql_link_handle *link; in PHP_FUNCTION() local 1175 pgsql_link_handle *link; in PHP_FUNCTION() local 1256 pgsql_link_handle *link; in PHP_FUNCTION() local [all …]
|
/PHP-8.3/ext/ldap/ |
H A D | ldap.c | 75 LDAP *link; member 1118 zval *link; in PHP_FUNCTION() local 1171 zval *link; in PHP_FUNCTION() local 1331 zval *link; in PHP_FUNCTION() local 1371 zval *link; in PHP_FUNCTION() local 2423 zval *link; in php_ldap_do_delete() local 2868 zval *link; in PHP_FUNCTION() local 2898 zval *link; in PHP_FUNCTION() local 2919 zval *link; in PHP_FUNCTION() local 3574 zval *link; in php_ldap_do_rename() local [all …]
|
/PHP-8.3/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
|
/PHP-8.3/ext/phar/ |
H A D | util.c | 63 char *link; in phar_get_link_source() local 495 phar_entry_info *link = phar_get_link_source(entry); in phar_get_entry_data() local 652 phar_entry_info *link; in phar_copy_entry_fp() local 866 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 | 1929 phar_entry_info *link; in phar_copy_file_contents() local 4814 phar_entry_info *link; in PHP_METHOD() local
|
/PHP-8.3/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.3/ext/opcache/jit/ |
H A D | zend_elf.h | 59 uint32_t link; member
|
H A D | zend_jit_internal.h | 581 uint32_t link; /* link trace id or self id for loop) */ member
|
/PHP-8.3/ext/pdo_dblib/ |
H A D | php_pdo_dblib_int.h | 120 DBPROCESS *link; member
|
/PHP-8.3/build/ |
H A D | gen_stub.php | 1784 public ?string $link; variable in VariableLike 1796 ?string $link, 1991 ?string $link, 2296 ?string $link,
|
/PHP-8.3/Zend/ |
H A D | zend_virtual_cwd.c | 1416 CWD_API int virtual_chown(const char *filename, uid_t owner, gid_t group, int link) /* {{{ */ in virtual_chown()
|
H A D | zend_virtual_cwd.h | 154 # define php_sys_readlink(link, target, target_len) readlink(link, target, target_len) argument
|
Completed in 203 milliseconds