Searched refs:locator (Results 1 – 6 of 6) sorted by relevance
2 Bug #77565 (Incorrect locator detection in ZIP-based phars)
198 phar_zip_dir_end locator; in phar_parse_zipfile() local199 char buf[sizeof(locator) + 65536]; in phar_parse_zipfile()209 if (size > sizeof(locator) + 65536) { in phar_parse_zipfile()211 size = sizeof(locator) + 65536; in phar_parse_zipfile()232 memcpy((void *)&locator, (void *) p, sizeof(locator)); in phar_parse_zipfile()233 if (PHAR_GET_16(locator.centraldisk) != 0 || PHAR_GET_16(locator.disknumber) != 0) { in phar_parse_zipfile()242 if (PHAR_GET_16(locator.counthere) != PHAR_GET_16(locator.count)) { in phar_parse_zipfile()254 if (PHAR_GET_16(locator.comment_len)) { in phar_parse_zipfile()256 metadata = p + sizeof(locator); in phar_parse_zipfile()360 for (i = 0; i < PHAR_GET_16(locator.count); ++i) { in phar_parse_zipfile()[all …]
45 // Read all XML data using explicit LOB locator60 // Read all XML data using explicit LOB locator but without freeing the temp lobs74 // Read all XML data using implicit LOB locator
129 oci_execute($s, OCI_DEFAULT); // Must have OCI_DEFAULT here so locator is still valid136 oci_execute($s, OCI_DEFAULT); // Must have OCI_DEFAULT here so locator is still valid143 oci_execute($s, OCI_DEFAULT); // Must have OCI_DEFAULT here so locator is still valid
2 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
1105 . Fixed bug #77565 (Incorrect locator detection in ZIP-based phars). (cmb)
Completed in 25 milliseconds