Home
last modified time | relevance | path

Searched refs:entry (Results 101 – 125 of 243) sorted by relevance

12345678910

/PHP-5.6/ext/zip/lib/
H A Dzip_file_get_offset.c59 offset = za->entry[idx].orig->offset; in _zip_file_get_offset()
H A Dzip_new.c66 za->entry = NULL; in _zip_new()
H A Dzip_extra_field_api.c66 de = za->entry[idx].changes; in zip_file_extra_field_delete()
100 de = za->entry[idx].changes; in zip_file_extra_field_delete_by_id()
264 de = za->entry[idx].changes; in zip_file_extra_field_set()
349 e = za->entry+idx; in _zip_file_extra_field_prepare_for_change()
/PHP-5.6/ext/standard/
H A Dfilestat.c1207 zval *entry; in PHP_FUNCTION() local
1208 MAKE_STD_ZVAL(entry); in PHP_FUNCTION()
1209 array_init(entry); in PHP_FUNCTION()
1213 add_assoc_long(entry, "key", bucket->key); in PHP_FUNCTION()
1215 add_assoc_double(entry, "key", (double)bucket->key); in PHP_FUNCTION()
1217 add_assoc_bool(entry, "is_dir", bucket->is_dir); in PHP_FUNCTION()
1219 add_assoc_long(entry, "expires", bucket->expires); in PHP_FUNCTION()
1221 add_assoc_bool(entry, "is_rvalid", bucket->is_rvalid); in PHP_FUNCTION()
1222 add_assoc_bool(entry, "is_wvalid", bucket->is_wvalid); in PHP_FUNCTION()
1223 add_assoc_bool(entry, "is_readable", bucket->is_readable); in PHP_FUNCTION()
[all …]
/PHP-5.6/main/
H A Drfc1867.c407 mime_header_entry entry = {0}; in multipart_buffer_headers() local
436 entry.key = key; in multipart_buffer_headers()
437 entry.value = buf_value.c; in multipart_buffer_headers()
457 entry.key = key; in multipart_buffer_headers()
458 entry.value = buf_value.c; in multipart_buffer_headers()
467 mime_header_entry *entry; in php_mime_get_hdr_value() local
473 entry = zend_llist_get_first(&header); in php_mime_get_hdr_value()
474 while (entry) { in php_mime_get_hdr_value()
475 if (!strcasecmp(entry->key, key)) { in php_mime_get_hdr_value()
476 return entry->value; in php_mime_get_hdr_value()
[all …]
/PHP-5.6/ext/phar/tests/
H A Dbug69324.phpt17 internal corruption of phar "%s" (truncated manifest entry)
H A Dbug73764.phpt16 internal corruption of phar "%sbug73764.phar" (truncated manifest entry)
H A Dbug70433.phpt2 Phar - bug #70433 - Uninitialized pointer in phar_make_dirstream when zip entry filename is "/"
H A Dbug71331.phpt11 … message 'phar error: "%s%ebug71331.tar" is a corrupted tar file (invalid entry size)' in %s%ebug7…
H A Dbug69441.phpt17 exception 'UnexpectedValueException' with message 'phar error: corrupted central directory entry, n…
/PHP-5.6/ext/phar/tests/cache_list/files/
H A Dopenssl.phar239 static function extractFile($path, $entry, $fp)
242 $c = $entry[2];
254 if ($entry[4] & self::GZ) {
256 } elseif ($entry[4] & self::BZ2) {
260 if (strlen($data) != $entry[0]) {
265 if ($entry[3] != sprintf("%u", crc32((binary)$data) & 0xffffffff)) {
H A Dnophar.phar239 static function extractFile($path, $entry, $fp)
242 $c = $entry[2];
254 if ($entry[4] & self::GZ) {
256 } elseif ($entry[4] & self::BZ2) {
260 if (strlen($data) != $entry[0]) {
265 if ($entry[3] != sprintf("%u", crc32((binary)$data) & 0xffffffff)) {
/PHP-5.6/ext/phar/tests/files/
H A Dopenssl.phar239 static function extractFile($path, $entry, $fp)
242 $c = $entry[2];
254 if ($entry[4] & self::GZ) {
256 } elseif ($entry[4] & self::BZ2) {
260 if (strlen($data) != $entry[0]) {
265 if ($entry[3] != sprintf("%u", crc32((binary)$data) & 0xffffffff)) {
H A Dinclude_path2.phar239 static function extractFile($path, $entry, $fp)
242 $c = $entry[2];
254 if ($entry[4] & self::GZ) {
256 } elseif ($entry[4] & self::BZ2) {
260 if (strlen($data) != $entry[0]) {
265 if ($entry[3] != sprintf("%u", crc32((binary)$data) & 0xffffffff)) {
H A Dnophar.phar239 static function extractFile($path, $entry, $fp)
242 $c = $entry[2];
254 if ($entry[4] & self::GZ) {
256 } elseif ($entry[4] & self::BZ2) {
260 if (strlen($data) != $entry[0]) {
265 if ($entry[3] != sprintf("%u", crc32((binary)$data) & 0xffffffff)) {
/PHP-5.6/ext/xsl/
H A Dxsltprocessor.c783 zval *array_value, **entry, *new_string; in PHP_FUNCTION() local
794 while (zend_hash_get_current_data(Z_ARRVAL_P(array_value), (void **)&entry) == SUCCESS) { in PHP_FUNCTION()
795 SEPARATE_ZVAL(entry); in PHP_FUNCTION()
796 convert_to_string_ex(entry); in PHP_FUNCTION()
804 Z_ADDREF_PP(entry); in PHP_FUNCTION()
805 COPY_PZVAL_TO_ZVAL(*new_string, *entry); in PHP_FUNCTION()
882 zval *array_value, **entry, *new_string; in PHP_FUNCTION() local
892 while (zend_hash_get_current_data(Z_ARRVAL_P(array_value), (void **)&entry) == SUCCESS) { in PHP_FUNCTION()
893 SEPARATE_ZVAL(entry); in PHP_FUNCTION()
894 convert_to_string_ex(entry); in PHP_FUNCTION()
[all …]
/PHP-5.6/ext/ldap/
H A Dldap.c139 if (entry->ber != NULL) { in _free_ldap_result_entry()
140 ber_free(entry->ber, 0); in _free_ldap_result_entry()
141 entry->ber = NULL; in _free_ldap_result_entry()
144 efree(entry); in _free_ldap_result_entry()
3086 ZEND_ARG_INFO(0, entry)
3097 ZEND_ARG_INFO(0, entry)
3109 ZEND_ARG_INFO(0, entry)
3115 ZEND_ARG_INFO(0, entry)
3121 ZEND_ARG_INFO(0, entry)
3185 ZEND_ARG_INFO(0, entry)
[all …]
/PHP-5.6/ext/phar/tests/zip/
H A Dcorrupt_004.phpt16 phar error: corrupted central directory entry, no magic signature in zip-based phar "%scdir_offset.…
H A Dcorrupt_007.phpt16 phar error: corrupted central directory entry, no magic signature in zip-based phar "%struncfilenam…
/PHP-5.6/ext/zip/tests/
H A Dbug8009.phpt2 Bug #8009 (cannot add again same entry to an archive)
/PHP-5.6/ext/readline/
H A Dreadline.c446 zval **entry; in _readline_command_generator() local
452 while (zend_hash_get_current_data(myht, (void **)&entry) == SUCCESS) { in _readline_command_generator()
455 convert_to_string_ex(entry); in _readline_command_generator()
456 if (strncmp (Z_STRVAL_PP(entry), text, strlen(text)) == 0) { in _readline_command_generator()
457 return (strdup(Z_STRVAL_PP(entry))); in _readline_command_generator()
/PHP-5.6/ext/ldap/tests/
H A Dldap_first_attribute_error.phpt21 Warning: ldap_first_attribute(): supplied resource is not a valid ldap result entry resource in %s …
H A Dldap_get_attributes_error.phpt21 Warning: ldap_get_attributes(): supplied resource is not a valid ldap result entry resource in %s o…
H A Dldap_get_dn_error.phpt21 Warning: ldap_get_dn(): supplied resource is not a valid ldap result entry resource in %s on line %d
/PHP-5.6/ext/openssl/tests/
H A Dbug65538.phar239 static function extractFile($path, $entry, $fp)
242 $c = $entry[2];
254 if ($entry[4] & self::GZ) {
256 } elseif ($entry[4] & self::BZ2) {
260 if (strlen($data) != $entry[0]) {
265 if ($entry[3] != sprintf("%u", crc32((binary)$data) & 0xffffffff)) {

Completed in 66 milliseconds

12345678910