Home
last modified time | relevance | path

Searched refs:link (Results 1 – 25 of 644) sorted by last modified time

12345678910>>...26

/php-src/Zend/
H A Dzend_virtual_cwd.h156 # define php_sys_readlink(link, target, target_len) readlink(link, target, target_len) argument
158 # define php_sys_link link
198 CWD_API int virtual_chown(const char *filename, uid_t owner, gid_t group, int link);
/php-src/sapi/fuzzer/
H A Dconfig.m436 AX_CHECK_COMPILE_FLAG([-fsanitize=fuzzer-no-link], [
37 CFLAGS="$CFLAGS -fsanitize=fuzzer-no-link"
38 CXXFLAGS="$CXXFLAGS -fsanitize=fuzzer-no-link"
40 AC_MSG_ERROR(Compiler doesn't support -fsanitize=fuzzer-no-link)
/php-src/build/
H A Dgen_stub.php2342 public ?string $link; variable in VariableLike
2355 ?string $link, argument
2363 $this->link = $link;
2473 if ($this->link) {
2552 ?string $link, argument
2903 ?string $link, argument
4320 $link = null;
4334 $link = $tag->value;
4356 $link,
4379 $link = null;
[all …]
H A Dphp.m4494 dnl Add a library to the link line.
503 dnl Add a library to the link line (deferred, not used during configure).
512 dnl Add a library to the link line and path to linkpath/runpath. If
537 dnl Add a library to the link line (deferred) and path to linkpath/runpath (not
562 dnl Add a (Darwin / Mac OS X) framework to the link line. If before is 1, the
578 dnl Add a (Darwin / Mac OS X) framework path to the link and include lines.
599 dnl link and include lines.
807 dnl Basically sets up the link-stage for building module-name from object_var in
831 …\$(LIBTOOL) --tag=ifelse($4,,CC,CXX) --mode=link ifelse($4,,[\$(CC)],[\$(CXX)]) -shared \$(COMMON_…
995 dnl Some systems require that we link $2 to $1 when building.
[all …]
H A Dlibtool.m4261 # the simple link test code.
310 # link flags.
1046 # if libdl is installed we need to link against it
1604 # link against other versions.
2752 # Code to be used in simple link tests
2862 # Code to be used in simple link tests
3063 # -berok will link without error, but may produce a broken library.
3731 # ever link correctly. If we're not using GNU ld we use -z text
5737 # -berok will link without error, but may produce a broken library.
6091 # Use $CC to link under sequent, because it throws in some extra .o
[all …]
/php-src/
H A Dconfigure.ac983 [whether to explicitly link against libgcc],
/php-src/ext/pgsql/
H A Dpgsql.c189 link->conn = NULL; in pgsql_link_free()
192 if (link->notices) { in pgsql_link_free()
203 if (link->conn) { in pgsql_link_free_obj()
318 PQfinish(link); in _close_pgsql_plink()
348 PGconn *link; in _rollback_transactions() local
857 pgsql = link->conn; in php_pgsql_get_link_info()
972 pgsql = link->conn; in PHP_FUNCTION()
1003 pgsql = link->conn; in PHP_FUNCTION()
1050 pgsql = link->conn; in PHP_FUNCTION()
3408 if (link) { in PHP_FUNCTION()
[all …]
/php-src/ext/opcache/jit/
H A Dzend_jit_trace.c7070 t->link = ZEND_JIT_TRACE_NUM; in zend_jit_trace()
7130 t->link = zend_jit_find_trace(p->opline->handler); in zend_jit_trace()
7131 if (t->link == 0) { in zend_jit_trace()
7140 if ((zend_jit_traces[t->link].flags & ZEND_JIT_TRACE_USES_INITIAL_IP) in zend_jit_trace()
7148 && (zend_jit_traces[t->link].flags & ZEND_JIT_TRACE_CHECK_INTERRUPT) in zend_jit_trace()
7149 && zend_jit_traces[parent_trace].root == t->link) { in zend_jit_trace()
7150 if (!(zend_jit_traces[t->link].flags & ZEND_JIT_TRACE_USES_INITIAL_IP)) { in zend_jit_trace()
7165 zend_jit_trace_link_to_root(&ctx, &zend_jit_traces[t->link], timeout_exit_addr); in zend_jit_trace()
7368 t->link = 0; in zend_jit_compile_root_trace()
8169 t->link = 0; in zend_jit_compile_side_trace()
H A Dzend_jit_internal.h513 uint32_t link; /* link trace id or self id for loop) */ member
/php-src/ext/odbc/
H A Dphp_odbc.c160 if (!link->persistent) { in odbc_link_free()
161 free_connection(link->connection, link->persistent); in odbc_link_free()
166 if (link->hash) { in odbc_link_free()
168 zend_string_release_ex(link->hash, link->persistent); in odbc_link_free()
169 link->hash = NULL; in odbc_link_free()
204 if (link->connection) { in odbc_connection_free_obj()
205 odbc_link_free(link); in odbc_connection_free_obj()
2149 odbc_link *link; in odbc_sqlconnect() local
2166 ret = SQLAllocConnect(link->connection->henv, &link->connection->hdbc); in odbc_sqlconnect()
2453 odbc_link *link;
[all …]
H A Dconfig.m48 dnl Figure out which library file to link with for the Solid support.
69 dnl Figure out which library file to link with for the Empress support.
/php-src/ext/standard/
H A Dconfig.m4425 info.c iptc.c link.c mail.c math.c md5.c metaphone.c \
/php-src/sapi/fpm/
H A Dconfig.m4642 …)) { print \$\$3 } }' | sort -u >> php.sym && \$(LIBTOOL) --tag=CC --mode=link \$(CC) -export-dyna…
648 …BUILD_FPM="\$(LIBTOOL) --tag=CC --mode=link \$(CC) -export-dynamic \$(CFLAGS_CLEAN) \$(EXTRA_CFLAG…
/php-src/ext/dom/tests/modern/html/serializer/
H A DHTMLDocument_serialize_void_elements.phpt21 "link",
57 link: string(6) "<link>"
83 <link>
84 <x:link><inner></inner></x:link>
/php-src/ext/phar/
H A Dutil.c63 char *link; in phar_get_link_source() local
72 if (link != entry->link) { in phar_get_link_source()
73 efree(link); in phar_get_link_source()
77 if (link != entry->link) { in phar_get_link_source()
78 efree(link); in phar_get_link_source()
490 if(!link) { in phar_get_entry_data()
666 if (!link) { in phar_copy_entry_fp()
667 link = source; in phar_copy_entry_fp()
875 if (!link) { in phar_separate_entry_fp()
876 link = entry; in phar_separate_entry_fp()
[all …]
H A Dphar_object.c1929 phar_entry_info *link; in phar_copy_file_contents() local
1946 link = phar_get_link_source(entry); in phar_copy_file_contents()
1948 if (!link) { in phar_copy_file_contents()
1949 link = entry; in phar_copy_file_contents()
1952 …if (SUCCESS != php_stream_copy_to_stream_ex(phar_get_efp(link, 0), fp, link->uncompressed_filesize… in phar_copy_file_contents()
2274 if (newentry.link) { in phar_convert_to_other()
2275 newentry.link = estrdup(newentry.link); in phar_convert_to_other()
4811 phar_entry_info *link; in PHP_METHOD() local
4828 if (!link) { in PHP_METHOD()
4829 link = entry_obj->entry; in PHP_METHOD()
[all …]
H A Dphar_internal.h254 char *link; /* symbolic link to another file */ member
H A Dtar.c491 entry.link = NULL; in phar_parse_tarfile()
505 entry.link = estrndup(hdr->linkname, linkname_len); in phar_parse_tarfile()
507 entry.link = estrndup(hdr->linkname, linkname_len); in phar_parse_tarfile()
773 if (entry->link) { in phar_tar_writeheaders_int()
774 if (strlcpy(header.linkname, entry->link, sizeof(header.linkname)) >= sizeof(header.linkname)) { in phar_tar_writeheaders_int()
776 …ar \"%s\" cannot be created, link \"%s\" is too long for format", entry->phar->fname, entry->link); in phar_tar_writeheaders_int()
H A Dphar.c367 if (entry->link) { in destroy_phar_manifest_entry_int()
368 pefree(entry->link, entry->is_persistent); in destroy_phar_manifest_entry_int()
369 entry->link = 0; in destroy_phar_manifest_entry_int()
H A Dstream.c378 if (data->internal_file->link) { in phar_stream_read()
410 if (data->internal_file->link) { in phar_stream_seek()
858 entry->link = entry->tmp = NULL; in phar_wrapper_rename()
/php-src/ext/dom/lexbor/lexbor/ns/
H A Dns.c17 lxb_ns_append(lexbor_hash_t *hash, const lxb_char_t *link, size_t length) in lxb_ns_append() argument
22 if (link == NULL || length == 0) { in lxb_ns_append()
27 link, length); in lxb_ns_append()
32 data = lexbor_hash_insert(hash, lexbor_hash_insert_lower, link, length); in lxb_ns_append()
78 lxb_ns_data_by_link(lexbor_hash_t *hash, const lxb_char_t *link, size_t length) in lxb_ns_data_by_link() argument
82 if (link == NULL || length == 0) { in lxb_ns_data_by_link()
87 link, length); in lxb_ns_data_by_link()
92 return lexbor_hash_search(hash, lexbor_hash_search_lower, link, length); in lxb_ns_data_by_link()
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/
H A Dnode.c42 lxb_ns_append(lexbor_hash_t *hash, const lxb_char_t *link, size_t length);
H A Delement.c29 lxb_ns_append(lexbor_hash_t *hash, const lxb_char_t *link, size_t length);
/php-src/docs/
H A Drelease-process.md453 Derick) to post a tweet with the RC release announcement and link to the news
909 link to it in the release announcements.
/php-src/ext/opcache/
H A Dconfig.m4241 dnl Check POSIX shared memory object operations and link required library as

Completed in 286 milliseconds

12345678910>>...26