Home
last modified time | relevance | path

Searched refs:link (Results 151 – 175 of 757) sorted by last modified time

12345678910>>...31

/PHP-5.5/ext/phar/tests/tar/
H A Dlinks.phpt2 Phar: tar with hard link and symbolic link
16 var_dump($p['testit/link']->getContent());
19 $p['testit/link'] = 'overwriting';
20 var_dump($p['testit/link']->getContent());
H A Dlinks2.phpt2 Phar: tar with hard link to nowhere
34 phar error: "%slinks2.tar" is a corrupted tar file - hard link to non-existent file "internal/file.…
H A Dlinks4.phpt2 Phar: tar with link to root directory file from root directory file
15 echo $p['link.txt']->getContent();
H A Dlinks5.phpt2 Phar: tar with relative link to subdirectory file from subdirectory file
15 echo $p['hi/link.txt']->getContent();
/PHP-5.5/ext/phar/tests/
H A Dstat2.phpt26 var_dump(is_link("testit/link"), filetype("testit/link"), filetype("testit"), is_file("testit/link"…
53 string(4) "link"
H A Dstat2_5.3.phpt26 var_dump(is_link("testit/link"), filetype("testit/link"), filetype("testit"), is_file("testit/link"…
53 string(4) "link"
/PHP-5.5/ext/phar/tests/tar/files/
H A Dcorrupt_tarmaker.php.inc58 $link = null;
61 $link = $fileOrStream;
66 $link = $fileOrStream;
98 $link,
126 if (strlen($fileOrStream) && !isset($link) && strlen($fileOrStream) % 512) {
H A Dmake.dangerous.tar.php.inc59 $link = null;
66 $link = @readlink($current);
92 $link,
/PHP-5.5/ext/phar/
H A Dphar_internal.h281 char *link; /* symbolic link to another file */ member
H A Dphar_object.c1978 phar_entry_info *link; in phar_copy_file_contents() local
1995 link = phar_get_link_source(entry TSRMLS_CC); in phar_copy_file_contents()
1997 if (!link) { in phar_copy_file_contents()
1998 link = entry; in phar_copy_file_contents()
2001 …if (SUCCESS != phar_stream_copy_to_stream(phar_get_efp(link, 0 TSRMLS_CC), fp, link->uncompressed_… in phar_copy_file_contents()
2289 if (newentry.link) { in phar_convert_to_other()
2290 newentry.link = estrdup(newentry.link); in phar_convert_to_other()
4852 phar_entry_info *link; in PHP_METHOD() local
4868 if (!link) { in PHP_METHOD()
4869 link = entry_obj->ent.entry; in PHP_METHOD()
[all …]
H A Dstream.c365 if (data->internal_file->link) { in phar_stream_read()
397 if (data->internal_file->link) { in phar_stream_seek()
879 entry->link = entry->tmp = NULL; in phar_wrapper_rename()
H A Dtar.c484 entry.link = NULL; in phar_parse_tarfile()
498 entry.link = estrndup(hdr->linkname, linkname_len); in phar_parse_tarfile()
500 entry.link = estrndup(hdr->linkname, linkname_len); in phar_parse_tarfile()
765 if (entry->link) { in phar_tar_writeheaders()
766 strncpy(header.linkname, entry->link, strlen(entry->link)); in phar_tar_writeheaders()
H A Dtar.h49 char link; /* indicator for links; member
H A Dphar.c417 if (entry->link) { in destroy_phar_manifest_entry()
418 pefree(entry->link, entry->is_persistent); in destroy_phar_manifest_entry()
419 entry->link = 0; in destroy_phar_manifest_entry()
H A Dfunc_interceptors.c747 if (data->link) { in phar_file_stat()
766 if (data->link) { in phar_file_stat()
1008 RETURN_BOOL(etemp->link); in PHAR_FUNC()
/PHP-5.5/ext/pgsql/
H A Dpgsql.c906 PQfinish(link); in _close_pgsql_link()
921 PQfinish(link); in _close_pgsql_plink()
964 PGconn *link; in _rollback_transactions() local
971 link = (PGconn *) rsrc->ptr; in _rollback_transactions()
982 …if ((PQprotocolVersion(link) >= 3 && PQtransactionStatus(link) != PQTRANS_IDLE) || PQprotocolVersi… in _rollback_transactions()
988 res = PQexec(link,"ROLLBACK;"); in _rollback_transactions()
990 res = PQexec(link,"BEGIN;"); in _rollback_transactions()
992 res = PQexec(link,"ROLLBACK;"); in _rollback_transactions()
1371 ulong link; local
1377 link = (ulong) index_ptr->ptr;
[all …]
H A Dpgsql.dsp57 LINK32=link.exe
83 LINK32=link.exe
112 LINK32=link.exe
138 LINK32=link.exe
H A Dpgsql.mak140 @echo $(LD_FLAGS) -commandfile $(basename $@).def > $(basename $@).link
142 @echo $(LIBRARY) $(OBJECTS) >> $(basename $@).link
144 @$(LINK) @$(basename $@).link
167 -@del "$(FINAL_DIR)\$(MODULE_NAME).link"
/PHP-5.5/ext/pgsql/tests/
H A D02connection.phpt58 resource(%d) of type (pgsql link%s)
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_pconnect.phpt73 …f("[006] Looks like the persistent and the non persistent connection are using the same link?!\n");
H A Dpdo_mysql_connect_charset.phpt14 $link = MySQLPDOTest::factory();
15 $charset = $link->query("SHOW VARIABLES LIKE 'character_set_connection'")->fetchObject()->value;
20 …/* Done with the original connection, create a second link to test the character set being defined…
21 unset($link);
23 $link = MySQLPDOTest::factory('PDO', false, null, Array('charset' => $new_charset));
24 …$conn_charset = $link->query("SHOW VARIABLES LIKE 'character_set_connection'")->fetchObject()->va…
/PHP-5.5/ext/pdo_dblib/
H A DREADME12 … SQL Server, known as the MSDE, google to obtain the appropriate download link. Here are some sho…
H A Ddblib_driver.c80 if (H->link) { in dblib_handle_closer()
81 dbclose(H->link); in dblib_handle_closer()
82 H->link = NULL; in dblib_handle_closer()
139 dbcanquery(H->link); in dblib_handle_doer()
141 return DBCOUNT(H->link); in dblib_handle_doer()
224 dbcancel(H->link); in dblib_handle_last_id()
231 dbcancel(H->link); in dblib_handle_last_id()
236 dbcancel(H->link); in dblib_handle_last_id()
241 …*len = dbconvert(NULL, (dbcoltype(H->link, 1)) , (dbdata(H->link, 1)) , (dbdatlen(H->link, 1)), SQ… in dblib_handle_last_id()
243 dbcancel(H->link); in dblib_handle_last_id()
[all …]
H A Ddblib_stmt.c104 dbcancel(H->link); in pdo_dblib_stmt_cursor_closer()
130 ret = dbresults(H->link); in pdo_dblib_stmt_next_rowset()
141 stmt->row_count = DBCOUNT(H->link); in pdo_dblib_stmt_next_rowset()
142 stmt->column_count = dbnumcols(H->link); in pdo_dblib_stmt_next_rowset()
153 dbsetuserdata(H->link, (BYTE*) &S->err); in pdo_dblib_stmt_execute()
161 if (FAIL == dbsqlexec(H->link)) { in pdo_dblib_stmt_execute()
167 stmt->row_count = DBCOUNT(H->link); in pdo_dblib_stmt_execute()
182 ret = dbnextrow(H->link); in pdo_dblib_stmt_fetch()
226 coltype = dbcoltype(H->link, colno+1); in pdo_dblib_stmt_get_col()
228 *len = dbdatlen(H->link, colno+1); in pdo_dblib_stmt_get_col()
[all …]
H A Dphp_pdo_dblib_int.h113 DBPROCESS *link; member

Completed in 127 milliseconds

12345678910>>...31