Searched defs:link (Results 1 – 15 of 15) sorted by relevance
/PHP-8.2/ext/pgsql/ |
H A D | pgsql.c | 352 PGconn *link; in _rollback_transactions() local 542 pgsql_link_handle *link; in php_pgsql_do_connect() local 745 pgsql_link_handle *link; in PHP_FUNCTION() local 783 pgsql_link_handle *link; in php_pgsql_get_link_info() local 900 pgsql_link_handle *link; in PHP_FUNCTION() local 933 pgsql_link_handle *link; in PHP_FUNCTION() local 972 pgsql_link_handle *link; in PHP_FUNCTION() local 1065 pgsql_link_handle *link; in PHP_FUNCTION() local 1171 pgsql_link_handle *link; in PHP_FUNCTION() local 1252 pgsql_link_handle *link; in PHP_FUNCTION() local [all …]
|
/PHP-8.2/ext/ldap/ |
H A D | ldap.c | 75 LDAP *link; member 1044 zval *link; in PHP_FUNCTION() local 1097 zval *link; in PHP_FUNCTION() local 1257 zval *link; in PHP_FUNCTION() local 1297 zval *link; in PHP_FUNCTION() local 2349 zval *link; in php_ldap_do_delete() local 2794 zval *link; in PHP_FUNCTION() local 2824 zval *link; in PHP_FUNCTION() local 2845 zval *link; in PHP_FUNCTION() local 3500 zval *link; in php_ldap_do_rename() local [all …]
|
/PHP-8.2/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.2/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 | 1917 phar_entry_info *link; in phar_copy_file_contents() local 4797 phar_entry_info *link; in PHP_METHOD() local
|
/PHP-8.2/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.2/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.2/ext/pdo_dblib/ |
H A D | php_pdo_dblib_int.h | 120 DBPROCESS *link; member
|
/PHP-8.2/build/ |
H A D | gen_stub.php | 1718 public ?string $link; variable in VariableLike 1724 ?string $link, 1856 ?string $link, 2122 ?string $link,
|
/PHP-8.2/Zend/ |
H A D | zend_virtual_cwd.c | 1413 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 | 144 # define php_sys_readlink(link, target, target_len) readlink(link, target, target_len) argument
|
Completed in 80 milliseconds