Home
last modified time | relevance | path

Searched refs:link (Results 1 – 25 of 641) sorted by path

12345678910>>...26

/PHP-7.0/
H A DCONTRIBUTING.md19 to the `PHP-5.5` branch in Git. Please also make sure you add a link to the PR
H A DMakefile.global19 …$(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -rpath $(phptempdir) $(EXTRA_LDFLAGS) $(LDF…
H A DNEWS147 . Fixed bug #75419 (Default link incorrectly cleared/linked by pg_close()). (Sara)
H A DREADME.SUBMITTING_PATCH110 Update any open bugs and add a link to the source of your patch. Send
H A Dacinclude.m4529 dnl add a library to the link line
538 dnl add a library to the link line (deferred, not used during configure)
547 dnl add a library to the link line and path to linkpath/runpath.
572 dnl add a library to the link line (deferred)
598 dnl add a (Darwin / Mac OS X) framework to the link
615 dnl add a (Darwin / Mac OS X) framework path to the link
638 dnl framework itself to the link and include lines.
834 dnl Basically sets up the link-stage for building module-name
851 …link_cmd='$(LIBTOOL) --mode=link ifelse($4,,[$(CC)],[$(CXX)]) $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EX…
1052 dnl Some systems require that we link $2 to $1 when building
[all …]
H A Dconfig.guess1065 if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
H A Dconfigure.in648 link \
939 PHP_ARG_ENABLE(libgcc, whether to explicitly link against libgcc,
/PHP-7.0/Zend/tests/traits/
H A Dlanguage013.phpt2 Statics work like expected for language-based copy'n'paste. No link between methods from the same t…
/PHP-7.0/Zend/
H A Dzend_virtual_cwd.c233 CWD_API int php_sys_readlink(const char *link, char *target, size_t target_len){ /* {{{ */ in php_sys_readlink() argument
256 hFile = CreateFile(link, // file to open in php_sys_readlink()
1610 CWD_API int virtual_chown(const char *filename, uid_t owner, gid_t group, int link) /* {{{ */ in virtual_chown() argument
1621 if (link) { in virtual_chown()
H A Dzend_virtual_cwd.h136 CWD_API int php_sys_readlink(const char *link, char *target, size_t target_len);
141 # define php_sys_readlink(link, target, target_len) readlink(link, target, target_len) argument
196 CWD_API int virtual_chown(const char *filename, uid_t owner, gid_t group, int link);
/PHP-7.0/build/
H A Dlibtool.m4261 # the simple link test code.
310 # link flags.
1050 # if libdl is installed we need to link against it
1597 # link against other versions.
2746 # Code to be used in simple link tests
2857 # Code to be used in simple link tests
3058 # -berok will link without error, but may produce a broken library.
3726 # ever link correctly. If we're not using GNU ld we use -z text
5732 # -berok will link without error, but may produce a broken library.
6086 # Use $CC to link under sequent, because it throws in some extra .o
[all …]
/PHP-7.0/ext/fileinfo/
H A Dlibmagic.patch1665 - "broken symbolic link to %s", buf);
1668 - if (file_printf(ms, "broken symbolic link to %s", buf) == -1)
1886 + /* stat is used, if it made here then the link is broken */
1934 - /* plus (rel) link */
1954 - } else if (file_printf(ms, "%ssymbolic link to %s",
/PHP-7.0/ext/fileinfo/tests/
H A Dmagic18873 >20 belong 0 (No link-layer encapsulation
/PHP-7.0/ext/gd/tests/
H A DRochester-Regular.otf.LICENSE.txt46 separable from, or merely link (or bind by name) to the interfaces of,
/PHP-7.0/ext/interbase/
H A Dibase_blobs.c205 zval *link = NULL; in PHP_FUNCTION() local
216 PHP_IBASE_LINK_TRANS(link, ib_link, trans); in PHP_FUNCTION()
239 zval *link = NULL; in PHP_FUNCTION() local
261 PHP_IBASE_LINK_TRANS(link, ib_link, trans); in PHP_FUNCTION()
401 zval *link = NULL; in PHP_FUNCTION() local
424 PHP_IBASE_LINK_TRANS(link, ib_link, trans); in PHP_FUNCTION()
477 zval *link = NULL; in PHP_FUNCTION() local
501 PHP_IBASE_LINK_TRANS(link, ib_link, trans); in PHP_FUNCTION()
538 zval *link = NULL, *file; in PHP_FUNCTION() local
550 (ZEND_NUM_ARGS()-1) ? &link : &file, &file)) { in PHP_FUNCTION()
[all …]
H A Dibase_events.c45 if (event->link != NULL) { in _php_ibase_free_event()
49 if (event->link->handle != 0 && in _php_ibase_free_event()
50 isc_cancel_events(IB_STATUS, &event->link->handle, &event->event_id)) { in _php_ibase_free_event()
55 for (node = &event->link->event_head; *node != event; node = &(*node)->event_next); in _php_ibase_free_event()
247 if (isc_que_events(IB_STATUS, &event->link->handle, &event->event_id, buffer_size, in _php_ibase_callback()
333 event->link = ib_link; in PHP_FUNCTION()
H A Dibase_query.c48 ibase_db_link *link; member
59 ibase_db_link *link; member
127 if (SUCCESS == isc_database_info(IB_STATUS, &link->handle, in _php_ibase_free_stmt_handle()
169 _php_ibase_free_stmt_handle(ib_query->link, ib_query->stmt); in _php_ibase_free_query()
327 ib_query->link = link; in _php_ibase_alloc_query()
401 link->handle, trans->handle, &ib_query->in_array_cnt)) { in _php_ibase_alloc_query()
902 trans->db_link[0] = ib_query->link; in _php_ibase_exec()
904 if (ib_query->link->tr_list == NULL) { in _php_ibase_exec()
906 ib_query->link->tr_list->trans = NULL; in _php_ibase_exec()
907 ib_query->link->tr_list->next = NULL; in _php_ibase_exec()
[all …]
H A Dinterbase.c615 link->tr_list = NULL; in _php_ibase_commit_link()
619 e->link = NULL; in _php_ibase_commit_link()
629 _php_ibase_commit_link(link); in php_ibase_commit_link_rsrc()
637 _php_ibase_commit_link(link); in _php_ibase_close_link()
638 if (link->handle != 0) { in _php_ibase_close_link()
643 efree(link); in _php_ibase_close_link()
651 _php_ibase_commit_link(link); in _php_ibase_close_plink()
653 if (link->handle != 0) { in _php_ibase_close_plink()
658 free(link); in _php_ibase_close_plink()
1417 zval *link = NULL; in PHP_FUNCTION() local
[all …]
H A Dphp_ibase_includes.h97 ibase_db_link *link; member
/PHP-7.0/ext/interbase/tests/
H A D004.phpt10 $link = ibase_connect($test_base);
31 $bl_s = ibase_blob_import($link,$ftmp);
32 ibase_query($link, "INSERT INTO test4 (v_integer, v_blob) VALUES (1, ?)", $bl_s);
48 $bl_h = ibase_blob_open($link,$row->V_BLOB);
76 $bl_h = ibase_blob_create($link);
112 $link = ibase_connect($test_base);
113 ibase_blob_echo($link, $row->V_BLOB);
H A D005.phpt64 default transaction on default link
65 First open transaction on link will be default.
66 $tr_def_l1 may be omitted. All queryes without link and trans
90 /* specify default transaction on link */
103 three transaction on default link
172 transactions on second link
H A D008.phpt22 $link = ibase_connect($test_base);
H A Dbug46247.phpt30 Warning: ibase_set_event_handler(): supplied argument is not a valid InterBase link resource in %s …
36 Warning: ibase_set_event_handler(): supplied argument is not a valid InterBase link resource in %s …
H A Dbug46543.phpt22 Warning: ibase_trans(): supplied resource is not a valid Firebird/InterBase link resource in %sbug4…
24 Warning: ibase_trans(): supplied resource is not a valid Firebird/InterBase link resource in %sbug4…
26 Warning: ibase_trans(): supplied resource is not a valid Firebird/InterBase link resource in %sbug4…
28 Warning: ibase_trans(): supplied resource is not a valid Firebird/InterBase link resource in %sbug4…
H A Dibase_drop_db_001.phpt24 resource(%d) of type (Firebird/InterBase link)

Completed in 219 milliseconds

12345678910>>...26