Home
last modified time | relevance | path

Searched refs:locator (Results 1 – 5 of 5) sorted by relevance

/PHP-5.5/ext/phar/
H A Dzip.c168 phar_zip_dir_end locator; in phar_parse_zipfile() local
169 char buf[sizeof(locator) + 65536]; in phar_parse_zipfile()
179 if (size > sizeof(locator) + 65536) { in phar_parse_zipfile()
181 size = sizeof(locator) + 65536; in phar_parse_zipfile()
203 memcpy((void *)&locator, (void *) p, sizeof(locator)); in phar_parse_zipfile()
204 if (PHAR_GET_16(locator.centraldisk) != 0 || PHAR_GET_16(locator.disknumber) != 0) { in phar_parse_zipfile()
213 if (PHAR_GET_16(locator.counthere) != PHAR_GET_16(locator.count)) { in phar_parse_zipfile()
225 if (PHAR_GET_16(locator.comment_len)) { in phar_parse_zipfile()
227 metadata = p + sizeof(locator); in phar_parse_zipfile()
351 for (i = 0; i < PHAR_GET_16(locator.count); ++i) { in phar_parse_zipfile()
[all …]
/PHP-5.5/ext/oci8/tests/
H A Dbug43497.phpt48 // Read all XML data using explicit LOB locator
63 // Read all XML data using explicit LOB locator but without freeing the temp lobs
77 // Read all XML data using implicit LOB locator
H A Dbug43497_92.phpt52 // Read all XML data using explicit LOB locator
67 // Read all XML data using explicit LOB locator but without freeing the temp lobs
81 // Read all XML data using implicit LOB locator
H A Dlob_null.phpt129 oci_execute($s, OCI_DEFAULT); // Must have OCI_DEFAULT here so locator is still valid
136 oci_execute($s, OCI_DEFAULT); // Must have OCI_DEFAULT here so locator is still valid
143 oci_execute($s, OCI_DEFAULT); // Must have OCI_DEFAULT here so locator is still valid
H A Dlob_040.phpt2 Bug #37706 (Test LOB locator reuse. Extends simple test of lob_037.phpt)
21 echo "Test 1: CLOB as locator\n";
43 Test 1: CLOB as locator

Completed in 22 milliseconds