error 881 Zend/zend.c ZEND_COLD void zenderror(const char *error) /* {{{ */ error 888 Zend/zend.c zend_throw_exception(zend_ce_parse_error, error, 0); error 294 Zend/zend.h ZEND_COLD void zenderror(const char *error); error 241 Zend/zend_API.c ZEND_API ZEND_COLD void ZEND_FASTCALL zend_wrong_callback_error(int severity, int num, char *error) /* {{{ */ error 248 Zend/zend_API.c class_name, space, get_active_function_name(), num, error); error 251 Zend/zend_API.c class_name, space, get_active_function_name(), num, error); error 254 Zend/zend_API.c class_name, space, get_active_function_name(), num, error); error 256 Zend/zend_API.c efree(error); error 499 Zend/zend_API.c static const char *zend_parse_arg_impl(int arg_num, zval *arg, va_list *va, const char **spec, char **error, int *severity) /* {{{ */ error 679 Zend/zend_API.c zend_spprintf(error, 0, "to be a class name derived from %s, '%s' given", error 686 Zend/zend_API.c zend_spprintf(error, 0, "to be a valid class name, '%s' given", error 710 Zend/zend_API.c zend_spprintf(error, 0, "to be a valid callback, %s", is_callable_error); error 719 Zend/zend_API.c zend_spprintf(error, 0, "to be a valid callback, %s", is_callable_error); error 752 Zend/zend_API.c char *error = NULL; error 755 Zend/zend_API.c expected_type = zend_parse_arg_impl(arg_num, arg, va, spec, &error, &severity); error 757 Zend/zend_API.c if (!(flags & ZEND_PARSE_PARAMS_QUIET) && (*expected_type || error)) { error 763 Zend/zend_API.c if (error) { error 765 Zend/zend_API.c class_name, space, get_active_function_name(), arg_num, error); error 766 Zend/zend_API.c efree(error); error 2827 Zend/zend_API.c static int zend_is_callable_check_class(zend_string *name, zend_fcall_info_cache *fcc, int *strict_class, char **error) /* {{{ */ error 2841 Zend/zend_API.c if (error) *error = estrdup("cannot access self:: when no class scope is active"); error 2852 Zend/zend_API.c if (error) *error = estrdup("cannot access parent:: when no class scope is active"); error 2854 Zend/zend_API.c if (error) *error = estrdup("cannot access parent:: when current class scope has no parent"); error 2868 Zend/zend_API.c if (error) *error = estrdup("cannot access static:: when no class scope is active"); error 2904 Zend/zend_API.c if (error) zend_spprintf(error, 0, "class '%.*s' not found", name_len, ZSTR_VAL(name)); error 2911 Zend/zend_API.c static int zend_is_callable_check_func(int check_flags, zval *callable, zend_fcall_info_cache *fcc, int strict_class, char **error) /* {{{ */ error 2924 Zend/zend_API.c if (error) { error 2925 Zend/zend_API.c *error = NULL; error 2976 Zend/zend_API.c if (error) zend_spprintf(error, 0, "invalid function name"); error 2988 Zend/zend_API.c if (!zend_is_callable_check_class(cname, fcc, &strict_class, error)) { error 2998 Zend/zend_API.c if (error) zend_spprintf(error, 0, "class '%s' is not a subclass of '%s'", ZSTR_VAL(ce_org->name), ZSTR_VAL(fcc->calling_scope->name)); error 3011 Zend/zend_API.c if (error && !(check_flags & IS_CALLABLE_CHECK_SILENT)) { error 3012 Zend/zend_API.c zend_spprintf(error, 0, "function '%s' not found or invalid function name", Z_STRVAL_P(callable)); error 3104 Zend/zend_API.c if (error) { error 3105 Zend/zend_API.c zend_spprintf(error, 0, "cannot call abstract method %s::%s()", ZSTR_VAL(fcc->calling_scope->name), ZSTR_VAL(fcc->function_handler->common.function_name)); error 3125 Zend/zend_API.c if (error) { error 3126 Zend/zend_API.c zend_spprintf(error, 0, "non-static method %s::%s() %s be called statically", ZSTR_VAL(fcc->calling_scope->name), ZSTR_VAL(fcc->function_handler->common.function_name), verb); error 3141 Zend/zend_API.c if (error) { error 3142 Zend/zend_API.c if (*error) { error 3143 Zend/zend_API.c efree(*error); error 3145 Zend/zend_API.c zend_spprintf(error, 0, "cannot access private method %s::%s()", ZSTR_VAL(fcc->calling_scope->name), ZSTR_VAL(fcc->function_handler->common.function_name)); error 3151 Zend/zend_API.c if (error) { error 3152 Zend/zend_API.c if (*error) { error 3153 Zend/zend_API.c efree(*error); error 3155 Zend/zend_API.c zend_spprintf(error, 0, "cannot access protected method %s::%s()", ZSTR_VAL(fcc->calling_scope->name), ZSTR_VAL(fcc->function_handler->common.function_name)); error 3162 Zend/zend_API.c } else if (error && !(check_flags & IS_CALLABLE_CHECK_SILENT)) { error 3164 Zend/zend_API.c if (error) zend_spprintf(error, 0, "class '%s' does not have a method '%s'", ZSTR_VAL(fcc->calling_scope->name), ZSTR_VAL(mname)); error 3166 Zend/zend_API.c if (error) zend_spprintf(error, 0, "function '%s' does not exist", ZSTR_VAL(mname)); error 3182 Zend/zend_API.c ZEND_API zend_bool zend_is_callable_ex(zval *callable, zend_object *object, uint check_flags, zend_string **callable_name, zend_fcall_info_cache *fcc, char **error) /* {{{ */ error 3193 Zend/zend_API.c if (error) { error 3194 Zend/zend_API.c *error = NULL; error 3234 Zend/zend_API.c ret = zend_is_callable_check_func(check_flags, callable, fcc, 0, error); error 3287 Zend/zend_API.c if (!zend_is_callable_check_class(Z_STR_P(obj), fcc, &strict_class, error)) { error 3321 Zend/zend_API.c ret = zend_is_callable_check_func(check_flags, method, fcc, strict_class, error); error 3339 Zend/zend_API.c if (error) zend_spprintf(error, 0, "first array member is not a valid class name or object"); error 3341 Zend/zend_API.c if (error) zend_spprintf(error, 0, "second array member is not a valid method"); error 3344 Zend/zend_API.c if (error) zend_spprintf(error, 0, "array must have exactly two members"); error 3366 Zend/zend_API.c if (error) zend_spprintf(error, 0, "no array or string given"); error 3375 Zend/zend_API.c if (error) zend_spprintf(error, 0, "no array or string given"); error 3413 Zend/zend_API.c ZEND_API int zend_fcall_info_init(zval *callable, uint check_flags, zend_fcall_info *fci, zend_fcall_info_cache *fcc, zend_string **callable_name, char **error) /* {{{ */ error 3415 Zend/zend_API.c if (!zend_is_callable_ex(callable, NULL, check_flags, callable_name, fcc, error)) { error 313 Zend/zend_API.h ZEND_API zend_bool zend_is_callable_ex(zval *callable, zend_object *object, uint check_flags, zend_string **callable_name, zend_fcall_info_cache *fcc, char **error); error 487 Zend/zend_API.h ZEND_API int zend_fcall_info_init(zval *callable, uint check_flags, zend_fcall_info *fci, zend_fcall_info_cache *fcc, zend_string **callable_name, char **error); error 698 Zend/zend_API.h ZEND_API ZEND_COLD void ZEND_FASTCALL zend_wrong_callback_error(int severity, int num, char *error); error 1215 Zend/zend_API.h static zend_always_inline int zend_parse_arg_func(zval *arg, zend_fcall_info *dest_fci, zend_fcall_info_cache *dest_fcc, int check_null, char **error) error 1220 Zend/zend_API.h *error = NULL; error 1221 Zend/zend_API.h } else if (UNEXPECTED(zend_fcall_info_init(arg, 0, dest_fci, dest_fcc, NULL, error) != SUCCESS)) { error 743 Zend/zend_execute_API.c char *error = NULL; error 749 Zend/zend_execute_API.c if (!zend_is_callable_ex(&fci->function_name, fci->object, IS_CALLABLE_CHECK_SILENT, &callable_name, fci_cache, &error)) { error 750 Zend/zend_execute_API.c if (error) { error 751 Zend/zend_execute_API.c zend_error(E_WARNING, "Invalid callback %s, %s", ZSTR_VAL(callable_name), error); error 752 Zend/zend_execute_API.c efree(error); error 761 Zend/zend_execute_API.c } else if (error) { error 763 Zend/zend_execute_API.c if (error[0] >= 'a' && error[0] <= 'z') { error 764 Zend/zend_execute_API.c error[0] += ('A' - 'a'); error 766 Zend/zend_execute_API.c zend_error(E_DEPRECATED, "%s", error); error 767 Zend/zend_execute_API.c efree(error); error 3400 Zend/zend_vm_def.h char *error = NULL; error 3409 Zend/zend_vm_def.h if (zend_is_callable_ex(function_name, NULL, 0, NULL, &fcc, &error)) { error 3426 Zend/zend_vm_def.h if (error) { error 3427 Zend/zend_vm_def.h efree(error); error 3437 Zend/zend_vm_def.h zend_internal_type_error(EX_USES_STRICT_TYPES(), "%s() expects parameter 1 to be a valid callback, %s", Z_STRVAL_P(EX_CONSTANT(opline->op1)), error); error 3438 Zend/zend_vm_def.h efree(error); error 5754 Zend/zend_vm_execute.h char *error = NULL; error 5763 Zend/zend_vm_execute.h if (zend_is_callable_ex(function_name, NULL, 0, NULL, &fcc, &error)) { error 5780 Zend/zend_vm_execute.h if (error) { error 5781 Zend/zend_vm_execute.h efree(error); error 5791 Zend/zend_vm_execute.h zend_internal_type_error(EX_USES_STRICT_TYPES(), "%s() expects parameter 1 to be a valid callback, %s", Z_STRVAL_P(EX_CONSTANT(opline->op1)), error); error 5792 Zend/zend_vm_execute.h efree(error); error 9500 Zend/zend_vm_execute.h char *error = NULL; error 9509 Zend/zend_vm_execute.h if (zend_is_callable_ex(function_name, NULL, 0, NULL, &fcc, &error)) { error 9526 Zend/zend_vm_execute.h if (error) { error 9527 Zend/zend_vm_execute.h efree(error); error 9537 Zend/zend_vm_execute.h zend_internal_type_error(EX_USES_STRICT_TYPES(), "%s() expects parameter 1 to be a valid callback, %s", Z_STRVAL_P(EX_CONSTANT(opline->op1)), error); error 9538 Zend/zend_vm_execute.h efree(error); error 11323 Zend/zend_vm_execute.h char *error = NULL; error 11332 Zend/zend_vm_execute.h if (zend_is_callable_ex(function_name, NULL, 0, NULL, &fcc, &error)) { error 11349 Zend/zend_vm_execute.h if (error) { error 11350 Zend/zend_vm_execute.h efree(error); error 11360 Zend/zend_vm_execute.h zend_internal_type_error(EX_USES_STRICT_TYPES(), "%s() expects parameter 1 to be a valid callback, %s", Z_STRVAL_P(EX_CONSTANT(opline->op1)), error); error 11361 Zend/zend_vm_execute.h efree(error); error 511 ext/bz2/bz2.c int error, /* Error Container */ error 542 ext/bz2/bz2.c error = BZ2_bzBuffToBuffCompress(ZSTR_VAL(dest), &dest_len, source, source_len, block_size, 0, work_factor); error 543 ext/bz2/bz2.c if (error != BZ_OK) { error 545 ext/bz2/bz2.c RETURN_LONG(error); error 562 ext/bz2/bz2.c int error; error 589 ext/bz2/bz2.c while ((error = BZ2_bzDecompress(&bzs)) == BZ_OK && bzs.avail_in > 0) { error 597 ext/bz2/bz2.c if (error == BZ_STREAM_END || error == BZ_OK) { error 605 ext/bz2/bz2.c RETVAL_LONG(error); error 172 ext/curl/interface.c CURLcode error = CURLE_OK; error 186 ext/curl/interface.c error = curl_easy_setopt(ch->cp, option, copystr); error 190 ext/curl/interface.c error = curl_easy_setopt(ch->cp, option, str); error 194 ext/curl/interface.c SAVE_CURL_ERROR(ch, error) error 196 ext/curl/interface.c return error == CURLE_OK ? SUCCESS : FAILURE; error 1333 ext/curl/interface.c int error; error 1351 ext/curl/interface.c error = zend_call_function(&fci, &t->fci_cache); error 1353 ext/curl/interface.c if (error == FAILURE) { error 1383 ext/curl/interface.c int error; error 1402 ext/curl/interface.c error = zend_call_function(&fci, &t->fci_cache); error 1404 ext/curl/interface.c if (error == FAILURE) { error 1438 ext/curl/interface.c int error; error 1459 ext/curl/interface.c error = zend_call_function(&fci, &t->fci_cache); error 1461 ext/curl/interface.c if (error == FAILURE) { error 1498 ext/curl/interface.c int error; error 1522 ext/curl/interface.c error = zend_call_function(&fci, &t->fci_cache); error 1524 ext/curl/interface.c if (error == FAILURE) { error 1572 ext/curl/interface.c int error; error 1590 ext/curl/interface.c error = zend_call_function(&fci, &t->fci_cache); error 1592 ext/curl/interface.c if (error == FAILURE) { error 1641 ext/curl/interface.c int error; error 1649 ext/curl/interface.c error = call_user_function(EG(function_table), NULL, func, &retval, 2, argv); error 1650 ext/curl/interface.c if (error == FAILURE) { error 2023 ext/curl/interface.c CURLcode error = CURLE_OK; error 2036 ext/curl/interface.c error = curl_easy_setopt(ch->cp, option, 2); error 2199 ext/curl/interface.c error = curl_easy_setopt(ch->cp, option, lval); error 2290 ext/curl/interface.c error = curl_easy_setopt(ch->cp, option, NULL); error 2341 ext/curl/interface.c error = CURLE_OK; error 2409 ext/curl/interface.c error = curl_easy_setopt(ch->cp, option, fp); error 2488 ext/curl/interface.c error = curl_easy_setopt(ch->cp, option, slist); error 2507 ext/curl/interface.c error = curl_easy_setopt(ch->cp, option, lval); error 2578 ext/curl/interface.c error = (CURLcode)form_error; error 2600 ext/curl/interface.c error = (CURLcode)form_error; error 2606 ext/curl/interface.c SAVE_CURL_ERROR(ch, error); error 2607 ext/curl/interface.c if (error != CURLE_OK) { error 2615 ext/curl/interface.c error = curl_easy_setopt(ch->cp, CURLOPT_HTTPPOST, first); error 2620 ext/curl/interface.c error = curl_easy_setopt(ch->cp, CURLOPT_POSTFIELDSIZE, ZSTR_LEN(str)); error 2621 ext/curl/interface.c error = curl_easy_setopt(ch->cp, CURLOPT_COPYPOSTFIELDS, ZSTR_VAL(str)); error 2631 ext/curl/interface.c error = curl_easy_setopt(ch->cp, CURLOPT_POSTFIELDSIZE, ZSTR_LEN(str)); error 2681 ext/curl/interface.c error = curl_easy_setopt(ch->cp, option, (curl_off_t)lval); error 2688 ext/curl/interface.c error = curl_easy_setopt(ch->cp, CURLOPT_POSTREDIR, lval & CURL_REDIR_POST_ALL); error 2696 ext/curl/interface.c error = curl_easy_setopt(ch->cp, CURLOPT_PASSWDFUNCTION, curl_passwd); error 2697 ext/curl/interface.c error = curl_easy_setopt(ch->cp, CURLOPT_PASSWDDATA, (void *) ch); error 2775 ext/curl/interface.c SAVE_CURL_ERROR(ch, error); error 2776 ext/curl/interface.c if (error != CURLE_OK) { error 2864 ext/curl/interface.c CURLcode error; error 2880 ext/curl/interface.c error = curl_easy_perform(ch->cp); error 2881 ext/curl/interface.c SAVE_CURL_ERROR(ch, error); error 2883 ext/curl/interface.c if (error != CURLE_OK && error != CURLE_PARTIAL_FILE) { error 411 ext/curl/multi.c CURLMcode error = CURLM_OK; error 420 ext/curl/multi.c error = curl_multi_setopt(mh->multi, option, zval_get_long(zvalue)); error 425 ext/curl/multi.c error = CURLM_UNKNOWN_OPTION; error 429 ext/curl/multi.c if (error != CURLM_OK) { error 74 ext/curl/share.c CURLSHcode error = CURLSHE_OK; error 79 ext/curl/share.c error = curl_share_setopt(sh->share, option, zval_get_long(zvalue)); error 84 ext/curl/share.c error = CURLSHE_BAD_OPTION; error 88 ext/curl/share.c if (error != CURLSHE_OK) { error 346 ext/date/lib/parse_date.c static void add_warning(Scanner *s, char *error) error 352 ext/date/lib/parse_date.c s->errors->warning_messages[s->errors->warning_count - 1].message = timelib_strdup(error); error 355 ext/date/lib/parse_date.c static void add_error(Scanner *s, char *error) error 361 ext/date/lib/parse_date.c s->errors->error_messages[s->errors->error_count - 1].message = timelib_strdup(error); error 364 ext/date/lib/parse_date.c static void add_pbf_warning(Scanner *s, char *error, char *sptr, char *cptr) error 370 ext/date/lib/parse_date.c s->errors->warning_messages[s->errors->warning_count - 1].message = timelib_strdup(error); error 373 ext/date/lib/parse_date.c static void add_pbf_error(Scanner *s, char *error, char *sptr, char *cptr) error 379 ext/date/lib/parse_date.c s->errors->error_messages[s->errors->error_count - 1].message = timelib_strdup(error); error 113 ext/date/lib/parse_iso_intervals.c static void add_warning(Scanner *s, char *error) error 119 ext/date/lib/parse_iso_intervals.c s->errors->warning_messages[s->errors->warning_count - 1].message = timelib_strdup(error); error 122 ext/date/lib/parse_iso_intervals.c static void add_error(Scanner *s, char *error) error 128 ext/date/lib/parse_iso_intervals.c s->errors->error_messages[s->errors->error_count - 1].message = timelib_strdup(error); error 201 ext/date/lib/timelib.c timelib_long timelib_date_to_int(timelib_time *d, int *error) error 208 ext/date/lib/timelib.c if (error) { error 209 ext/date/lib/timelib.c *error = 1; error 213 ext/date/lib/timelib.c if (error) { error 214 ext/date/lib/timelib.c *error = 0; error 148 ext/date/lib/timelib.h timelib_long timelib_date_to_int(timelib_time *d, int *error); error 1431 ext/date/php_date.c timelib_error_container *error = NULL; error 1435 ext/date/php_date.c parsed_time = timelib_strtotime(string, strlen(string), &error, DATE_TIMEZONEDB, php_date_parse_tzfile_wrapper); error 1436 ext/date/php_date.c if (error->error_count) { error 1438 ext/date/php_date.c timelib_error_container_dtor(error); error 1441 ext/date/php_date.c timelib_error_container_dtor(error); error 1459 ext/date/php_date.c struct timelib_error_container *error; error 1476 ext/date/php_date.c t = timelib_strtotime(times, time_len, &error, DATE_TIMEZONEDB, php_date_parse_tzfile_wrapper); error 1477 ext/date/php_date.c error1 = error->error_count; error 1478 ext/date/php_date.c timelib_error_container_dtor(error); error 1501 ext/date/php_date.c int error; error 1554 ext/date/php_date.c ts = timelib_date_to_int(now, &error); error 1558 ext/date/php_date.c if (error) { error 2834 ext/date/php_date.c static void zval_from_error_container(zval *z, timelib_error_container *error) /* {{{ */ error 2839 ext/date/php_date.c add_assoc_long(z, "warning_count", error->warning_count); error 2841 ext/date/php_date.c for (i = 0; i < error->warning_count; i++) { error 2842 ext/date/php_date.c add_index_string(&element, error->warning_messages[i].position, error->warning_messages[i].message); error 2846 ext/date/php_date.c add_assoc_long(z, "error_count", error->error_count); error 2848 ext/date/php_date.c for (i = 0; i < error->error_count; i++) { error 2849 ext/date/php_date.c add_index_string(&element, error->error_messages[i].position, error->error_messages[i].message); error 2868 ext/date/php_date.c void php_date_do_return_parsed_time(INTERNAL_FUNCTION_PARAMETERS, timelib_time *parsed_time, struct timelib_error_container *error) /* {{{ */ error 2892 ext/date/php_date.c zval_from_error_container(return_value, error); error 2894 ext/date/php_date.c timelib_error_container_dtor(error); error 2949 ext/date/php_date.c struct timelib_error_container *error; error 2956 ext/date/php_date.c parsed_time = timelib_strtotime(date, date_len, &error, DATE_TIMEZONEDB, php_date_parse_tzfile_wrapper); error 2957 ext/date/php_date.c php_date_do_return_parsed_time(INTERNAL_FUNCTION_PARAM_PASSTHRU, parsed_time, error); error 2968 ext/date/php_date.c struct timelib_error_container *error; error 2975 ext/date/php_date.c parsed_time = timelib_parse_from_format(format, date, date_len, &error, DATE_TIMEZONEDB, php_date_parse_tzfile_wrapper); error 2976 ext/date/php_date.c php_date_do_return_parsed_time(INTERNAL_FUNCTION_PARAM_PASSTHRU, parsed_time, error); error 3557 ext/date/php_date.c int error; error 3566 ext/date/php_date.c timestamp = timelib_date_to_int(dateobj->time, &error); error 3567 ext/date/php_date.c if (error) { error 638 ext/dba/dba.c char *key = NULL, *error = NULL; error 851 ext/dba/dba.c error = "Unable to establish lock (database file already open)"; /* force failure exit */ error 856 ext/dba/dba.c if (!error && lock_mode) { error 900 ext/dba/dba.c error = "Stream does not support locking"; error 903 ext/dba/dba.c error = "Unable to establish lock"; /* force failure exit */ error 908 ext/dba/dba.c if (!error && (hptr->flags&DBA_STREAM_OPEN)==DBA_STREAM_OPEN) { error 939 ext/dba/dba.c if (error || hptr->open(info, &error) != SUCCESS) { error 941 ext/dba/dba.c php_error_docref2(NULL, Z_STRVAL(args[0]), Z_STRVAL(args[1]), E_WARNING, "Driver initialization failed for handler: %s%s%s", hptr->name, error?": ":"", error?error:""); error 82 ext/dba/dba_cdb.c *error = "Unable to open file"; error 94 ext/dba/dba_cdb.c *error = "Update operations are not supported"; error 98 ext/dba/dba_cdb.c *error = "Currently not supported"; error 113 ext/dba/dba_db3.c *error = db_strerror(err); error 116 ext/dba/dba_db3.c *error = db_strerror(err); error 142 ext/dba/dba_db4.c *error = db_strerror(err); error 145 ext/dba/dba_db4.c *error = db_strerror(err); error 69 ext/dba/dba_gdbm.c *error = gdbm_strerror(gdbm_errno); error 68 ext/dba/dba_qdbm.c *error = (char *) dperrmsg(dpecode); error 80 ext/dba/php_dba.h int (*open)(dba_info *, char **error); error 97 ext/dba/php_dba.h int dba_open_##x(dba_info *info, char **error) error 1420 ext/dom/document.c ctxt->vctxt.error = php_libxml_ctx_error; error 1424 ext/dom/document.c ctxt->sax->error = php_libxml_ctx_error; error 1780 ext/dom/document.c cvp->error = (xmlValidityErrorFunc) php_libxml_error_handler; error 2045 ext/dom/document.c ctxt->vctxt.error = php_libxml_ctx_error; error 2048 ext/dom/document.c ctxt->sax->error = php_libxml_ctx_error; error 32 ext/dom/domerrorhandler.c ZEND_ARG_OBJ_INFO(0, error, DOMDomError, 0) error 79 ext/dom/xpath.c int error = 0; error 90 ext/dom/xpath.c error = 1; error 96 ext/dom/xpath.c error = 1; error 101 ext/dom/xpath.c error = 1; error 105 ext/dom/xpath.c if (error == 1) { error 497 ext/fileinfo/libmagic/apprentice.c ms->error = -1; error 2836 ext/fileinfo/libmagic/apprentice.c goto error; error 2841 ext/fileinfo/libmagic/apprentice.c goto error; error 2846 ext/fileinfo/libmagic/apprentice.c goto error; error 2851 ext/fileinfo/libmagic/apprentice.c goto error; error 2857 ext/fileinfo/libmagic/apprentice.c goto error; error 2861 ext/fileinfo/libmagic/apprentice.c goto error; error 2874 ext/fileinfo/libmagic/apprentice.c goto error; error 2887 ext/fileinfo/libmagic/apprentice.c goto error; error 2905 ext/fileinfo/libmagic/apprentice.c goto error; error 2922 ext/fileinfo/libmagic/apprentice.c goto error; error 2933 ext/fileinfo/libmagic/apprentice.c error: error 134 ext/fileinfo/libmagic/compress.c goto error; error 139 ext/fileinfo/libmagic/compress.c goto error; error 141 ext/fileinfo/libmagic/compress.c goto error; error 143 ext/fileinfo/libmagic/compress.c goto error; error 150 ext/fileinfo/libmagic/compress.c error: error 391 ext/fileinfo/libmagic/file.h int error; error 90 ext/fileinfo/libmagic/funcs.c file_error_core(struct magic_set *ms, int error, const char *f, va_list va, error 107 ext/fileinfo/libmagic/funcs.c if (error > 0) { error 108 ext/fileinfo/libmagic/funcs.c file_printf(ms, "%s (%s)", (*buf ? buf : ""), strerror(error)); error 118 ext/fileinfo/libmagic/funcs.c ms->error = error; error 123 ext/fileinfo/libmagic/funcs.c file_error(struct magic_set *ms, int error, const char *f, ...) error 127 ext/fileinfo/libmagic/funcs.c file_error_core(ms, error, f, va, 0); error 311 ext/fileinfo/libmagic/funcs.c ms->error = -1; error 455 ext/fileinfo/libmagic/magic.c return (ms->event_flags & EVENT_HAD_ERR) ? ms->error : 0; error 195 ext/filter/logical_filters.c int error = 0; error 229 ext/filter/logical_filters.c error = 1; error 233 ext/filter/logical_filters.c error = 1; error 236 ext/filter/logical_filters.c error = 1; error 240 ext/filter/logical_filters.c error = 1; error 244 ext/filter/logical_filters.c if (error > 0 || (min_range_set && (ctx_value < min_range)) || (max_range_set && (ctx_value > max_range))) { error 370 ext/filter/logical_filters.c goto error; error 392 ext/filter/logical_filters.c goto error; error 397 ext/filter/logical_filters.c goto error; error 401 ext/filter/logical_filters.c goto error; error 412 ext/filter/logical_filters.c goto error; error 418 ext/filter/logical_filters.c error: error 3833 ext/gd/gd.c char *error = NULL; error 3887 ext/gd/gd.c error = gdImageStringFTEx(im, brect, col, fontname, ptsize, angle, x, y, str, &strex); error 3890 ext/gd/gd.c error = gdImageStringFT(im, brect, col, fontname, ptsize, angle, x, y, str); error 3894 ext/gd/gd.c if (error) { error 3895 ext/gd/gd.c php_error_docref(NULL, E_WARNING, "%s", error); error 118 ext/gd/gdcache.c userdata = (*(head->gdCacheFetch))(&(head->error), keydata); error 162 ext/gd/gdcache.c cacheFetch( char **error, void *key ) error 173 ext/gd/gdcache.c *error = NULL; error 54 ext/gd/gdcache.h typedef void *(*gdCacheFetchFn_t)(char **error, void *keydata); error 69 ext/gd/gdcache.h char *error; error 225 ext/gd/libgd/gd_jpeg.c goto error; error 381 ext/gd/libgd/gd_jpeg.c goto error; error 413 ext/gd/libgd/gd_jpeg.c goto error; error 420 ext/gd/libgd/gd_jpeg.c goto error; error 433 ext/gd/libgd/gd_jpeg.c goto error; error 438 ext/gd/libgd/gd_jpeg.c goto error; error 452 ext/gd/libgd/gd_jpeg.c goto error; error 465 ext/gd/libgd/gd_jpeg.c goto error; error 478 ext/gd/libgd/gd_jpeg.c goto error; error 487 ext/gd/libgd/gd_jpeg.c error: error 116 ext/gd/libgd/gdcache.c userdata = (*(head->gdCacheFetch)) (&(head->error), keydata); error 165 ext/gd/libgd/gdcache.c cacheFetch (char **error, void *key) error 173 ext/gd/libgd/gdcache.c *error = NULL; error 53 ext/gd/libgd/gdcache.h typedef void *(*gdCacheFetchFn_t)(char **error, void *keydata); error 68 ext/gd/libgd/gdcache.h char *error; error 364 ext/gd/libgd/gdft.c static void *fontFetch (char **error, void *key) error 454 ext/gd/libgd/gdft.c *error = "Could not find/open font"; error 462 ext/gd/libgd/gdft.c *error = "Could not read font"; error 537 ext/gd/libgd/gdft.c *error = "Unable to find a CharMap that I can handle"; error 575 ext/gd/libgd/gdft.c static void * tweenColorFetch (char **error, void *key) error 880 ext/gd/libgd/gdft.c return fontCache->error; error 351 ext/gd/libgd/gdkanji.c error ("iconv_open() error"); error 354 ext/gd/libgd/gdkanji.c error ("invalid code specification: \"%s\" or \"%s\"", error 368 ext/gd/libgd/gdkanji.c error ("invalid end of input string"); error 370 ext/gd/libgd/gdkanji.c error ("invalid code in input string"); error 372 ext/gd/libgd/gdkanji.c error ("output buffer overflow at do_convert()"); error 375 ext/gd/libgd/gdkanji.c error ("something happen"); error 382 ext/gd/libgd/gdkanji.c error ("iconv_close() error"); error 450 ext/gd/libgd/gdkanji.c error ("invalid code specification: \"%s\"", code); error 456 ext/gd/libgd/gdkanji.c error ("output buffer overflow at do_convert()"); error 487 ext/gd/libgd/gdkanji.c error ("cannot convert NEC Kanji."); error 546 ext/gd/libgd/gdkanji.c error ("output buffer overflow at Hankaku --> Zenkaku"); error 566 ext/gd/libgd/gdkanji.c error ("input string too large"); error 571 ext/gd/libgd/gdkanji.c error ("invalid maximum size of destination\nit should be less than %d.", BUFSIZ); error 577 ext/gd/libgd/gdkanji.c error ("output buffer overflow"); error 2673 ext/imap/php_imap.c addr->error=NIL; error 31 ext/intl/converter/converter.c intl_error error; error 45 ext/intl/converter/converter.c #define THROW_UFAILURE(obj, fname, error) php_converter_throw_failure(obj, error, \ error 46 ext/intl/converter/converter.c fname "() returned error " ZEND_LONG_FMT ": %s", (zend_long)error, u_errorName(error)) error 49 ext/intl/converter/converter.c static inline void php_converter_throw_failure(php_converter_object *objval, UErrorCode error, const char *format, ...) { error 50 ext/intl/converter/converter.c intl_error *err = objval ? &(objval->error) : NULL; error 58 ext/intl/converter/converter.c intl_errors_set(err, error, message, 1); error 63 ext/intl/converter/converter.c static void php_converter_default_callback(zval *return_value, zval *zobj, zend_long reason, zval *error) { error 64 ext/intl/converter/converter.c ZVAL_DEREF(error); error 65 ext/intl/converter/converter.c zval_dtor(error); error 66 ext/intl/converter/converter.c ZVAL_LONG(error, U_ZERO_ERROR); error 82 ext/intl/converter/converter.c ZVAL_LONG(error, U_INVALID_STATE_ERROR); error 100 ext/intl/converter/converter.c ZVAL_LONG(error, uerror); error 115 ext/intl/converter/converter.c ZEND_ARG_INFO(1, error) error 119 ext/intl/converter/converter.c zval *source, *codeUnits, *error; error 122 ext/intl/converter/converter.c &reason, &source, &codeUnits, &error) == FAILURE) { error 126 ext/intl/converter/converter.c php_converter_default_callback(return_value, getThis(), reason, error); error 137 ext/intl/converter/converter.c ZEND_ARG_INFO(1, error) error 141 ext/intl/converter/converter.c zval *source, *codePoint, *error; error 144 ext/intl/converter/converter.c &reason, &source, &codePoint, &error) == FAILURE) { error 148 ext/intl/converter/converter.c php_converter_default_callback(return_value, getThis(), reason, error); error 346 ext/intl/converter/converter.c UErrorCode error = U_ZERO_ERROR; error 356 ext/intl/converter/converter.c NULL, NULL, &error); error 357 ext/intl/converter/converter.c if (U_FAILURE(error)) { error 358 ext/intl/converter/converter.c THROW_UFAILURE(objval, "ucnv_setToUCallBack", error); error 362 ext/intl/converter/converter.c error = U_ZERO_ERROR; error 364 ext/intl/converter/converter.c NULL, NULL, &error); error 365 ext/intl/converter/converter.c if (U_FAILURE(error)) { error 366 ext/intl/converter/converter.c THROW_UFAILURE(objval, "ucnv_setFromUCallBack", error); error 378 ext/intl/converter/converter.c UErrorCode error = U_ZERO_ERROR; error 379 ext/intl/converter/converter.c UConverter *cnv = ucnv_open(enc, &error); error 381 ext/intl/converter/converter.c if (error == U_AMBIGUOUS_ALIAS_WARNING) { error 389 ext/intl/converter/converter.c } else if (U_FAILURE(error)) { error 391 ext/intl/converter/converter.c THROW_UFAILURE(objval, "ucnv_open", error); error 393 ext/intl/converter/converter.c php_error_docref(NULL, E_WARNING, "Error setting encoding: %d - %s", (int)error, u_errorName(error)); error 424 ext/intl/converter/converter.c intl_errors_reset(&objval->error); error 455 ext/intl/converter/converter.c intl_errors_reset(&objval->error); error 461 ext/intl/converter/converter.c name = ucnv_getName(cnv, &objval->error.code); error 462 ext/intl/converter/converter.c if (U_FAILURE(objval->error.code)) { error 463 ext/intl/converter/converter.c THROW_UFAILURE(objval, "ucnv_getName()", objval->error.code); error 495 ext/intl/converter/converter.c intl_errors_reset(&objval->error); error 502 ext/intl/converter/converter.c if (U_FAILURE(objval->error.code)) { error 503 ext/intl/converter/converter.c THROW_UFAILURE(objval, "ucnv_getType", objval->error.code); error 590 ext/intl/converter/converter.c intl_errors_reset(&objval->error); error 593 ext/intl/converter/converter.c UErrorCode error = U_ZERO_ERROR; error 594 ext/intl/converter/converter.c ucnv_setSubstChars(objval->src, chars, chars_len, &error); error 595 ext/intl/converter/converter.c if (U_FAILURE(error)) { error 596 ext/intl/converter/converter.c THROW_UFAILURE(objval, "ucnv_setSubstChars", error); error 605 ext/intl/converter/converter.c UErrorCode error = U_ZERO_ERROR; error 606 ext/intl/converter/converter.c ucnv_setSubstChars(objval->dest, chars, chars_len, &error); error 607 ext/intl/converter/converter.c if (U_FAILURE(error)) { error 608 ext/intl/converter/converter.c THROW_UFAILURE(objval, "ucnv_setSubstChars", error); error 628 ext/intl/converter/converter.c UErrorCode error = U_ZERO_ERROR; error 635 ext/intl/converter/converter.c intl_errors_reset(&objval->error); error 644 ext/intl/converter/converter.c ucnv_getSubstChars(objval->src, chars, &chars_len, &error); error 645 ext/intl/converter/converter.c if (U_FAILURE(error)) { error 646 ext/intl/converter/converter.c THROW_UFAILURE(objval, "ucnv_getSubstChars", error); error 659 ext/intl/converter/converter.c UErrorCode error = U_ZERO_ERROR; error 671 ext/intl/converter/converter.c temp_len = 1 + ucnv_toUChars(src_cnv, NULL, 0, src, src_len, &error); error 672 ext/intl/converter/converter.c if (U_FAILURE(error) && error != U_BUFFER_OVERFLOW_ERROR) { error 673 ext/intl/converter/converter.c THROW_UFAILURE(objval, "ucnv_toUChars", error); error 679 ext/intl/converter/converter.c error = U_ZERO_ERROR; error 680 ext/intl/converter/converter.c temp_len = ucnv_toUChars(src_cnv, temp, temp_len, src, src_len, &error); error 681 ext/intl/converter/converter.c if (U_FAILURE(error)) { error 682 ext/intl/converter/converter.c THROW_UFAILURE(objval, "ucnv_toUChars", error); error 689 ext/intl/converter/converter.c ret_len = ucnv_fromUChars(dest_cnv, NULL, 0, temp, temp_len, &error); error 690 ext/intl/converter/converter.c if (U_FAILURE(error) && error != U_BUFFER_OVERFLOW_ERROR) { error 691 ext/intl/converter/converter.c THROW_UFAILURE(objval, "ucnv_fromUChars", error); error 699 ext/intl/converter/converter.c error = U_ZERO_ERROR; error 700 ext/intl/converter/converter.c ZSTR_LEN(ret) = ucnv_fromUChars(dest_cnv, ZSTR_VAL(ret), ret_len+1, temp, temp_len, &error); error 702 ext/intl/converter/converter.c if (U_FAILURE(error)) { error 703 ext/intl/converter/converter.c THROW_UFAILURE(objval, "ucnv_fromUChars", error); error 760 ext/intl/converter/converter.c intl_errors_reset(&objval->error); error 799 ext/intl/converter/converter.c UErrorCode error = U_ZERO_ERROR; error 804 ext/intl/converter/converter.c if (U_SUCCESS(error) && error 807 ext/intl/converter/converter.c error = U_ZERO_ERROR; error 808 ext/intl/converter/converter.c ucnv_setSubstChars(src_cnv, Z_STRVAL_P(tmpzval), Z_STRLEN_P(tmpzval) & 0x7F, &error); error 810 ext/intl/converter/converter.c if (U_SUCCESS(error) && error 813 ext/intl/converter/converter.c error = U_ZERO_ERROR; error 814 ext/intl/converter/converter.c ucnv_setSubstChars(dest_cnv, Z_STRVAL_P(tmpzval), Z_STRLEN_P(tmpzval) & 0x7F, &error); error 818 ext/intl/converter/converter.c if (U_SUCCESS(error) && error 823 ext/intl/converter/converter.c if (U_FAILURE(error)) { error 824 ext/intl/converter/converter.c THROW_UFAILURE(NULL, "transcode", error); error 852 ext/intl/converter/converter.c RETURN_LONG(intl_error_get_code(&(objval->error))); error 861 ext/intl/converter/converter.c zend_string *message = intl_error_get_message(&(objval->error)); error 906 ext/intl/converter/converter.c UErrorCode error = U_ZERO_ERROR; error 916 ext/intl/converter/converter.c count = ucnv_countAliases(name, &error); error 917 ext/intl/converter/converter.c if (U_FAILURE(error)) { error 918 ext/intl/converter/converter.c THROW_UFAILURE(NULL, "ucnv_countAliases", error); error 926 ext/intl/converter/converter.c error = U_ZERO_ERROR; error 927 ext/intl/converter/converter.c alias = ucnv_getAlias(name, i, &error); error 928 ext/intl/converter/converter.c if (U_FAILURE(error)) { error 929 ext/intl/converter/converter.c THROW_UFAILURE(NULL, "ucnv_getAlias", error); error 954 ext/intl/converter/converter.c UErrorCode error = U_ZERO_ERROR; error 955 ext/intl/converter/converter.c const char *name = ucnv_getStandard(i, &error); error 956 ext/intl/converter/converter.c if (U_FAILURE(error)) { error 957 ext/intl/converter/converter.c THROW_UFAILURE(NULL, "ucnv_getStandard", error); error 1015 ext/intl/converter/converter.c intl_error_reset(&(objval->error)); error 1024 ext/intl/converter/converter.c intl_error_init(&(objval->error)); error 1044 ext/intl/converter/converter.c UErrorCode error = U_ZERO_ERROR; error 1046 ext/intl/converter/converter.c intl_errors_reset(&oldobj->error); error 1048 ext/intl/converter/converter.c objval->src = ucnv_safeClone(oldobj->src, NULL, NULL, &error); error 1049 ext/intl/converter/converter.c if (U_SUCCESS(error)) { error 1050 ext/intl/converter/converter.c error = U_ZERO_ERROR; error 1051 ext/intl/converter/converter.c objval->dest = ucnv_safeClone(oldobj->dest, NULL, NULL, &error); error 1053 ext/intl/converter/converter.c if (U_FAILURE(error)) { error 1055 ext/intl/converter/converter.c THROW_UFAILURE(oldobj, "ucnv_safeClone", error); error 1057 ext/intl/converter/converter.c err_msg = intl_error_get_message(&oldobj->error); error 51 ext/intl/dateformat/dateformat_class.h intl_errors_set(&dfo->datef_data.error, U_ILLEGAL_ARGUMENT_ERROR, "Found unconstructed IntlDateFormatter", 0); \ error 31 ext/intl/dateformat/dateformat_data.c intl_error_reset( &datef_data->error ); error 47 ext/intl/dateformat/dateformat_data.c intl_error_reset( &datef_data->error ); error 27 ext/intl/dateformat/dateformat_data.h intl_error error; error 111 ext/intl/dateformat/dateformat_format.c intl_error *err = &dfo->datef_data.error; error 49 ext/intl/formatter/formatter_class.h intl_errors_set(&nfo->nf_data.error, U_ILLEGAL_ARGUMENT_ERROR, \ error 32 ext/intl/formatter/formatter_data.c intl_error_reset( &nf_data->error ); error 48 ext/intl/formatter/formatter_data.c intl_error_reset( &nf_data->error ); error 28 ext/intl/formatter/formatter_data.h intl_error error; error 112 ext/intl/grapheme/grapheme_util.c #define STRPOS_CHECK_STATUS(status, error) \ error 115 ext/intl/grapheme/grapheme_util.c intl_error_set_custom_msg( NULL, (error), 0 ); \ error 31 ext/intl/intl_data.h intl_error error; error 40 ext/intl/intl_data.h #define INTL_DATA_ERROR(obj) (((intl_object *)(obj))->error) error 176 ext/intl/msgformat/msgformat.c message = intl_error_get_message( &mfo->mf_data.error ); error 50 ext/intl/msgformat/msgformat_class.h intl_errors_set(&mfo->mf_data.error, U_ILLEGAL_ARGUMENT_ERROR, \ error 38 ext/intl/msgformat/msgformat_data.c intl_error_reset( &mf_data->error ); error 65 ext/intl/msgformat/msgformat_data.c intl_error_reset(&mf_data->error); error 28 ext/intl/msgformat/msgformat_data.h intl_error error; error 269 ext/intl/resourcebundle/resourcebundle_class.c intl_errors_set(&rb->error, U_ILLEGAL_ARGUMENT_ERROR, error 28 ext/intl/resourcebundle/resourcebundle_class.h intl_error error; error 45 ext/intl/resourcebundle/resourcebundle_class.h intl_errors_set(&rb->error, U_ILLEGAL_ARGUMENT_ERROR, \ error 85 ext/intl/spoofchecker/spoofchecker_class.c ZEND_ARG_INFO(1, error) error 91 ext/intl/spoofchecker/spoofchecker_class.c ZEND_ARG_INFO(1, error) error 68 ext/intl/timezone/timezone_class.h TimeZone *timezone_process_timezone_argument(zval *zv_timezone, intl_error *error, const char *func); error 237 ext/intl/uchar/uchar.c UErrorCode error = U_ZERO_ERROR; error 247 ext/intl/uchar/uchar.c buffer_len = u_charName(cp, (UCharNameChoice)nameChoice, NULL, 0, &error); error 249 ext/intl/uchar/uchar.c error = U_ZERO_ERROR; error 250 ext/intl/uchar/uchar.c buffer_len = u_charName(cp, (UCharNameChoice)nameChoice, ZSTR_VAL(buffer), ZSTR_LEN(buffer) + 1, &error); error 251 ext/intl/uchar/uchar.c if (U_FAILURE(error)) { error 253 ext/intl/uchar/uchar.c INTL_CHECK_STATUS(error, "Failure getting character name"); error 269 ext/intl/uchar/uchar.c UErrorCode error = U_ZERO_ERROR; error 275 ext/intl/uchar/uchar.c ret = u_charFromName((UCharNameChoice)nameChoice, name, &error); error 276 ext/intl/uchar/uchar.c INTL_CHECK_STATUS(error, NULL); error 323 ext/intl/uchar/uchar.c UErrorCode error = U_ZERO_ERROR; error 331 ext/intl/uchar/uchar.c u_enumCharNames(start, limit, (UEnumCharNamesFn*)enumCharNames_callback, &context, nameChoice, &error); error 332 ext/intl/uchar/uchar.c INTL_CHECK_STATUS(error, NULL); error 539 ext/intl/uchar/uchar.c UErrorCode error = U_ZERO_ERROR; error 546 ext/intl/uchar/uchar.c closure_len = u_getFC_NFKC_Closure(cp, NULL, 0, &error); error 551 ext/intl/uchar/uchar.c error = U_ZERO_ERROR; error 552 ext/intl/uchar/uchar.c closure_len = u_getFC_NFKC_Closure(cp, closure, closure_len, &error); error 553 ext/intl/uchar/uchar.c if (U_FAILURE(error)) { error 555 ext/intl/uchar/uchar.c INTL_CHECK_STATUS(error, "Failed getting closure"); error 558 ext/intl/uchar/uchar.c error = U_ZERO_ERROR; error 559 ext/intl/uchar/uchar.c u8str = intl_convert_utf16_to_utf8(closure, closure_len, &error); error 561 ext/intl/uchar/uchar.c INTL_CHECK_STATUS(error, "Failed converting output to UTF8"); error 2321 ext/ldap/ldap.c char error=0; error 2333 ext/ldap/ldap.c error = 1; error 2338 ext/ldap/ldap.c error = 1; error 2362 ext/ldap/ldap.c if (!error) { error 2363 ext/ldap/ldap.c error = ldap_set_option(ldap, option, ctrls); error 2371 ext/ldap/ldap.c if (error) { error 473 ext/libxml/libxml.c static int _php_libxml_free_error(xmlErrorPtr error) error 476 ext/libxml/libxml.c xmlResetError(error); error 480 ext/libxml/libxml.c static void _php_list_set_error_structure(xmlErrorPtr error, const char *msg) error 488 ext/libxml/libxml.c if (error) { error 489 ext/libxml/libxml.c ret = xmlCopyError(error, &error_copy); error 731 ext/libxml/libxml.c PHP_LIBXML_API void php_libxml_structured_error_handler(void *userData, xmlErrorPtr error) error 733 ext/libxml/libxml.c _php_list_set_error_structure(error, NULL); error 1010 ext/libxml/libxml.c xmlErrorPtr error; error 1012 ext/libxml/libxml.c error = xmlGetLastError(); error 1014 ext/libxml/libxml.c if (error) { error 1016 ext/libxml/libxml.c add_property_long(return_value, "level", error->level); error 1017 ext/libxml/libxml.c add_property_long(return_value, "code", error->code); error 1018 ext/libxml/libxml.c add_property_long(return_value, "column", error->int2); error 1019 ext/libxml/libxml.c if (error->message) { error 1020 ext/libxml/libxml.c add_property_string(return_value, "message", error->message); error 1024 ext/libxml/libxml.c if (error->file) { error 1025 ext/libxml/libxml.c add_property_string(return_value, "file", error->file); error 1029 ext/libxml/libxml.c add_property_long(return_value, "line", error->line); error 1041 ext/libxml/libxml.c xmlErrorPtr error; error 1049 ext/libxml/libxml.c error = zend_llist_get_first(LIBXML(error_list)); error 1051 ext/libxml/libxml.c while (error != NULL) { error 1055 ext/libxml/libxml.c add_property_long_ex(&z_error, "level", sizeof("level") - 1, error->level); error 1056 ext/libxml/libxml.c add_property_long_ex(&z_error, "code", sizeof("code") - 1, error->code); error 1057 ext/libxml/libxml.c add_property_long_ex(&z_error, "column", sizeof("column") - 1, error->int2 ); error 1058 ext/libxml/libxml.c if (error->message) { error 1059 ext/libxml/libxml.c add_property_string_ex(&z_error, "message", sizeof("message") - 1, error->message); error 1063 ext/libxml/libxml.c if (error->file) { error 1064 ext/libxml/libxml.c add_property_string_ex(&z_error, "file", sizeof("file") - 1, error->file); error 1068 ext/libxml/libxml.c add_property_long_ex(&z_error, "line", sizeof("line") - 1, error->line); error 1071 ext/libxml/libxml.c error = zend_llist_get_next(LIBXML(error_list)); error 5435 ext/mbstring/oniguruma/regcomp.c if (IS_NOT_NULL(scan_env.error)) { error 5438 ext/mbstring/oniguruma/regcomp.c einfo->par = scan_env.error; error 932 ext/mbstring/oniguruma/regparse.c env->error = (UChar* )NULL; error 5552 ext/mbstring/oniguruma/regparse.c env->error = arg; error 289 ext/mbstring/oniguruma/regparse.h UChar* error; error 1074 ext/mysqli/mysqli_api.c if (ret == MYSQL_DATA_TRUNCATED && *(stmt->stmt->bind[i].error) != 0) { error 73 ext/mysqli/mysqli_fe.c ZEND_ARG_ARRAY_INFO(1, error, 1) error 435 ext/mysqli/mysqli_nonapi.c add_assoc_string_ex(&single_error, "error", sizeof("error") - 1, message->error); error 476 ext/mysqli/mysqli_nonapi.c add_assoc_string_ex(&single_error, "error", sizeof("error") - 1, message->error); error 77 ext/mysqli/mysqli_priv.h extern void php_mysqli_report_error(const char *sqlstate, int errorno, const char *error); error 203 ext/mysqli/mysqli_prop.c add_assoc_string_ex(&single_error, "error", sizeof("error") - 1, message->error); error 389 ext/mysqli/mysqli_prop.c add_assoc_string_ex(&single_error, "error", sizeof("error") - 1, message->error); error 50 ext/mysqli/mysqli_report.c void php_mysqli_report_error(const char *sqlstate, int errorno, const char *error) error 52 ext/mysqli/mysqli_report.c php_mysqli_throw_sql_exception((char *)sqlstate, errorno, "%s", error); error 240 ext/mysqlnd/mysqlnd.c SET_CLIENT_ERROR(*conn->error_info, ok_response->error_no, ok_response->sqlstate, ok_response->error); error 286 ext/mysqlnd/mysqlnd.c SET_CLIENT_ERROR(*conn->error_info, ok_response->error_no, ok_response->sqlstate, ok_response->error); error 817 ext/mysqlnd/mysqlnd.c DBG_ERR_FMT("errorno=%u error=%s", greet_packet->error_no, greet_packet->error); error 818 ext/mysqlnd/mysqlnd.c SET_CLIENT_ERROR(*conn->error_info, greet_packet->error_no, greet_packet->sqlstate, greet_packet->error); error 1099 ext/mysqlnd/mysqlnd.c DBG_ERR_FMT("[%u] %.128s (trying to connect via %s)", conn->error_info->error_no, conn->error_info->error, conn->scheme); error 1101 ext/mysqlnd/mysqlnd.c SET_CLIENT_ERROR(*conn->error_info, CR_CONNECTION_ERROR, UNKNOWN_SQLSTATE, conn->error_info->error? conn->error_info->error:"Unknown error"); error 1103 ext/mysqlnd/mysqlnd.c conn->error_info->error_no, conn->error_info->error, conn->scheme); error 1588 ext/mysqlnd/mysqlnd.c MYSQLND_METHOD(mysqlnd_conn_data, error)(const MYSQLND_CONN_DATA * const conn) error 1590 ext/mysqlnd/mysqlnd.c return conn->error_info->error; error 2196 ext/mysqlnd/mysqlnd.c DBG_INF_FMT("Error from the server : (%u) %s", conn->error_info->error_no, conn->error_info->error); error 3017 ext/mysqlnd/mysqlnd.c MYSQLND_METHOD(mysqlnd_conn_data, error), error 135 ext/mysqlnd/mysqlnd_auth.c DBG_ERR_FMT("ERROR:%u [SQLSTATE:%s] %s", auth_resp_packet->error_no, auth_resp_packet->sqlstate, auth_resp_packet->error); error 137 ext/mysqlnd/mysqlnd_auth.c SET_CLIENT_ERROR(*conn->error_info, auth_resp_packet->error_no, UNKNOWN_SQLSTATE, auth_resp_packet->error); error 104 ext/mysqlnd/mysqlnd_driver.c if (element->error) { error 105 ext/mysqlnd/mysqlnd_driver.c mnd_pefree(element->error, TRUE); error 174 ext/mysqlnd/mysqlnd_loaddata.c char tmp_buf[sizeof(conn->error_info->error)]; error 202 ext/mysqlnd/mysqlnd_loaddata.c char tmp_buf[sizeof(conn->error_info->error)]; error 430 ext/mysqlnd/mysqlnd_net.c int error = net->data->m.decode(decompressed_data, decompressed_size, error 432 ext/mysqlnd/mysqlnd_net.c if (error == Z_OK) { error 614 ext/mysqlnd/mysqlnd_net.c int error; error 617 ext/mysqlnd/mysqlnd_net.c error = uncompress(uncompressed_data, &tmp_complen, compressed_data, compressed_data_len); error 620 ext/mysqlnd/mysqlnd_net.c if (error != Z_OK) { error 621 ext/mysqlnd/mysqlnd_net.c DBG_INF_FMT("decompression NOT successful. error=%d Z_OK=%d Z_BUF_ERROR=%d Z_MEM_ERROR=%d", error, Z_OK, Z_BUF_ERROR, Z_MEM_ERROR); error 623 ext/mysqlnd/mysqlnd_net.c DBG_RETURN(error == Z_OK? PASS:FAIL); error 638 ext/mysqlnd/mysqlnd_net.c int error; error 641 ext/mysqlnd/mysqlnd_net.c error = compress(compress_buffer, &tmp_complen, uncompressed_data, uncompressed_data_len); error 643 ext/mysqlnd/mysqlnd_net.c if (error != Z_OK) { error 644 ext/mysqlnd/mysqlnd_net.c DBG_INF_FMT("compression NOT successful. error=%d Z_OK=%d Z_BUF_ERROR=%d Z_MEM_ERROR=%d", error, Z_OK, Z_BUF_ERROR, Z_MEM_ERROR); error 650 ext/mysqlnd/mysqlnd_net.c DBG_RETURN(error == Z_OK? PASS:FAIL); error 95 ext/mysqlnd/mysqlnd_priv.h (error_info).error[0] = '\0'; \ error 110 ext/mysqlnd/mysqlnd_priv.h strlcpy((error_info).error, (c), sizeof((error_info).error)); \ error 116 ext/mysqlnd/mysqlnd_priv.h error_for_the_list.error = mnd_pestrdup((c), TRUE); \ error 117 ext/mysqlnd/mysqlnd_priv.h if (error_for_the_list.error) { \ error 118 ext/mysqlnd/mysqlnd_priv.h DBG_INF_FMT("adding error [%s] to the list", error_for_the_list.error); \ error 128 ext/mysqlnd/mysqlnd_priv.h SET_CLIENT_ERROR((error_info_to), (error_info_from).error_no, (error_info_from).sqlstate, (error_info_from).error); \ error 1773 ext/mysqlnd/mysqlnd_ps.c MYSQLND_METHOD(mysqlnd_stmt, error)(const MYSQLND_STMT * const s) error 1776 ext/mysqlnd/mysqlnd_ps.c return stmt? stmt->error_info->error : 0; error 2355 ext/mysqlnd/mysqlnd_ps.c MYSQLND_METHOD(mysqlnd_stmt, error), error 445 ext/mysqlnd/mysqlnd_result.c DBG_ERR_FMT("error=%s", rset_header->error_info.error); error 767 ext/mysqlnd/mysqlnd_result.c DBG_ERR_FMT("errorno=%u error=%s", row_packet->error_info.error_no, row_packet->error_info.error); error 893 ext/mysqlnd/mysqlnd_result.c DBG_ERR_FMT("errorno=%u error=%s", row_packet->error_info.error_no, row_packet->error_info.error); error 112 ext/mysqlnd/mysqlnd_structs.h char error[MYSQLND_ERRMSG_SIZE+1]; error 121 ext/mysqlnd/mysqlnd_structs.h char * error; error 235 ext/mysqlnd/mysqlnd_wireprotocol.c char *error, int error_buf_len, error 264 ext/mysqlnd/mysqlnd_wireprotocol.c memcpy(error, p, error_msg_len); error 269 ext/mysqlnd/mysqlnd_wireprotocol.c error[error_msg_len]= '\0'; error 351 ext/mysqlnd/mysqlnd_wireprotocol.c packet->error, sizeof(packet->error), error 709 ext/mysqlnd/mysqlnd_wireprotocol.c packet->error, sizeof(packet->error), error 864 ext/mysqlnd/mysqlnd_wireprotocol.c packet->error, sizeof(packet->error), error 954 ext/mysqlnd/mysqlnd_wireprotocol.c packet->error, sizeof(packet->error), error 1107 ext/mysqlnd/mysqlnd_wireprotocol.c packet->error_info.error, sizeof(packet->error_info.error), error 1249 ext/mysqlnd/mysqlnd_wireprotocol.c packet->error_info.error, sizeof(packet->error_info.error), error 1252 ext/mysqlnd/mysqlnd_wireprotocol.c DBG_ERR_FMT("Server error : (%u) %s", packet->error_info.error_no, packet->error_info.error); error 1826 ext/mysqlnd/mysqlnd_wireprotocol.c packet->error_info.error, error 1827 ext/mysqlnd/mysqlnd_wireprotocol.c sizeof(packet->error_info.error), error 1972 ext/mysqlnd/mysqlnd_wireprotocol.c packet->error_info.error, error 1973 ext/mysqlnd/mysqlnd_wireprotocol.c sizeof(packet->error_info.error), error 2069 ext/mysqlnd/mysqlnd_wireprotocol.c packet->error_info.error, error 2070 ext/mysqlnd/mysqlnd_wireprotocol.c sizeof(packet->error_info.error), error 83 ext/mysqlnd/mysqlnd_wireprotocol.h char error[MYSQLND_ERRMSG_SIZE+1]; error 120 ext/mysqlnd/mysqlnd_wireprotocol.h char error[MYSQLND_ERRMSG_SIZE+1]; error 150 ext/mysqlnd/mysqlnd_wireprotocol.h char error[MYSQLND_ERRMSG_SIZE+1]; error 172 ext/mysqlnd/mysqlnd_wireprotocol.h char error[MYSQLND_ERRMSG_SIZE+1]; error 873 ext/odbc/php_odbc.c SQLINTEGER error; /* Not used */ error 893 ext/odbc/php_odbc.c rc = SQLError(henv, conn, stmt, state, &error, errormsg, sizeof(errormsg)-1, &errormsgsize); error 1530 ext/odbc/php_odbc.c SQLINTEGER error; /* Not used */ error 1535 ext/odbc/php_odbc.c result->stmt, state, &error, errormsg, error 101 ext/opcache/zend_shared_alloc.c static void no_memory_bailout(size_t allocate_size, char *error) error 103 ext/opcache/zend_shared_alloc.c zend_accel_error(ACCEL_LOG_FATAL, "Unable to allocate shared memory segment of %ld bytes: %s: %s (%d)", allocate_size, error?error:"unknown", strerror(errno), errno ); error 1285 ext/pcntl/pcntl.c zend_long error; error 1287 ext/pcntl/pcntl.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "l", &error) == FAILURE) { error 1291 ext/pcntl/pcntl.c RETURN_STRING(strerror(error)); error 5929 ext/pcre/pcrelib/pcre_jit_compile.c #define PUSH_BACKTRACK(size, ccstart, error) \ error 5934 ext/pcre/pcrelib/pcre_jit_compile.c return error; \ error 49 ext/pcre/pcrelib/pcredemo.c const char *error; error 102 ext/pcre/pcrelib/pcredemo.c &error, /* for error message */ error 110 ext/pcre/pcrelib/pcredemo.c printf("PCRE compilation failed at offset %d: %s\n", erroffset, error); error 31 ext/pcre/pcrelib/sljit/sljitLir.c if (SLJIT_UNLIKELY(compiler->error)) \ error 32 ext/pcre/pcrelib/sljit/sljitLir.c return compiler->error; \ error 37 ext/pcre/pcrelib/sljit/sljitLir.c if (SLJIT_UNLIKELY(compiler->error)) \ error 44 ext/pcre/pcrelib/sljit/sljitLir.c return compiler->error; \ error 56 ext/pcre/pcrelib/sljit/sljitLir.c compiler->error = SLJIT_ERR_ALLOC_FAILED; \ error 64 ext/pcre/pcrelib/sljit/sljitLir.c compiler->error = SLJIT_ERR_ALLOC_FAILED; \ error 72 ext/pcre/pcrelib/sljit/sljitLir.c compiler->error = SLJIT_ERR_EX_ALLOC_FAILED; \ error 266 ext/pcre/pcrelib/sljit/sljitLir.c compiler->error = SLJIT_ERR_BAD_ARGUMENT; \ error 274 ext/pcre/pcrelib/sljit/sljitLir.c compiler->error = SLJIT_ERR_BAD_ARGUMENT; \ error 350 ext/pcre/pcrelib/sljit/sljitLir.c compiler->error = SLJIT_SUCCESS; error 440 ext/pcre/pcrelib/sljit/sljitLir.c if (compiler->error == SLJIT_SUCCESS) error 441 ext/pcre/pcrelib/sljit/sljitLir.c compiler->error = SLJIT_ERR_ALLOC_FAILED; error 300 ext/pcre/pcrelib/sljit/sljitLir.h sljit_si error; error 430 ext/pcre/pcrelib/sljit/sljitLir.h static SLJIT_INLINE sljit_si sljit_get_compiler_error(struct sljit_compiler *compiler) { return compiler->error; } error 630 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c compiler->error = SLJIT_ERR_ALLOC_FAILED; error 720 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c compiler->error = SLJIT_ERR_ALLOC_FAILED; error 794 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c compiler->error = SLJIT_ERR_COMPILED; error 1589 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c return compiler->error; error 1598 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c return compiler->error; error 1688 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c FAIL_IF(compiler->error); error 1733 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c FAIL_IF(compiler->error); error 2071 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c FAIL_IF(compiler->error); error 2079 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c FAIL_IF(compiler->error); error 2294 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c return compiler->error; error 2312 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c FAIL_IF(compiler->error); error 310 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c compiler->error = SLJIT_ERR_COMPILED; error 951 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c FAIL_IF(compiler->error); error 996 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c FAIL_IF(compiler->error); error 1015 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c FAIL_IF(compiler->error); error 1023 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c FAIL_IF(compiler->error); error 1046 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c return compiler->error; error 1055 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c return compiler->error; error 1376 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c FAIL_IF(compiler->error); error 1387 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c return compiler->error; error 1406 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c FAIL_IF(compiler->error); error 1423 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c return compiler->error; error 1462 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c FAIL_IF(compiler->error); error 1468 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c FAIL_IF(compiler->error); error 1507 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c return compiler->error; error 1587 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c FAIL_IF(compiler->error); error 416 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c compiler->error = SLJIT_ERR_COMPILED; error 1035 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c FAIL_IF(compiler->error); error 1070 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c FAIL_IF(compiler->error); error 1081 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c FAIL_IF(compiler->error); error 1089 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c FAIL_IF(compiler->error); error 1113 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c return compiler->error; error 1122 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c return compiler->error; error 1396 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c FAIL_IF(compiler->error); error 1407 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c return compiler->error; error 1425 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c FAIL_IF(compiler->error); error 1440 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c return compiler->error; error 1471 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c FAIL_IF(compiler->error); error 1477 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c FAIL_IF(compiler->error); error 1519 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c return compiler->error; error 1596 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c FAIL_IF(compiler->error); error 1604 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c FAIL_IF(compiler->error); error 1808 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c return compiler->error; error 1826 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c FAIL_IF(compiler->error); error 478 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c compiler->error = SLJIT_ERR_COMPILED; error 884 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c return compiler->error; error 893 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c return compiler->error; error 969 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c FAIL_IF(compiler->error); error 997 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c FAIL_IF(compiler->error); error 1024 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c return compiler->error; error 1473 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c FAIL_IF(compiler->error); error 1483 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c FAIL_IF(compiler->error); error 490 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c compiler->error = SLJIT_ERR_COMPILED; error 1113 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c return compiler->error; error 1171 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c FAIL_IF(compiler->error); error 1189 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c FAIL_IF(compiler->error); error 1947 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c FAIL_IF(compiler->error); error 1955 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c FAIL_IF(compiler->error); error 376 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c compiler->error = SLJIT_ERR_COMPILED; error 619 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c return compiler->error; error 628 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c return compiler->error; error 698 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c FAIL_IF(compiler->error); error 726 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c FAIL_IF(compiler->error); error 753 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c return compiler->error; error 1110 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c FAIL_IF(compiler->error); error 1120 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c FAIL_IF(compiler->error); error 1114 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c compiler->error = SLJIT_ERR_COMPILED; error 1536 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c return compiler->error; error 1546 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c return compiler->error; error 2026 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c FAIL_IF(compiler->error); error 2051 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c FAIL_IF(compiler->error); error 2076 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c return compiler->error; error 559 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c compiler->error = SLJIT_ERR_COMPILED; error 2158 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c return compiler->error; error 2178 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c return compiler->error; error 2867 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c return compiler->error; error 276 ext/pcre/php_pcre.c const char *error; error 435 ext/pcre/php_pcre.c &error, error 440 ext/pcre/php_pcre.c php_error_docref(NULL,E_WARNING, "Compilation failed: %s at offset %d", error, erroffset); error 459 ext/pcre/php_pcre.c extra = pcre_study(re, soptions, &error); error 465 ext/pcre/php_pcre.c if (error != NULL) { error 1303 ext/pdo/pdo_stmt.c int error = 0, old_arg_count; error 1330 ext/pdo/pdo_stmt.c if (class_name && !error) { error 1335 ext/pdo/pdo_stmt.c error = 1; error 1337 ext/pdo/pdo_stmt.c } else if (!error) { error 1341 ext/pdo/pdo_stmt.c if (!error && !do_fetch(stmt, TRUE, return_value, how, ori, off, 0)) { error 1342 ext/pdo/pdo_stmt.c error = 1; error 1344 ext/pdo/pdo_stmt.c if (error) { error 1352 ext/pdo/pdo_stmt.c if (error) { error 1389 ext/pdo/pdo_stmt.c int error = 0, flags, old_arg_count; error 1416 ext/pdo/pdo_stmt.c error = 1; error 1431 ext/pdo/pdo_stmt.c error = 1; error 1437 ext/pdo/pdo_stmt.c error = 1; error 1442 ext/pdo/pdo_stmt.c if (!error) { error 1452 ext/pdo/pdo_stmt.c error = 1; error 1458 ext/pdo/pdo_stmt.c error = 1; error 1476 ext/pdo/pdo_stmt.c error = 1; error 1483 ext/pdo/pdo_stmt.c error = 1; error 1494 ext/pdo/pdo_stmt.c if (!error) { error 1505 ext/pdo/pdo_stmt.c error = 2; error 1508 ext/pdo/pdo_stmt.c if (!error) { error 1527 ext/pdo/pdo_stmt.c if (error) { error 1529 ext/pdo/pdo_stmt.c if (error != 2) { error 790 ext/pgsql/pgsql.c #define PQescapeStringConn(conn, to, from, len, error) PQescapeString(to, from, len) error 308 ext/phar/dirstream.c char *internal_file, *error; error 342 ext/phar/dirstream.c if (FAILURE == phar_get_archive(&phar, resource->host, host_len, NULL, 0, &error)) { error 343 ext/phar/dirstream.c if (error) { error 344 ext/phar/dirstream.c php_stream_wrapper_log_error(wrapper, options, "%s", error); error 345 ext/phar/dirstream.c efree(error); error 353 ext/phar/dirstream.c if (error) { error 354 ext/phar/dirstream.c efree(error); error 416 ext/phar/dirstream.c char *error, *arch, *entry2; error 458 ext/phar/dirstream.c if (FAILURE == phar_get_archive(&phar, resource->host, host_len, NULL, 0, &error)) { error 459 ext/phar/dirstream.c php_stream_wrapper_log_error(wrapper, options, "phar error: cannot create directory \"%s\" in phar \"%s\", error retrieving phar information: %s", resource->path+1, resource->host, error); error 460 ext/phar/dirstream.c efree(error); error 465 ext/phar/dirstream.c if ((e = phar_get_entry_info_dir(phar, resource->path + 1, strlen(resource->path + 1), 2, &error, 1))) { error 476 ext/phar/dirstream.c if (error) { error 477 ext/phar/dirstream.c php_stream_wrapper_log_error(wrapper, options, "phar error: cannot create directory \"%s\" in phar \"%s\", %s", resource->path+1, resource->host, error); error 478 ext/phar/dirstream.c efree(error); error 483 ext/phar/dirstream.c if (phar_get_entry_info_dir(phar, resource->path + 1, strlen(resource->path + 1), 0, &error, 1)) { error 490 ext/phar/dirstream.c if (error) { error 491 ext/phar/dirstream.c php_stream_wrapper_log_error(wrapper, options, "phar error: cannot create directory \"%s\" in phar \"%s\", %s", resource->path+1, resource->host, error); error 492 ext/phar/dirstream.c efree(error); error 522 ext/phar/dirstream.c efree(error); error 527 ext/phar/dirstream.c phar_flush(phar, 0, 0, 0, &error); error 529 ext/phar/dirstream.c if (error) { error 530 ext/phar/dirstream.c php_stream_wrapper_log_error(wrapper, options, "phar error: cannot create directory \"%s\" in phar \"%s\", %s", entry.filename, phar->fname, error); error 532 ext/phar/dirstream.c efree(error); error 548 ext/phar/dirstream.c char *error, *arch, *entry2; error 593 ext/phar/dirstream.c if (FAILURE == phar_get_archive(&phar, resource->host, host_len, NULL, 0, &error)) { error 594 ext/phar/dirstream.c php_stream_wrapper_log_error(wrapper, options, "phar error: cannot remove directory \"%s\" in phar \"%s\", error retrieving phar information: %s", resource->path+1, resource->host, error); error 595 ext/phar/dirstream.c efree(error); error 602 ext/phar/dirstream.c if (!(entry = phar_get_entry_info_dir(phar, resource->path + 1, path_len, 2, &error, 1))) { error 603 ext/phar/dirstream.c if (error) { error 604 ext/phar/dirstream.c php_stream_wrapper_log_error(wrapper, options, "phar error: cannot remove directory \"%s\" in phar \"%s\", %s", resource->path+1, resource->host, error); error 605 ext/phar/dirstream.c efree(error); error 656 ext/phar/dirstream.c phar_flush(phar, 0, 0, 0, &error); error 658 ext/phar/dirstream.c if (error) { error 659 ext/phar/dirstream.c php_stream_wrapper_log_error(wrapper, options, "phar error: cannot remove directory \"%s\" in phar \"%s\", %s", entry->filename, phar->fname, error); error 661 ext/phar/dirstream.c efree(error); error 460 ext/phar/phar.c void phar_entry_remove(phar_entry_data *idata, char **error) /* {{{ */ error 479 ext/phar/phar.c phar_flush(phar, 0, 0, 0, error); error 488 ext/phar/phar.c if (error) {\ error 489 ext/phar/phar.c spprintf(error, 0, msg, fname);\ error 532 ext/phar/phar.c int phar_open_parsed_phar(char *fname, int fname_len, char *alias, int alias_len, int is_data, int options, phar_archive_data** pphar, char **error) /* {{{ */ error 539 ext/phar/phar.c if (error) { error 540 ext/phar/phar.c *error = NULL; error 546 ext/phar/phar.c if (SUCCESS == phar_get_archive(&phar, unixfname, fname_len, alias, alias_len, error) error 553 ext/phar/phar.c if (SUCCESS == phar_get_archive(&phar, fname, fname_len, alias, alias_len, error) error 569 ext/phar/phar.c if (error) { error 570 ext/phar/phar.c spprintf(error, 0, "'%s' is not a phar archive. Use PharData::__construct() for a standard zip or tar archive", fname); error 590 ext/phar/phar.c if (phar && error && !(options & REPORT_ERRORS)) { error 591 ext/phar/phar.c efree(error); error 652 ext/phar/phar.c static int phar_parse_pharfile(php_stream *fp, char *fname, int fname_len, char *alias, int alias_len, zend_long halt_offset, phar_archive_data** pphar, php_uint32 compression, char **error) /* {{{ */ error 668 ext/phar/phar.c if (error) { error 669 ext/phar/phar.c *error = NULL; error 745 ext/phar/phar.c if (error) { error 746 ext/phar/phar.c spprintf(error, 0, "phar \"%s\" is API version %1.u.%1.u.%1.u, and cannot be processed", fname, manifest_ver >> 12, (manifest_ver >> 8) & 0xF, (manifest_ver >> 4) & 0x0F); error 771 ext/phar/phar.c if (error) { error 772 ext/phar/phar.c spprintf(error, 0, "phar \"%s\" has a broken signature", fname); error 790 ext/phar/phar.c if (error) { error 791 ext/phar/phar.c spprintf(error, 0, "phar \"%s\" openssl signature length could not be read", fname); error 808 ext/phar/phar.c if (error) { error 809 ext/phar/phar.c spprintf(error, 0, "phar \"%s\" openssl signature could not be read", fname); error 814 ext/phar/phar.c if (FAILURE == phar_verify_signature(fp, end_of_phar, PHAR_SIG_OPENSSL, sig, signature_len, fname, &signature, &sig_len, error)) { error 818 ext/phar/phar.c if (error) { error 819 ext/phar/phar.c char *save = *error; error 820 ext/phar/phar.c spprintf(error, 0, "phar \"%s\" openssl signature could not be verified: %s", fname, *error); error 838 ext/phar/phar.c if (error) { error 839 ext/phar/phar.c spprintf(error, 0, "phar \"%s\" has a broken signature", fname); error 844 ext/phar/phar.c if (FAILURE == phar_verify_signature(fp, read_len, PHAR_SIG_SHA512, (char *)digest, 64, fname, &signature, &sig_len, error)) { error 847 ext/phar/phar.c if (error) { error 848 ext/phar/phar.c char *save = *error; error 849 ext/phar/phar.c spprintf(error, 0, "phar \"%s\" SHA512 signature could not be verified: %s", fname, *error); error 865 ext/phar/phar.c if (error) { error 866 ext/phar/phar.c spprintf(error, 0, "phar \"%s\" has a broken signature", fname); error 871 ext/phar/phar.c if (FAILURE == phar_verify_signature(fp, read_len, PHAR_SIG_SHA256, (char *)digest, 32, fname, &signature, &sig_len, error)) { error 874 ext/phar/phar.c if (error) { error 875 ext/phar/phar.c char *save = *error; error 876 ext/phar/phar.c spprintf(error, 0, "phar \"%s\" SHA256 signature could not be verified: %s", fname, *error); error 889 ext/phar/phar.c if (error) { error 890 ext/phar/phar.c spprintf(error, 0, "phar \"%s\" has a unsupported signature", fname); error 903 ext/phar/phar.c if (error) { error 904 ext/phar/phar.c spprintf(error, 0, "phar \"%s\" has a broken signature", fname); error 909 ext/phar/phar.c if (FAILURE == phar_verify_signature(fp, read_len, PHAR_SIG_SHA1, (char *)digest, 20, fname, &signature, &sig_len, error)) { error 912 ext/phar/phar.c if (error) { error 913 ext/phar/phar.c char *save = *error; error 914 ext/phar/phar.c spprintf(error, 0, "phar \"%s\" SHA1 signature could not be verified: %s", fname, *error); error 930 ext/phar/phar.c if (error) { error 931 ext/phar/phar.c spprintf(error, 0, "phar \"%s\" has a broken signature", fname); error 936 ext/phar/phar.c if (FAILURE == phar_verify_signature(fp, read_len, PHAR_SIG_MD5, (char *)digest, 16, fname, &signature, &sig_len, error)) { error 939 ext/phar/phar.c if (error) { error 940 ext/phar/phar.c char *save = *error; error 941 ext/phar/phar.c spprintf(error, 0, "phar \"%s\" MD5 signature could not be verified: %s", fname, *error); error 952 ext/phar/phar.c if (error) { error 953 ext/phar/phar.c spprintf(error, 0, "phar \"%s\" has a broken or unsupported signature", fname); error 961 ext/phar/phar.c if (error) { error 962 ext/phar/phar.c spprintf(error, 0, "phar \"%s\" does not have a signature", fname); error 993 ext/phar/phar.c if (error) { error 994 ext/phar/phar.c spprintf(error, 0, "cannot load phar \"%s\" with implicit alias \"%s\" under different alias \"%s\"", fname, buffer, alias); error 1242 ext/phar/phar.c int phar_open_or_create_filename(char *fname, int fname_len, char *alias, int alias_len, int is_data, int options, phar_archive_data** pphar, char **error) /* {{{ */ error 1251 ext/phar/phar.c if (error) { error 1252 ext/phar/phar.c *error = NULL; error 1262 ext/phar/phar.c if (error) { error 1264 ext/phar/phar.c spprintf(error, 0, "Cannot create a phar archive from a URL like \"%s\". Phar objects can only be created from local files", fname); error 1266 ext/phar/phar.c spprintf(error, 0, "Cannot create phar '%s', file extension (or combination) not recognised or the directory does not exist", fname); error 1278 ext/phar/phar.c if (error) { error 1279 ext/phar/phar.c spprintf(error, 0, "Cannot open '%s' as a PharData object. Use Phar::__construct() for executable archives", fname); error 1287 ext/phar/phar.c spprintf(error, 0, "'%s' is not a phar archive. Use PharData::__construct() for a standard zip or tar archive", fname); error 1297 ext/phar/phar.c if (error) { error 1298 ext/phar/phar.c *error = my_error; error 1307 ext/phar/phar.c return phar_open_or_create_zip(fname, fname_len, alias, alias_len, is_data, options, pphar, error); error 1312 ext/phar/phar.c return phar_open_or_create_tar(fname, fname_len, alias, alias_len, is_data, options, pphar, error); error 1315 ext/phar/phar.c return phar_create_or_parse_filename(fname, fname_len, alias, alias_len, is_data, options, pphar, error); error 1319 ext/phar/phar.c int phar_create_or_parse_filename(char *fname, int fname_len, char *alias, int alias_len, int is_data, int options, phar_archive_data** pphar, char **error) /* {{{ */ error 1347 ext/phar/phar.c if (phar_open_from_fp(fp, fname, fname_len, alias, alias_len, options, pphar, is_data, error) == SUCCESS) { error 1370 ext/phar/phar.c if (error) { error 1371 ext/phar/phar.c spprintf(error, 0, "creating archive \"%s\" disabled by the php.ini setting phar.readonly", fname); error 1427 ext/phar/phar.c if (error) { error 1428 ext/phar/phar.c spprintf(error, 4096, "phar error: phar \"%s\" cannot set alias \"%s\", already in use by another phar archive", mydata->fname, alias); error 1448 ext/phar/phar.c if (error) { error 1449 ext/phar/phar.c spprintf(error, 0, "archive \"%s\" cannot be associated with alias \"%s\", already in use", fname, alias); error 1474 ext/phar/phar.c int phar_open_from_filename(char *fname, int fname_len, char *alias, int alias_len, int options, phar_archive_data** pphar, char **error) /* {{{ */ error 1480 ext/phar/phar.c if (error) { error 1481 ext/phar/phar.c *error = NULL; error 1488 ext/phar/phar.c if (phar_open_parsed_phar(fname, fname_len, alias, alias_len, is_data, options, pphar, error) == SUCCESS) { error 1490 ext/phar/phar.c } else if (error && *error) { error 1506 ext/phar/phar.c if (error) { error 1507 ext/phar/phar.c spprintf(error, 0, "unable to open phar for reading \"%s\"", fname); error 1521 ext/phar/phar.c ret = phar_open_from_fp(fp, fname, fname_len, alias, alias_len, options, pphar, is_data, error); error 1565 ext/phar/phar.c static int phar_open_from_fp(php_stream* fp, char *fname, int fname_len, char *alias, int alias_len, int options, phar_archive_data** pphar, int is_data, char **error) /* {{{ */ error 1580 ext/phar/phar.c if (error) { error 1581 ext/phar/phar.c *error = NULL; error 1704 ext/phar/phar.c return phar_parse_zipfile(fp, fname, fname_len, alias, alias_len, pphar, error); error 1710 ext/phar/phar.c return phar_parse_tarfile(fp, fname, fname_len, alias, alias_len, pphar, is_data, compression, error); error 1717 ext/phar/phar.c return phar_parse_pharfile(fp, fname, fname_len, alias, alias_len, halt_offset, pphar, compression, error); error 2266 ext/phar/phar.c int phar_open_executed_filename(char *alias, int alias_len, char **error) /* {{{ */ error 2274 ext/phar/phar.c if (error) { error 2275 ext/phar/phar.c *error = NULL; error 2286 ext/phar/phar.c if (error) { error 2287 ext/phar/phar.c spprintf(error, 0, "cannot initialize a phar outside of PHP execution"); error 2293 ext/phar/phar.c if (error) { error 2294 ext/phar/phar.c spprintf(error, 0, "__HALT_COMPILER(); must be declared in a phar"); error 2313 ext/phar/phar.c if (error) { error 2314 ext/phar/phar.c spprintf(error, 0, "unable to open phar for reading \"%s\"", fname); error 2327 ext/phar/phar.c ret = phar_open_from_fp(fp, fname, fname_len, alias, alias_len, REPORT_ERRORS, NULL, 0, error); error 2340 ext/phar/phar.c int phar_postprocess_file(phar_entry_data *idata, php_uint32 crc32, char **error, int process_zip) /* {{{ */ error 2347 ext/phar/phar.c if (error) { error 2348 ext/phar/phar.c *error = NULL; error 2357 ext/phar/phar.c spprintf(error, 0, "phar error: unable to open zip-based phar archive \"%s\" to verify local file header for file \"%s\"", idata->phar->fname, entry->filename); error 2364 ext/phar/phar.c spprintf(error, 0, "phar error: internal corruption of zip-based phar \"%s\" (cannot read local file header for file \"%s\")", idata->phar->fname, entry->filename); error 2377 ext/phar/phar.c spprintf(error, 0, "phar error: internal corruption of zip-based phar \"%s\" (cannot read local data descriptor for file \"%s\")", idata->phar->fname, entry->filename); error 2389 ext/phar/phar.c spprintf(error, 0, "phar error: internal corruption of zip-based phar \"%s\" (local header of file \"%s\" does not match central directory)", idata->phar->fname, entry->filename); error 2418 ext/phar/phar.c spprintf(error, 0, "phar error: internal corruption of phar \"%s\" (crc32 mismatch on file \"%s\")", idata->phar->fname, entry->filename); error 2450 ext/phar/phar.c zend_string *phar_create_default_stub(const char *index_php, const char *web_index, char **error) /* {{{ */ error 2454 ext/phar/phar.c if (error) { error 2455 ext/phar/phar.c *error = NULL; error 2471 ext/phar/phar.c if (error) { error 2472 ext/phar/phar.c spprintf(error, 0, "Illegal filename passed in for stub creation, was %d characters long, and only 400 or less is allowed", index_len); error 2479 ext/phar/phar.c if (error) { error 2480 ext/phar/phar.c spprintf(error, 0, "Illegal web filename passed in for stub creation, was %d characters long, and only 400 or less is allowed", web_len); error 2495 ext/phar/phar.c int phar_flush(phar_archive_data *phar, char *user_stub, zend_long len, int convert, char **error) /* {{{ */ error 2517 ext/phar/phar.c if (error) { error 2518 ext/phar/phar.c spprintf(error, 0, "internal error: attempt to flush cached zip-based phar \"%s\"", phar->fname); error 2523 ext/phar/phar.c if (error) { error 2524 ext/phar/phar.c *error = NULL; error 2534 ext/phar/phar.c return phar_zip_flush(phar, user_stub, len, convert, error); error 2538 ext/phar/phar.c return phar_tar_flush(phar, user_stub, len, convert, error); error 2555 ext/phar/phar.c if (error) { error 2556 ext/phar/phar.c spprintf(error, 0, "unable to create temporary file"); error 2573 ext/phar/phar.c if (error) { error 2574 ext/phar/phar.c spprintf(error, 0, "unable to access resource to copy stub to new phar \"%s\"", phar->fname); error 2590 ext/phar/phar.c if (error) { error 2591 ext/phar/phar.c spprintf(error, 0, "unable to read resource to copy stub to new phar \"%s\"", phar->fname); error 2608 ext/phar/phar.c if (error) { error 2609 ext/phar/phar.c spprintf(error, 0, "illegal stub for phar \"%s\"", phar->fname); error 2625 ext/phar/phar.c if (error) { error 2626 ext/phar/phar.c spprintf(error, 0, "unable to create stub from string in new phar \"%s\"", phar->fname); error 2654 ext/phar/phar.c if (error) { error 2656 ext/phar/phar.c spprintf(error, 0, "unable to create stub in new phar \"%s\"", phar->fname); error 2658 ext/phar/phar.c spprintf(error, 0, "unable to copy stub of old phar to new phar \"%s\"", phar->fname); error 2750 ext/phar/phar.c newentry = phar_open_jit(phar, entry, error); error 2753 ext/phar/phar.c efree(*error); error 2754 ext/phar/phar.c *error = NULL; error 2765 ext/phar/phar.c if (error) { error 2766 ext/phar/phar.c spprintf(error, 0, "unable to seek to start of file \"%s\" while creating new phar \"%s\"", entry->filename, phar->fname); error 2789 ext/phar/phar.c if (error) { error 2790 ext/phar/phar.c spprintf(error, 0, "unable to gzip compress file \"%s\" to new phar \"%s\"", entry->filename, phar->fname); error 2793 ext/phar/phar.c if (error) { error 2794 ext/phar/phar.c spprintf(error, 0, "unable to bzip2 compress file \"%s\" to new phar \"%s\"", entry->filename, phar->fname); error 2805 ext/phar/phar.c if (error) { error 2806 ext/phar/phar.c spprintf(error, 0, "unable to create temporary file"); error 2820 ext/phar/phar.c if (error) { error 2821 ext/phar/phar.c spprintf(error, 0, "unable to seek to start of file \"%s\" while creating new phar \"%s\"", entry->filename, phar->fname); error 2831 ext/phar/phar.c if (error) { error 2832 ext/phar/phar.c spprintf(error, 0, "unable to copy compressed file contents of file \"%s\" while creating new phar \"%s\"", entry->filename, phar->fname); error 2894 ext/phar/phar.c if (error) { error 2895 ext/phar/phar.c spprintf(error, 0, "unable to write manifest header of new phar \"%s\"", phar->fname); error 2915 ext/phar/phar.c if (error) { error 2916 ext/phar/phar.c spprintf(error, 0, "unable to write manifest meta-data of new phar \"%s\"", phar->fname); error 2954 ext/phar/phar.c if (error) { error 2956 ext/phar/phar.c spprintf(error, 0, "unable to write filename of directory \"%s\" to manifest of new phar \"%s\"", entry->filename, phar->fname); error 2958 ext/phar/phar.c spprintf(error, 0, "unable to write filename of file \"%s\" to manifest of new phar \"%s\"", entry->filename, phar->fname); error 2990 ext/phar/phar.c if (error) { error 2991 ext/phar/phar.c spprintf(error, 0, "unable to write temporary manifest of file \"%s\" to manifest of new phar \"%s\"", entry->filename, phar->fname); error 3006 ext/phar/phar.c if (error) { error 3007 ext/phar/phar.c spprintf(error, 0, "unable to write manifest padding byte"); error 3038 ext/phar/phar.c if (error) { error 3039 ext/phar/phar.c spprintf(error, 0, "unable to seek to start of file \"%s\" while creating new phar \"%s\"", entry->filename, phar->fname); error 3050 ext/phar/phar.c if (error) { error 3051 ext/phar/phar.c spprintf(error, 0, "unable to seek to start of file \"%s\" while creating new phar \"%s\"", entry->filename, phar->fname); error 3066 ext/phar/phar.c if (error) { error 3067 ext/phar/phar.c spprintf(error, 0, "unable to write contents of file \"%s\" to new phar \"%s\"", entry->filename, phar->fname); error 3112 ext/phar/phar.c if (error) { error 3113 ext/phar/phar.c spprintf(error, 0, "unable to write contents of file \"%s\" to new phar \"%s\" with requested hash type", entry->filename, phar->fname); error 3121 ext/phar/phar.c if (FAILURE == phar_create_signature(phar, newfile, &digest, &digest_len, error)) { error 3122 ext/phar/phar.c if (error) { error 3123 ext/phar/phar.c char *save = *error; error 3124 ext/phar/phar.c spprintf(error, 0, "phar error: unable to write signature: %s", save); error 3182 ext/phar/phar.c if (error) { error 3183 ext/phar/phar.c spprintf(error, 4096, "unable to open new phar \"%s\" for writing", phar->fname); error 3198 ext/phar/phar.c if (error) { error 3199 ext/phar/phar.c spprintf(error, 4096, "unable to compress all contents of phar \"%s\" using zlib, PHP versions older than 5.2.6 have a buggy zlib", phar->fname); error 3228 ext/phar/phar.c if (error) { error 3229 ext/phar/phar.c spprintf(error, 0, "unable to seek to __HALT_COMPILER(); in new phar \"%s\"", phar->fname); error 546 ext/phar/phar_internal.h int phar_open_entry_file(phar_archive_data *phar, phar_entry_info *entry, char **error); error 547 ext/phar/phar_internal.h int phar_postprocess_file(phar_entry_data *idata, php_uint32 crc32, char **error, int process_zip); error 548 ext/phar/phar_internal.h int phar_open_from_filename(char *fname, int fname_len, char *alias, int alias_len, int options, phar_archive_data** pphar, char **error); error 549 ext/phar/phar_internal.h int phar_open_or_create_filename(char *fname, int fname_len, char *alias, int alias_len, int is_data, int options, phar_archive_data** pphar, char **error); error 550 ext/phar/phar_internal.h int phar_create_or_parse_filename(char *fname, int fname_len, char *alias, int alias_len, int is_data, int options, phar_archive_data** pphar, char **error); error 551 ext/phar/phar_internal.h int phar_open_executed_filename(char *alias, int alias_len, char **error); error 553 ext/phar/phar_internal.h int phar_get_archive(phar_archive_data **archive, char *fname, int fname_len, char *alias, int alias_len, char **error); error 554 ext/phar/phar_internal.h int phar_open_parsed_phar(char *fname, int fname_len, char *alias, int alias_len, int is_data, int options, phar_archive_data** pphar, char **error); error 555 ext/phar/phar_internal.h int phar_verify_signature(php_stream *fp, size_t end_of_phar, php_uint32 sig_type, char *sig, int sig_len, char *fname, char **signature, int *signature_len, char **error); error 556 ext/phar/phar_internal.h int phar_create_signature(phar_archive_data *phar, php_stream *fp, char **signature, int *signature_length, char **error); error 559 ext/phar/phar_internal.h zend_string *phar_create_default_stub(const char *index_php, const char *web_index, char **error); error 568 ext/phar/phar_internal.h phar_entry_info * phar_open_jit(phar_archive_data *phar, phar_entry_info *entry, char **error); error 573 ext/phar/phar_internal.h int phar_copy_entry_fp(phar_entry_info *source, phar_entry_info *dest, char **error); error 574 ext/phar/phar_internal.h int phar_open_entry_fp(phar_entry_info *entry, char **error, int follow_links); error 576 ext/phar/phar_internal.h int phar_create_writeable_entry(phar_archive_data *phar, phar_entry_info *entry, char **error); error 577 ext/phar/phar_internal.h int phar_separate_entry_fp(phar_entry_info *entry, char **error); error 583 ext/phar/phar_internal.h int phar_parse_tarfile(php_stream* fp, char *fname, int fname_len, char *alias, int alias_len, phar_archive_data** pphar, int is_data, php_uint32 compression, char **error); error 584 ext/phar/phar_internal.h int phar_open_or_create_tar(char *fname, int fname_len, char *alias, int alias_len, int is_data, int options, phar_archive_data** pphar, char **error); error 585 ext/phar/phar_internal.h int phar_tar_flush(phar_archive_data *phar, char *user_stub, zend_long len, int defaultstub, char **error); error 588 ext/phar/phar_internal.h int phar_parse_zipfile(php_stream *fp, char *fname, int fname_len, char *alias, int alias_len, phar_archive_data** pphar, char **error); error 589 ext/phar/phar_internal.h int phar_open_or_create_zip(char *fname, int fname_len, char *alias, int alias_len, int is_data, int options, phar_archive_data** pphar, char **error); error 590 ext/phar/phar_internal.h int phar_zip_flush(phar_archive_data *archive, char *user_stub, zend_long len, int defaultstub, char **error); error 593 ext/phar/phar_internal.h static int phar_open_from_fp(php_stream* fp, char *fname, int fname_len, char *alias, int alias_len, int options, phar_archive_data** pphar, int is_data, char **error); error 603 ext/phar/phar_internal.h phar_entry_info *phar_get_entry_info(phar_archive_data *phar, char *path, int path_len, char **error, int security); error 604 ext/phar/phar_internal.h phar_entry_info *phar_get_entry_info_dir(phar_archive_data *phar, char *path, int path_len, char dir, char **error, int security); error 605 ext/phar/phar_internal.h phar_entry_data *phar_get_or_create_entry_data(char *fname, int fname_len, char *path, int path_len, const char *mode, char allow_dir, char **error, int security); error 606 ext/phar/phar_internal.h int phar_get_entry_data(phar_entry_data **ret, char *fname, int fname_len, char *path, int path_len, const char *mode, char allow_dir, char **error, int security); error 607 ext/phar/phar_internal.h int phar_flush(phar_archive_data *archive, char *user_stub, zend_long len, int convert, char **error); error 623 ext/phar/phar_internal.h phar_path_check_result phar_path_check(char **p, int *len, const char **error); error 196 ext/phar/phar_object.c char *error; error 197 ext/phar/phar_object.c if (!phar_open_jit(phar, info, &error)) { error 198 ext/phar/phar_object.c if (error) { error 199 ext/phar/phar_object.c zend_throw_exception_ex(phar_ce_PharException, 0, "%s", error); error 200 ext/phar/phar_object.c efree(error); error 548 ext/phar/phar_object.c char *alias = NULL, *error, *index_php = NULL, *f404 = NULL, *ru = NULL; error 567 ext/phar/phar_object.c if (phar_open_executed_filename(alias, alias_len, &error) != SUCCESS) { error 568 ext/phar/phar_object.c if (error) { error 569 ext/phar/phar_object.c zend_throw_exception_ex(phar_ce_PharException, 0, "%s", error); error 570 ext/phar/phar_object.c efree(error); error 937 ext/phar/phar_object.c char *index = NULL, *webindex = NULL, *error; error 945 ext/phar/phar_object.c stub = phar_create_default_stub(index, webindex, &error); error 947 ext/phar/phar_object.c if (error) { error 948 ext/phar/phar_object.c zend_throw_exception_ex(phar_ce_PharException, 0, "%s", error); error 949 ext/phar/phar_object.c efree(error); error 960 ext/phar/phar_object.c char *alias = NULL, *error; error 970 ext/phar/phar_object.c RETVAL_BOOL(phar_open_executed_filename(alias, alias_len, &error) == SUCCESS); error 972 ext/phar/phar_object.c if (error) { error 973 ext/phar/phar_object.c zend_throw_exception_ex(phar_ce_PharException, 0, "%s", error); error 974 ext/phar/phar_object.c efree(error); error 982 ext/phar/phar_object.c char *fname, *alias = NULL, *error; error 991 ext/phar/phar_object.c RETVAL_BOOL(phar_open_from_filename(fname, fname_len, alias, alias_len, REPORT_ERRORS, NULL, &error) == SUCCESS); error 993 ext/phar/phar_object.c if (error) { error 994 ext/phar/phar_object.c zend_throw_exception_ex(phar_ce_PharException, 0, "%s", error); error 995 ext/phar/phar_object.c efree(error); error 1123 ext/phar/phar_object.c char *fname, *alias = NULL, *error, *arch = NULL, *entry = NULL, *save_fname; error 1169 ext/phar/phar_object.c if (phar_open_or_create_filename(fname, fname_len, alias, alias_len, is_data, REPORT_ERRORS, &phar_data, &error) == FAILURE) { error 1180 ext/phar/phar_object.c if (error) { error 1182 ext/phar/phar_object.c "%s", error); error 1183 ext/phar/phar_object.c efree(error); error 1305 ext/phar/phar_object.c char *fname, *error, *zname, *arch, *entry; error 1319 ext/phar/phar_object.c if (FAILURE == phar_open_from_filename(fname, fname_len, NULL, 0, REPORT_ERRORS, &phar, &error)) { error 1320 ext/phar/phar_object.c if (error) { error 1321 ext/phar/phar_object.c zend_throw_exception_ex(phar_ce_PharException, 0, "Unknown phar archive \"%s\": %s", fname, error); error 1322 ext/phar/phar_object.c efree(error); error 1410 ext/phar/phar_object.c char *fname, *error = NULL, *base = p_obj->b, *save = NULL, *temp = NULL; error 1659 ext/phar/phar_object.c if (!(data = phar_get_or_create_entry_data(phar_obj->archive->fname, phar_obj->archive->fname_len, str_key, str_key_len, "w+b", 0, &error, 1))) { error 1660 ext/phar/phar_object.c zend_throw_exception_ex(spl_ce_BadMethodCallException, 0, "Entry %s cannot be created: %s", str_key, error); error 1661 ext/phar/phar_object.c efree(error); error 1682 ext/phar/phar_object.c if (error) { error 1683 ext/phar/phar_object.c efree(error); error 1728 ext/phar/phar_object.c char *dir, *error, *regex = NULL; error 1831 ext/phar/phar_object.c phar_flush(phar_obj->archive, 0, 0, 0, &error); error 1833 ext/phar/phar_object.c if (error) { error 1834 ext/phar/phar_object.c zend_throw_exception_ex(phar_ce_PharException, 0, "%s", error); error 1835 ext/phar/phar_object.c efree(error); error 1861 ext/phar/phar_object.c char *error; error 1899 ext/phar/phar_object.c phar_flush(phar_obj->archive, 0, 0, 0, &error); error 1900 ext/phar/phar_object.c if (error) { error 1901 ext/phar/phar_object.c zend_throw_exception_ex(phar_ce_PharException, 0, "%s", error); error 1902 ext/phar/phar_object.c efree(error); error 1955 ext/phar/phar_object.c char *error; error 1959 ext/phar/phar_object.c if (FAILURE == phar_open_entry_fp(entry, &error, 1)) { error 1960 ext/phar/phar_object.c if (error) { error 1962 ext/phar/phar_object.c "Cannot convert phar archive \"%s\", unable to open entry \"%s\" contents: %s", entry->phar->fname, entry->filename, error); error 1963 ext/phar/phar_object.c efree(error); error 2008 ext/phar/phar_object.c char *error; error 2167 ext/phar/phar_object.c phar_flush(phar, 0, 0, 1, &error); error 2169 ext/phar/phar_object.c if (error) { error 2170 ext/phar/phar_object.c zend_throw_exception_ex(spl_ce_BadMethodCallException, 0, "%s", error); error 2171 ext/phar/phar_object.c efree(error); error 2579 ext/phar/phar_object.c char *error; error 2613 ext/phar/phar_object.c phar_flush(phar_obj->archive, NULL, 0, 0, &error); error 2614 ext/phar/phar_object.c if (error) { error 2615 ext/phar/phar_object.c zend_throw_exception_ex(phar_ce_PharException, 0, "%s", error); error 2616 ext/phar/phar_object.c efree(error); error 2661 ext/phar/phar_object.c char *alias, *error, *oldalias; error 2694 ext/phar/phar_object.c spprintf(&error, 0, "alias \"%s\" is already used for archive \"%s\" and cannot be used for other archives", alias, fd_ptr->fname); error 2696 ext/phar/phar_object.c efree(error); error 2699 ext/phar/phar_object.c zend_throw_exception_ex(phar_ce_PharException, 0, "%s", error); error 2700 ext/phar/phar_object.c efree(error); error 2730 ext/phar/phar_object.c phar_flush(phar_obj->archive, NULL, 0, 0, &error); error 2732 ext/phar/phar_object.c if (error) { error 2736 ext/phar/phar_object.c zend_throw_exception_ex(phar_ce_PharException, 0, "%s", error); error 2740 ext/phar/phar_object.c efree(error); error 2807 ext/phar/phar_object.c char *error; error 2822 ext/phar/phar_object.c phar_flush(phar_obj->archive, 0, 0, 0, &error); error 2824 ext/phar/phar_object.c if (error) { error 2825 ext/phar/phar_object.c zend_throw_exception_ex(phar_ce_PharException, 0, "%s", error); error 2826 ext/phar/phar_object.c efree(error); error 2838 ext/phar/phar_object.c char *stub, *error; error 2872 ext/phar/phar_object.c phar_flush(phar_obj->archive, (char *) zstub, len, 0, &error); error 2873 ext/phar/phar_object.c if (error) { error 2874 ext/phar/phar_object.c zend_throw_exception_ex(phar_ce_PharException, 0, "%s", error); error 2875 ext/phar/phar_object.c efree(error); error 2887 ext/phar/phar_object.c phar_flush(phar_obj->archive, stub, stub_len, 0, &error); error 2889 ext/phar/phar_object.c if (error) { error 2890 ext/phar/phar_object.c zend_throw_exception_ex(phar_ce_PharException, 0, "%s", error); error 2891 ext/phar/phar_object.c efree(error); error 2916 ext/phar/phar_object.c char *index = NULL, *webindex = NULL, *error = NULL; error 2949 ext/phar/phar_object.c stub = phar_create_default_stub(index, webindex, &error); error 2951 ext/phar/phar_object.c if (error) { error 2952 ext/phar/phar_object.c zend_throw_exception_ex(spl_ce_UnexpectedValueException, 0, "%s", error); error 2953 ext/phar/phar_object.c efree(error); error 2967 ext/phar/phar_object.c phar_flush(phar_obj->archive, stub ? ZSTR_VAL(stub) : 0, stub ? ZSTR_LEN(stub) : 0, 1, &error); error 2973 ext/phar/phar_object.c if (error) { error 2974 ext/phar/phar_object.c zend_throw_exception_ex(phar_ce_PharException, 0, "%s", error); error 2975 ext/phar/phar_object.c efree(error); error 2992 ext/phar/phar_object.c char *error, *key = NULL; error 3027 ext/phar/phar_object.c phar_flush(phar_obj->archive, 0, 0, 0, &error); error 3028 ext/phar/phar_object.c if (error) { error 3029 ext/phar/phar_object.c zend_throw_exception_ex(phar_ce_PharException, 0, "%s", error); error 3030 ext/phar/phar_object.c efree(error); error 3273 ext/phar/phar_object.c char *error; error 3335 ext/phar/phar_object.c phar_flush(phar_obj->archive, 0, 0, 0, &error); error 3337 ext/phar/phar_object.c if (error) { error 3338 ext/phar/phar_object.c zend_throw_exception_ex(spl_ce_BadMethodCallException, 0, "%s", error); error 3339 ext/phar/phar_object.c efree(error); error 3349 ext/phar/phar_object.c char *error; error 3379 ext/phar/phar_object.c phar_flush(phar_obj->archive, 0, 0, 0, &error); error 3381 ext/phar/phar_object.c if (error) { error 3382 ext/phar/phar_object.c zend_throw_exception_ex(spl_ce_BadMethodCallException, 0, "%s", error); error 3383 ext/phar/phar_object.c efree(error); error 3395 ext/phar/phar_object.c char *oldfile, *newfile, *error; error 3470 ext/phar/phar_object.c if (FAILURE == phar_copy_entry_fp(oldentry, &newentry, &error)) { error 3473 ext/phar/phar_object.c zend_throw_exception_ex(phar_ce_PharException, 0, "%s", error); error 3474 ext/phar/phar_object.c efree(error); error 3481 ext/phar/phar_object.c phar_flush(phar_obj->archive, 0, 0, 0, &error); error 3483 ext/phar/phar_object.c if (error) { error 3484 ext/phar/phar_object.c zend_throw_exception_ex(phar_ce_PharException, 0, "%s", error); error 3485 ext/phar/phar_object.c efree(error); error 3534 ext/phar/phar_object.c char *fname, *error; error 3546 ext/phar/phar_object.c if (!(entry = phar_get_entry_info_dir(phar_obj->archive, fname, fname_len, 1, &error, 0))) { error 3547 ext/phar/phar_object.c zend_throw_exception_ex(spl_ce_BadMethodCallException, 0, "Entry %s does not exist%s%s", fname, error?", ":"", error?error:""); error 3581 ext/phar/phar_object.c char *error; error 3591 ext/phar/phar_object.c if (!(data = phar_get_or_create_entry_data((*pphar)->fname, (*pphar)->fname_len, filename, filename_len, "w+b", 0, &error, 1))) { error 3592 ext/phar/phar_object.c if (error) { error 3593 ext/phar/phar_object.c zend_throw_exception_ex(spl_ce_BadMethodCallException, 0, "Entry %s does not exist and cannot be created: %s", filename, error); error 3594 ext/phar/phar_object.c efree(error); error 3600 ext/phar/phar_object.c if (error) { error 3601 ext/phar/phar_object.c efree(error); error 3627 ext/phar/phar_object.c phar_flush(*pphar, 0, 0, 0, &error); error 3629 ext/phar/phar_object.c if (error) { error 3630 ext/phar/phar_object.c zend_throw_exception_ex(phar_ce_PharException, 0, "%s", error); error 3631 ext/phar/phar_object.c efree(error); error 3641 ext/phar/phar_object.c char *error; error 3644 ext/phar/phar_object.c if (!(data = phar_get_or_create_entry_data((*pphar)->fname, (*pphar)->fname_len, dirname, dirname_len, "w+b", 2, &error, 1))) { error 3645 ext/phar/phar_object.c if (error) { error 3646 ext/phar/phar_object.c zend_throw_exception_ex(spl_ce_BadMethodCallException, 0, "Directory %s does not exist and cannot be created: %s", dirname, error); error 3647 ext/phar/phar_object.c efree(error); error 3654 ext/phar/phar_object.c if (error) { error 3655 ext/phar/phar_object.c efree(error); error 3663 ext/phar/phar_object.c phar_flush(*pphar, 0, 0, 0, &error); error 3665 ext/phar/phar_object.c if (error) { error 3666 ext/phar/phar_object.c zend_throw_exception_ex(phar_ce_PharException, 0, "%s", error); error 3667 ext/phar/phar_object.c efree(error); error 3717 ext/phar/phar_object.c char *fname, *error; error 3749 ext/phar/phar_object.c phar_flush(phar_obj->archive, 0, 0, 0, &error); error 3751 ext/phar/phar_object.c if (error) { error 3752 ext/phar/phar_object.c zend_throw_exception_ex(phar_ce_PharException, 0, "%s", error); error 3753 ext/phar/phar_object.c efree(error); error 3988 ext/phar/phar_object.c char *error; error 4013 ext/phar/phar_object.c phar_flush(phar_obj->archive, 0, 0, 0, &error); error 4015 ext/phar/phar_object.c if (error) { error 4016 ext/phar/phar_object.c zend_throw_exception_ex(phar_ce_PharException, 0, "%s", error); error 4017 ext/phar/phar_object.c efree(error); error 4027 ext/phar/phar_object.c char *error; error 4040 ext/phar/phar_object.c phar_flush(phar_obj->archive, 0, 0, 0, &error); error 4042 ext/phar/phar_object.c if (error) { error 4043 ext/phar/phar_object.c zend_throw_exception_ex(phar_ce_PharException, 0, "%s", error); error 4044 ext/phar/phar_object.c efree(error); error 4063 ext/phar/phar_object.c static int phar_extract_file(zend_bool overwrite, phar_entry_info *entry, char *dest, int dest_len, char **error) /* {{{ */ error 4092 ext/phar/phar_object.c spprintf(error, 4096, "Cannot extract \"%s...\" to \"%s...\", extracted filename is too long for filesystem", tmp, dest); error 4095 ext/phar/phar_object.c spprintf(error, 4096, "Cannot extract \"%s\", internal error", entry->filename); error 4123 ext/phar/phar_object.c spprintf(error, 4096, "Cannot extract \"%s...\" to \"%s...\", extracted filename is too long for filesystem", tmp, fullpath); error 4126 ext/phar/phar_object.c spprintf(error, 4096, "Cannot extract \"%s\" to \"%s...\", extracted filename is too long for filesystem", entry->filename, fullpath); error 4134 ext/phar/phar_object.c spprintf(error, 4096, "Cannot extract \"%s\", internal error", entry->filename); error 4141 ext/phar/phar_object.c spprintf(error, 4096, "Cannot extract \"%s\" to \"%s\", openbasedir/safe mode restrictions in effect", entry->filename, fullpath); error 4149 ext/phar/phar_object.c spprintf(error, 4096, "Cannot extract \"%s\" to \"%s\", path already exists", entry->filename, fullpath); error 4167 ext/phar/phar_object.c spprintf(error, 4096, "Cannot extract \"%s\", could not create directory \"%s\"", entry->filename, fullpath); error 4174 ext/phar/phar_object.c spprintf(error, 4096, "Cannot extract \"%s\", could not create directory \"%s\"", entry->filename, fullpath); error 4203 ext/phar/phar_object.c spprintf(error, 4096, "Cannot extract \"%s\", could not open for writing \"%s\"", entry->filename, fullpath); error 4209 ext/phar/phar_object.c if (FAILURE == phar_open_entry_fp(entry, error, 1)) { error 4210 ext/phar/phar_object.c if (error) { error 4211 ext/phar/phar_object.c spprintf(error, 4096, "Cannot extract \"%s\" to \"%s\", unable to open internal file pointer: %s", entry->filename, fullpath, *error); error 4213 ext/phar/phar_object.c spprintf(error, 4096, "Cannot extract \"%s\" to \"%s\", unable to open internal file pointer", entry->filename, fullpath); error 4222 ext/phar/phar_object.c spprintf(error, 4096, "Cannot extract \"%s\" to \"%s\", unable to seek internal file pointer", entry->filename, fullpath); error 4229 ext/phar/phar_object.c spprintf(error, 4096, "Cannot extract \"%s\" to \"%s\", copying contents failed", entry->filename, fullpath); error 4239 ext/phar/phar_object.c spprintf(error, 4096, "Cannot extract \"%s\" to \"%s\", setting file permissions failed", entry->filename, fullpath); error 4254 ext/phar/phar_object.c char *error = NULL; error 4336 ext/phar/phar_object.c if (FAILURE == phar_extract_file(overwrite, entry, pathto, pathto_len, &error)) { error 4338 ext/phar/phar_object.c "Extraction from phar \"%s\" failed: %s", phar_obj->archive->fname, error); error 4339 ext/phar/phar_object.c efree(error); error 4357 ext/phar/phar_object.c if (FAILURE == phar_extract_file(overwrite, entry, pathto, pathto_len, &error)) { error 4359 ext/phar/phar_object.c "Extraction from phar \"%s\" failed: %s", phar_obj->archive->fname, error); error 4360 ext/phar/phar_object.c efree(error); error 4373 ext/phar/phar_object.c if (FAILURE == phar_extract_file(overwrite, entry, pathto, pathto_len, &error)) { error 4375 ext/phar/phar_object.c "Extraction from phar \"%s\" failed: %s", phar->fname, error); error 4376 ext/phar/phar_object.c efree(error); error 4391 ext/phar/phar_object.c char *fname, *arch, *entry, *error; error 4416 ext/phar/phar_object.c if (phar_open_from_filename(arch, arch_len, NULL, 0, REPORT_ERRORS, &phar_data, &error) == FAILURE) { error 4419 ext/phar/phar_object.c if (error) { error 4421 ext/phar/phar_object.c "Cannot open phar file '%s': %s", fname, error); error 4422 ext/phar/phar_object.c efree(error); error 4430 ext/phar/phar_object.c if ((entry_info = phar_get_entry_info_dir(phar_data, entry, entry_len, 1, &error, 1)) == NULL) { error 4432 ext/phar/phar_object.c "Cannot access phar file entry '%s' in archive '%s'%s%s", entry, arch, error ? ", " : "", error ? error : ""); error 4584 ext/phar/phar_object.c char *error; error 4633 ext/phar/phar_object.c phar_flush(entry_obj->entry->phar, 0, 0, 0, &error); error 4635 ext/phar/phar_object.c if (error) { error 4636 ext/phar/phar_object.c zend_throw_exception_ex(phar_ce_PharException, 0, "%s", error); error 4637 ext/phar/phar_object.c efree(error); error 4686 ext/phar/phar_object.c char *error; error 4725 ext/phar/phar_object.c phar_flush(entry_obj->entry->phar, 0, 0, 0, &error); error 4727 ext/phar/phar_object.c if (error) { error 4728 ext/phar/phar_object.c zend_throw_exception_ex(phar_ce_PharException, 0, "%s", error); error 4729 ext/phar/phar_object.c efree(error); error 4739 ext/phar/phar_object.c char *error; error 4774 ext/phar/phar_object.c phar_flush(entry_obj->entry->phar, 0, 0, 0, &error); error 4776 ext/phar/phar_object.c if (error) { error 4777 ext/phar/phar_object.c zend_throw_exception_ex(phar_ce_PharException, 0, "%s", error); error 4778 ext/phar/phar_object.c efree(error); error 4795 ext/phar/phar_object.c char *error; error 4818 ext/phar/phar_object.c if (SUCCESS != phar_open_entry_fp(link, &error, 0)) { error 4820 ext/phar/phar_object.c "Phar error: Cannot retrieve contents, \"%s\" in phar \"%s\": %s", entry_obj->entry->filename, entry_obj->entry->phar->fname, error); error 4821 ext/phar/phar_object.c efree(error); error 4847 ext/phar/phar_object.c char *error; error 4902 ext/phar/phar_object.c if (SUCCESS != phar_open_entry_fp(entry_obj->entry, &error, 1)) { error 4904 ext/phar/phar_object.c "Phar error: Cannot decompress bzip2-compressed file \"%s\" in phar \"%s\" in order to compress with gzip: %s", entry_obj->entry->filename, entry_obj->entry->phar->fname, error); error 4905 ext/phar/phar_object.c efree(error); error 4933 ext/phar/phar_object.c if (SUCCESS != phar_open_entry_fp(entry_obj->entry, &error, 1)) { error 4935 ext/phar/phar_object.c "Phar error: Cannot decompress gzip-compressed file \"%s\" in phar \"%s\" in order to compress with bzip2: %s", entry_obj->entry->filename, entry_obj->entry->phar->fname, error); error 4936 ext/phar/phar_object.c efree(error); error 4957 ext/phar/phar_object.c phar_flush(entry_obj->entry->phar, 0, 0, 0, &error); error 4959 ext/phar/phar_object.c if (error) { error 4960 ext/phar/phar_object.c zend_throw_exception_ex(phar_ce_PharException, 0, "%s", error); error 4961 ext/phar/phar_object.c efree(error); error 4973 ext/phar/phar_object.c char *error; error 5036 ext/phar/phar_object.c phar_flush(entry_obj->entry->phar, 0, 0, 0, &error); error 5038 ext/phar/phar_object.c if (error) { error 5039 ext/phar/phar_object.c zend_throw_exception_ex(phar_ce_PharException, 0, "%s", error); error 5040 ext/phar/phar_object.c efree(error); error 25 ext/phar/phar_path_check.c phar_path_check_result phar_path_check(char **s, int *len, const char **error) error 31 ext/phar/phar_path_check.c *error = "current directory reference"; error 34 ext/phar/phar_path_check.c *error = "upper directory reference"; error 119 ext/phar/phar_path_check.c *error = "back-slash"; error 127 ext/phar/phar_path_check.c *error = "star"; error 139 ext/phar/phar_path_check.c *error = NULL; error 153 ext/phar/phar_path_check.c *error ="illegal character"; error 209 ext/phar/phar_path_check.c *error ="illegal character"; error 212 ext/phar/phar_path_check.c *error = NULL; error 276 ext/phar/phar_path_check.c *error = "double slash"; error 289 ext/phar/phar_path_check.c *error = "current directory reference"; error 297 ext/phar/phar_path_check.c *error = "upper directory reference"; error 62 ext/phar/stream.c char *arch = NULL, *entry = NULL, *error; error 116 ext/phar/stream.c if (phar_open_or_create_filename(resource->host, arch_len, NULL, 0, 0, options, &phar, &error) == FAILURE) error 118 ext/phar/stream.c if (error) { error 120 ext/phar/stream.c php_stream_wrapper_log_error(wrapper, options, "%s", error); error 122 ext/phar/stream.c efree(error); error 128 ext/phar/stream.c if (error) { error 129 ext/phar/stream.c spprintf(&error, 0, "Cannot open cached phar '%s' as writeable, copy on write failed", resource->host); error 131 ext/phar/stream.c php_stream_wrapper_log_error(wrapper, options, "%s", error); error 133 ext/phar/stream.c efree(error); error 139 ext/phar/stream.c if (phar_open_from_filename(resource->host, arch_len, NULL, 0, options, NULL, &error) == FAILURE) error 141 ext/phar/stream.c if (error) { error 143 ext/phar/stream.c php_stream_wrapper_log_error(wrapper, options, "%s", error); error 145 ext/phar/stream.c efree(error); error 163 ext/phar/stream.c char *error; error 193 ext/phar/stream.c if (NULL == (idata = phar_get_or_create_entry_data(resource->host, host_len, internal_file, strlen(internal_file), mode, 0, &error, 1))) { error 194 ext/phar/stream.c if (error) { error 195 ext/phar/stream.c php_stream_wrapper_log_error(wrapper, options, "%s", error); error 196 ext/phar/stream.c efree(error); error 204 ext/phar/stream.c if (error) { error 205 ext/phar/stream.c efree(error); error 248 ext/phar/stream.c if ((FAILURE == phar_get_entry_data(&idata, resource->host, host_len, ".phar/stub.php", sizeof(".phar/stub.php")-1, "r", 0, &error, 0)) || !idata) { error 286 ext/phar/stream.c if ((FAILURE == phar_get_entry_data(&idata, resource->host, host_len, internal_file, strlen(internal_file), "r", 0, &error, 0)) || !idata) { error 288 ext/phar/stream.c if (error) { error 289 ext/phar/stream.c php_stream_wrapper_log_error(wrapper, options, "%s", error); error 290 ext/phar/stream.c efree(error); error 311 ext/phar/stream.c if (!idata->internal_file->is_crc_checked && phar_postprocess_file(idata, idata->internal_file->crc32, &error, 2) != SUCCESS) { error 312 ext/phar/stream.c php_stream_wrapper_log_error(wrapper, options, "%s", error); error 313 ext/phar/stream.c efree(error); error 462 ext/phar/stream.c char *error; error 468 ext/phar/stream.c ret = phar_flush(data->phar, 0, 0, 0, &error); error 469 ext/phar/stream.c if (error) { error 470 ext/phar/stream.c php_stream_wrapper_log_error(stream->wrapper, REPORT_ERRORS, "%s", error); error 471 ext/phar/stream.c efree(error); error 573 ext/phar/stream.c char *internal_file, *error; error 599 ext/phar/stream.c if (FAILURE == phar_get_archive(&phar, resource->host, host_len, NULL, 0, &error)) { error 601 ext/phar/stream.c if (error) { error 602 ext/phar/stream.c efree(error); error 606 ext/phar/stream.c if (error) { error 607 ext/phar/stream.c efree(error); error 681 ext/phar/stream.c char *internal_file, *error; error 718 ext/phar/stream.c if (FAILURE == phar_get_entry_data(&idata, resource->host, host_len, internal_file, internal_file_len, "r", 0, &error, 1)) { error 720 ext/phar/stream.c if (error) { error 721 ext/phar/stream.c php_stream_wrapper_log_error(wrapper, options, "unlink of \"%s\" failed: %s", url, error); error 722 ext/phar/stream.c efree(error); error 730 ext/phar/stream.c if (error) { error 731 ext/phar/stream.c efree(error); error 743 ext/phar/stream.c phar_entry_remove(idata, &error); error 744 ext/phar/stream.c if (error) { error 745 ext/phar/stream.c php_stream_wrapper_log_error(wrapper, options, "%s", error); error 746 ext/phar/stream.c efree(error); error 755 ext/phar/stream.c char *error; error 762 ext/phar/stream.c error = NULL; error 768 ext/phar/stream.c if (SUCCESS != phar_get_archive(&pfrom, resource_from->host, strlen(resource_from->host), NULL, 0, &error)) { error 770 ext/phar/stream.c if (error) { error 771 ext/phar/stream.c efree(error); error 785 ext/phar/stream.c if (SUCCESS != phar_get_archive(&pto, resource_to->host, strlen(resource_to->host), NULL, 0, &error)) { error 786 ext/phar/stream.c if (error) { error 787 ext/phar/stream.c efree(error); error 835 ext/phar/stream.c if (SUCCESS != phar_get_archive(&phar, resource_from->host, host_len, NULL, 0, &error)) { error 838 ext/phar/stream.c php_error_docref(NULL, E_WARNING, "phar error: cannot rename \"%s\" to \"%s\": %s", url_from, url_to, error); error 839 ext/phar/stream.c efree(error); error 873 ext/phar/stream.c if (FAILURE == phar_copy_entry_fp(source, entry, &error)) { error 876 ext/phar/stream.c php_error_docref(NULL, E_WARNING, "phar error: cannot rename \"%s\" to \"%s\": %s", url_from, url_to, error); error 877 ext/phar/stream.c efree(error); error 970 ext/phar/stream.c phar_flush(phar, 0, 0, 0, &error); error 971 ext/phar/stream.c if (error) { error 974 ext/phar/stream.c php_error_docref(NULL, E_WARNING, "phar error: cannot rename \"%s\" to \"%s\": %s", url_from, url_to, error); error 975 ext/phar/stream.c efree(error); error 25 ext/phar/stream.h void phar_entry_remove(phar_entry_data *idata, char **error); error 127 ext/phar/tar.c int phar_open_or_create_tar(char *fname, int fname_len, char *alias, int alias_len, int is_data, int options, phar_archive_data** pphar, char **error) /* {{{ */ error 130 ext/phar/tar.c int ret = phar_create_or_parse_filename(fname, fname_len, alias, alias_len, is_data, options, &phar, error); error 154 ext/phar/tar.c if (error) { error 155 ext/phar/tar.c spprintf(error, 4096, "phar tar error: \"%s\" already exists as a regular phar and must be deleted from disk prior to creating as a tar-based phar", fname); error 205 ext/phar/tar.c int phar_parse_tarfile(php_stream* fp, char *fname, int fname_len, char *alias, int alias_len, phar_archive_data** pphar, int is_data, php_uint32 compression, char **error) /* {{{ */ error 216 ext/phar/tar.c if (error) { error 217 ext/phar/tar.c *error = NULL; error 226 ext/phar/tar.c if (error) { error 227 ext/phar/tar.c spprintf(error, 4096, "phar error: \"%s\" is not a tar file or is truncated", fname); error 279 ext/phar/tar.c if (error) { error 280 ext/phar/tar.c spprintf(error, 4096, "phar error: tar-based phar \"%s\" has signature that is larger than 511 bytes, cannot process", fname); error 290 ext/phar/tar.c if (error) { error 291 ext/phar/tar.c spprintf(error, 4096, "phar error: tar-based phar \"%s\" signature cannot be read", fname); error 305 ext/phar/tar.c if (FAILURE == phar_verify_signature(fp, php_stream_tell(fp) - size - 512, myphar->sig_flags, buf + 8, size - 8, fname, &myphar->signature, &myphar->sig_len, error)) { error 306 ext/phar/tar.c if (error) { error 307 ext/phar/tar.c char *save = *error; error 308 ext/phar/tar.c spprintf(error, 4096, "phar error: tar-based phar \"%s\" signature cannot be verified: %s", fname, save); error 319 ext/phar/tar.c if (error) { error 320 ext/phar/tar.c spprintf(error, 4096, "phar error: \"%s\" is a corrupted tar file (truncated)", fname); error 331 ext/phar/tar.c if (error) { error 332 ext/phar/tar.c spprintf(error, 4096, "phar error: \"%s\" is a corrupted tar file (truncated)", fname); error 346 ext/phar/tar.c if (error) { error 347 ext/phar/tar.c spprintf(error, 4096, "phar error: \"%s\" has entries after signature, invalid phar", fname); error 360 ext/phar/tar.c if (error) { error 361 ext/phar/tar.c spprintf(error, 4096, "phar error: \"%s\" is a corrupted tar file (invalid entry size)", fname); error 372 ext/phar/tar.c if (error) { error 373 ext/phar/tar.c spprintf(error, 4096, "phar error: \"%s\" is a corrupted tar file (truncated)", fname); error 388 ext/phar/tar.c if (error) { error 389 ext/phar/tar.c spprintf(error, 4096, "phar error: \"%s\" is a corrupted tar file (truncated)", fname); error 400 ext/phar/tar.c if (error) { error 401 ext/phar/tar.c spprintf(error, 4096, "phar error: \"%s\" is a corrupted tar file (truncated)", fname); error 456 ext/phar/tar.c if (error) { error 457 ext/phar/tar.c spprintf(error, 4096, "phar error: \"%s\" is a corrupted tar file (checksum mismatch of file \"%s\")", fname, entry.filename); error 488 ext/phar/tar.c if (error) { error 489 ext/phar/tar.c spprintf(error, 4096, "phar error: \"%s\" is a corrupted tar file - hard link to non-existent file \"%.*s\"", fname, linkname_len, hdr->linkname); error 511 ext/phar/tar.c if (error) { error 512 ext/phar/tar.c spprintf(error, 4096, "phar error: tar-based phar \"%s\" has invalid metadata in magic file \"%s\"", fname, entry.filename); error 523 ext/phar/tar.c if (error) { error 524 ext/phar/tar.c spprintf(error, 4096, "phar error: tar-based phar \"%s\" has alias that is larger than 511 bytes, cannot process", fname); error 543 ext/phar/tar.c if (error) { error 544 ext/phar/tar.c spprintf(error, 4096, "phar error: invalid alias \"%s\" in tar-based phar \"%s\"", buf, fname); error 557 ext/phar/tar.c if (error) { error 558 ext/phar/tar.c spprintf(error, 4096, "phar error: Unable to read alias from tar-based phar \"%s\"", fname); error 574 ext/phar/tar.c if (error) { error 575 ext/phar/tar.c spprintf(error, 4096, "phar error: \"%s\" is a corrupted tar file (truncated)", fname); error 586 ext/phar/tar.c if (error) { error 587 ext/phar/tar.c spprintf(error, 4096, "phar error: \"%s\" is a corrupted tar file (truncated)", fname); error 605 ext/phar/tar.c if (error) { error 606 ext/phar/tar.c spprintf(error, 0, "tar-based phar \"%s\" does not have a signature", fname); error 632 ext/phar/tar.c if (error) { error 633 ext/phar/tar.c spprintf(error, 4096, "phar error: Unable to add tar-based phar \"%s\" to phar registry", fname); error 649 ext/phar/tar.c if (error) { error 650 ext/phar/tar.c spprintf(error, 4096, "phar error: Unable to add tar-based phar \"%s\", alias is already in use", fname); error 664 ext/phar/tar.c if (error) { error 665 ext/phar/tar.c spprintf(error, 4096, "phar error: Unable to add tar-based phar \"%s\", alias is already in use", fname); error 695 ext/phar/tar.c char **error; error 724 ext/phar/tar.c if (fp->error) { error 725 ext/phar/tar.c spprintf(fp->error, 4096, "tar-based phar \"%s\" cannot be created, filename \"%s\" is too long for tar file format", entry->phar->fname, entry->filename); error 734 ext/phar/tar.c if (fp->error) { error 735 ext/phar/tar.c spprintf(fp->error, 4096, "tar-based phar \"%s\" cannot be created, filename \"%s\" is too long for tar file format", entry->phar->fname, entry->filename); error 748 ext/phar/tar.c if (fp->error) { error 749 ext/phar/tar.c spprintf(fp->error, 4096, "tar-based phar \"%s\" cannot be created, filename \"%s\" is too large for tar file format", entry->phar->fname, entry->filename); error 755 ext/phar/tar.c if (fp->error) { error 756 ext/phar/tar.c spprintf(fp->error, 4096, "tar-based phar \"%s\" cannot be created, file modification time of file \"%s\" is too large for tar file format", entry->phar->fname, entry->filename); error 774 ext/phar/tar.c if (fp->error) { error 775 ext/phar/tar.c spprintf(fp->error, 4096, "tar-based phar \"%s\" cannot be created, checksum of file \"%s\" is too large for tar file format", entry->phar->fname, entry->filename); error 784 ext/phar/tar.c if (fp->error) { error 785 ext/phar/tar.c spprintf(fp->error, 4096, "tar-based phar \"%s\" cannot be created, header for file \"%s\" could not be written", entry->phar->fname, entry->filename); error 794 ext/phar/tar.c if (FAILURE == phar_open_entry_fp(entry, fp->error, 0)) { error 799 ext/phar/tar.c if (fp->error) { error 800 ext/phar/tar.c spprintf(fp->error, 4096, "tar-based phar \"%s\" cannot be created, contents of file \"%s\" could not be written, seek failed", entry->phar->fname, entry->filename); error 806 ext/phar/tar.c if (fp->error) { error 807 ext/phar/tar.c spprintf(fp->error, 4096, "tar-based phar \"%s\" cannot be created, contents of file \"%s\" could not be written", entry->phar->fname, entry->filename); error 852 ext/phar/tar.c int phar_tar_setmetadata(zval *metadata, phar_entry_info *entry, char **error) /* {{{ */ error 875 ext/phar/tar.c spprintf(error, 0, "phar error: unable to create temporary file"); error 879 ext/phar/tar.c spprintf(error, 0, "phar tar error: unable to write metadata to magic metadata file \"%s\"", entry->filename); error 892 ext/phar/tar.c char *lookfor, **error = i->error; error 897 ext/phar/tar.c return phar_tar_setmetadata(&entry->phar->metadata, entry, error); error 923 ext/phar/tar.c ret = phar_tar_setmetadata(&entry->metadata, metadata, error); error 936 ext/phar/tar.c spprintf(error, 0, "phar tar error: unable to add magic metadata file to manifest for file \"%s\"", entry->filename); error 940 ext/phar/tar.c return phar_tar_setmetadata(&entry->metadata, metadata, error); error 944 ext/phar/tar.c int phar_tar_flush(phar_archive_data *phar, char *user_stub, zend_long len, int defaultstub, char **error) /* {{{ */ error 964 ext/phar/tar.c if (error) { error 965 ext/phar/tar.c spprintf(error, 0, "internal error: attempt to flush cached tar-based phar \"%s\"", phar->fname); error 980 ext/phar/tar.c spprintf(error, 0, "phar error: unable to create temporary file"); error 984 ext/phar/tar.c if (error) { error 985 ext/phar/tar.c spprintf(error, 0, "unable to set alias in tar-based phar \"%s\"", phar->fname); error 993 ext/phar/tar.c if (error) { error 994 ext/phar/tar.c spprintf(error, 0, "unable to set alias in tar-based phar \"%s\"", phar->fname); error 1008 ext/phar/tar.c if (error) { error 1009 ext/phar/tar.c spprintf(error, 0, "unable to access resource to copy stub to new tar-based phar \"%s\"", phar->fname); error 1035 ext/phar/tar.c if (error) { error 1036 ext/phar/tar.c spprintf(error, 0, "unable to read resource to copy stub to new tar-based phar \"%s\"", phar->fname); error 1048 ext/phar/tar.c if (error) { error 1049 ext/phar/tar.c spprintf(error, 0, "illegal stub for tar-based phar \"%s\"", phar->fname); error 1062 ext/phar/tar.c spprintf(error, 0, "phar error: unable to create temporary file"); error 1069 ext/phar/tar.c if (error) { error 1070 ext/phar/tar.c spprintf(error, 0, "unable to create stub from string in new tar-based phar \"%s\"", phar->fname); error 1090 ext/phar/tar.c spprintf(error, 0, "phar error: unable to create temporary file"); error 1095 ext/phar/tar.c if (error) { error 1096 ext/phar/tar.c spprintf(error, 0, "unable to %s stub in%star-based phar \"%s\", failed", user_stub ? "overwrite" : "create", user_stub ? " " : " new ", phar->fname); error 1110 ext/phar/tar.c if (error) { error 1111 ext/phar/tar.c spprintf(error, 0, "unable to create stub in tar-based phar \"%s\"", phar->fname); error 1123 ext/phar/tar.c if (error) { error 1124 ext/phar/tar.c spprintf(error, 0, "unable to overwrite stub in tar-based phar \"%s\"", phar->fname); error 1142 ext/phar/tar.c if (error) { error 1143 ext/phar/tar.c spprintf(error, 0, "unable to create temporary file"); error 1153 ext/phar/tar.c pass.error = error; error 1160 ext/phar/tar.c if (ZEND_HASH_APPLY_KEEP != phar_tar_setmetadata(&phar->metadata, mentry, error)) { error 1176 ext/phar/tar.c spprintf(error, 0, "phar tar error: unable to add magic metadata file to manifest for phar archive \"%s\"", phar->fname); error 1183 ext/phar/tar.c if (ZEND_HASH_APPLY_KEEP != phar_tar_setmetadata(&phar->metadata, mentry, error)) { error 1195 ext/phar/tar.c if (error && *error) { error 1209 ext/phar/tar.c if (FAILURE == phar_create_signature(phar, newfile, &signature, &signature_length, error)) { error 1210 ext/phar/tar.c if (error) { error 1211 ext/phar/tar.c char *save = *error; error 1212 ext/phar/tar.c spprintf(error, 0, "phar error: unable to write signature to tar-based phar: %s", save); error 1228 ext/phar/tar.c spprintf(error, 0, "phar error: unable to create temporary file"); error 1245 ext/phar/tar.c if (error) { error 1246 ext/phar/tar.c spprintf(error, 0, "phar error: unable to write signature to tar-based phar %s", phar->fname); error 1261 ext/phar/tar.c if (error && *error) { error 1281 ext/phar/tar.c if (error && *error) { error 1307 ext/phar/tar.c if (error) { error 1308 ext/phar/tar.c spprintf(error, 0, "unable to open new phar \"%s\" for writing", phar->fname); error 1331 ext/phar/tar.c if (error) { error 1332 ext/phar/tar.c spprintf(error, 4096, "unable to compress all contents of phar \"%s\" using zlib, PHP versions older than 5.2.6 have a buggy zlib", phar->fname); error 352 ext/phar/util.c int phar_get_entry_data(phar_entry_data **ret, char *fname, int fname_len, char *path, int path_len, const char *mode, char allow_dir, char **error, int security) /* {{{ */ error 367 ext/phar/util.c if (error) { error 368 ext/phar/util.c *error = NULL; error 371 ext/phar/util.c if (FAILURE == phar_get_archive(&phar, fname, fname_len, NULL, 0, error)) { error 376 ext/phar/util.c if (error) { error 377 ext/phar/util.c spprintf(error, 4096, "phar error: file \"%s\" in phar \"%s\" cannot be opened for writing, disabled by ini setting", path, fname); error 383 ext/phar/util.c if (error) { error 384 ext/phar/util.c spprintf(error, 4096, "phar error: file \"\" in phar \"%s\" cannot be empty", fname); error 390 ext/phar/util.c if ((entry = phar_get_entry_info_dir(phar, path, path_len, allow_dir, for_create && !PHAR_G(readonly) && !phar->is_data ? NULL : error, security)) == NULL) { error 397 ext/phar/util.c if ((entry = phar_get_entry_info(phar, path, path_len, for_create && !PHAR_G(readonly) && !phar->is_data ? NULL : error, security)) == NULL) { error 407 ext/phar/util.c if (error) { error 408 ext/phar/util.c spprintf(error, 4096, "phar error: file \"%s\" in phar \"%s\" cannot be opened for writing, could not make cached phar writeable", path, fname); error 417 ext/phar/util.c if (error) { error 418 ext/phar/util.c spprintf(error, 4096, "phar error: file \"%s\" in phar \"%s\" cannot be opened for reading, writable file pointers are open", path, fname); error 424 ext/phar/util.c if (error) { error 425 ext/phar/util.c spprintf(error, 4096, "phar error: file \"%s\" in phar \"%s\" cannot be opened for writing, readable file pointers are open", path, fname); error 457 ext/phar/util.c if (FAILURE == phar_create_writeable_entry(phar, entry, error)) { error 472 ext/phar/util.c if (FAILURE == phar_create_writeable_entry(phar, entry, error)) { error 476 ext/phar/util.c if (FAILURE == phar_separate_entry_fp(entry, error)) { error 481 ext/phar/util.c if (FAILURE == phar_open_entry_fp(entry, error, 1)) { error 518 ext/phar/util.c phar_entry_data *phar_get_or_create_entry_data(char *fname, int fname_len, char *path, int path_len, const char *mode, char allow_dir, char **error, int security) /* {{{ */ error 532 ext/phar/util.c if (FAILURE == phar_get_archive(&phar, fname, fname_len, NULL, 0, error)) { error 536 ext/phar/util.c if (FAILURE == phar_get_entry_data(&ret, fname, fname_len, path, path_len, mode, allow_dir, error, security)) { error 543 ext/phar/util.c if (error) { error 544 ext/phar/util.c spprintf(error, 0, "phar error: invalid path \"%s\" contains %s", path, pcr_error); error 550 ext/phar/util.c if (error) { error 551 ext/phar/util.c spprintf(error, 4096, "phar error: file \"%s\" in phar \"%s\" cannot be created, could not make cached phar writeable", path, fname); error 566 ext/phar/util.c if (error) { error 567 ext/phar/util.c spprintf(error, 0, "phar error: unable to create temporary file"); error 601 ext/phar/util.c if (error) { error 602 ext/phar/util.c spprintf(error, 0, "phar error: unable to add new entry \"%s\" to phar \"%s\"", etemp.filename, phar->fname); error 651 ext/phar/util.c int phar_copy_entry_fp(phar_entry_info *source, phar_entry_info *dest, char **error) /* {{{ */ error 655 ext/phar/util.c if (FAILURE == phar_open_entry_fp(source, error, 1)) { error 670 ext/phar/util.c spprintf(error, 0, "phar error: unable to create temporary file"); error 683 ext/phar/util.c if (error) { error 684 ext/phar/util.c spprintf(error, 4096, "phar error: unable to copy contents of file \"%s\" to \"%s\" in phar archive \"%s\"", source->filename, dest->filename, source->phar->fname); error 695 ext/phar/util.c int phar_open_entry_fp(phar_entry_info *entry, char **error, int follow_links) /* {{{ */ error 707 ext/phar/util.c return phar_open_entry_fp(link_entry, error, 1); error 729 ext/phar/util.c spprintf(error, 4096, "phar error: Cannot open phar archive \"%s\" for reading", phar->fname); error 739 ext/phar/util.c if (FAILURE == phar_postprocess_file(&dummy, entry->crc32, error, 1)) { error 748 ext/phar/util.c spprintf(error, 4096, "phar error: Cannot open temporary file for decompressing phar archive \"%s\" file \"%s\"", phar->fname, entry->filename); error 757 ext/phar/util.c if (FAILURE == phar_postprocess_file(&dummy, entry->crc32, error, 1)) { error 770 ext/phar/util.c spprintf(error, 4096, "phar error: unable to read phar \"%s\" (cannot create %s filter while decompressing file \"%s\")", phar->fname, phar_decompress_filter(entry, 1), entry->filename); error 783 ext/phar/util.c spprintf(error, 4096, "phar error: internal corruption of phar \"%s\" (actual filesize mismatch on file \"%s\")", phar->fname, entry->filename); error 794 ext/phar/util.c spprintf(error, 4096, "phar error: internal corruption of phar \"%s\" (actual filesize mismatch on file \"%s\")", phar->fname, entry->filename); error 804 ext/phar/util.c if (FAILURE == phar_postprocess_file(&dummy, entry->crc32, error, 0)) { error 811 ext/phar/util.c int phar_create_writeable_entry(phar_archive_data *phar, phar_entry_info *entry, char **error) /* {{{ */ error 830 ext/phar/util.c if (error) { error 831 ext/phar/util.c *error = NULL; error 844 ext/phar/util.c if (error) { error 845 ext/phar/util.c spprintf(error, 0, "phar error: unable to create temporary file"); error 864 ext/phar/util.c int phar_separate_entry_fp(phar_entry_info *entry, char **error) /* {{{ */ error 869 ext/phar/util.c if (FAILURE == phar_open_entry_fp(entry, error, 1)) { error 879 ext/phar/util.c spprintf(error, 0, "phar error: unable to create temporary file"); error 890 ext/phar/util.c if (error) { error 891 ext/phar/util.c spprintf(error, 4096, "phar error: cannot separate entry file \"%s\" contents in phar archive \"%s\" for write access", entry->filename, entry->phar->fname); error 913 ext/phar/util.c phar_entry_info * phar_open_jit(phar_archive_data *phar, phar_entry_info *entry, char **error) /* {{{ */ error 915 ext/phar/util.c if (error) { error 916 ext/phar/util.c *error = NULL; error 919 ext/phar/util.c if (FAILURE == phar_open_entry_fp(entry, error, 1)) { error 923 ext/phar/util.c spprintf(error, 4096, "phar error: cannot seek to start of file \"%s\" in phar \"%s\"", entry->filename, phar->fname); error 965 ext/phar/util.c int phar_get_archive(phar_archive_data **archive, char *fname, int fname_len, char *alias, int alias_len, char **error) /* {{{ */ error 973 ext/phar/util.c if (error) { error 974 ext/phar/util.c *error = NULL; error 984 ext/phar/util.c if (error) { error 985 ext/phar/util.c spprintf(error, 0, "alias \"%s\" is already used for archive \"%s\" cannot be overloaded with \"%s\"", alias, PHAR_G(last_phar)->fname, fname); error 1013 ext/phar/util.c if (error) { error 1014 ext/phar/util.c spprintf(error, 0, "alias \"%s\" is already used for archive \"%s\" cannot be overloaded with \"%s\"", alias, fd_ptr->fname, fname); error 1017 ext/phar/util.c if (error) { error 1018 ext/phar/util.c efree(*error); error 1019 ext/phar/util.c *error = NULL; error 1052 ext/phar/util.c if (error) { error 1053 ext/phar/util.c spprintf(error, 0, "alias \"%s\" is already used for archive \"%s\" cannot be overloaded with \"%s\"", alias, fd_ptr->fname, fname); error 1082 ext/phar/util.c if (error) { error 1083 ext/phar/util.c spprintf(error, 0, "alias \"%s\" is already used for archive \"%s\" cannot be overloaded with \"%s\"", alias, fd_ptr->fname, fname); error 1209 ext/phar/util.c phar_entry_info *phar_get_entry_info(phar_archive_data *phar, char *path, int path_len, char **error, int security) /* {{{ */ error 1211 ext/phar/util.c return phar_get_entry_info_dir(phar, path, path_len, 0, error, security); error 1219 ext/phar/util.c phar_entry_info *phar_get_entry_info_dir(phar_archive_data *phar, char *path, int path_len, char dir, char **error, int security) /* {{{ */ error 1231 ext/phar/util.c if (error) { error 1232 ext/phar/util.c *error = NULL; error 1236 ext/phar/util.c if (error) { error 1237 ext/phar/util.c spprintf(error, 4096, "phar error: cannot directly access magic \".phar\" directory or files within it"); error 1243 ext/phar/util.c if (error) { error 1244 ext/phar/util.c spprintf(error, 4096, "phar error: invalid path \"%s\" must not be empty", path); error 1250 ext/phar/util.c if (error) { error 1251 ext/phar/util.c spprintf(error, 4096, "phar error: invalid path \"%s\" contains %s", path, pcr_error); error 1273 ext/phar/util.c if (error) { error 1274 ext/phar/util.c spprintf(error, 4096, "phar error: path \"%s\" is a directory", path); error 1280 ext/phar/util.c if (error) { error 1281 ext/phar/util.c spprintf(error, 4096, "phar error: path \"%s\" exists and is a not a directory", path); error 1313 ext/phar/util.c if (error) { error 1314 ext/phar/util.c spprintf(error, 4096, "phar internal error: mounted path \"%s\" could not be retrieved from manifest", ZSTR_VAL(str_key)); error 1320 ext/phar/util.c if (error) { error 1321 ext/phar/util.c spprintf(error, 4096, "phar internal error: mounted path \"%s\" is not properly initialized as a mounted path", ZSTR_VAL(str_key)); error 1335 ext/phar/util.c if (error) { error 1336 ext/phar/util.c spprintf(error, 4096, "phar error: path \"%s\" is a directory", path); error 1344 ext/phar/util.c if (error) { error 1345 ext/phar/util.c spprintf(error, 4096, "phar error: path \"%s\" exists and is a not a directory", path); error 1353 ext/phar/util.c if (error) { error 1354 ext/phar/util.c spprintf(error, 4096, "phar error: path \"%s\" exists as file \"%s\" and could not be mounted", path, test); error 1362 ext/phar/util.c if (error) { error 1363 ext/phar/util.c spprintf(error, 4096, "phar error: path \"%s\" exists as file \"%s\" and could not be retrieved after being mounted", path, test); error 1483 ext/phar/util.c int phar_verify_signature(php_stream *fp, size_t end_of_phar, php_uint32 sig_type, char *sig, int sig_len, char *fname, char **signature, int *signature_len, char **error) /* {{{ */ error 1506 ext/phar/util.c if (error) { error 1507 ext/phar/util.c spprintf(error, 0, "openssl not loaded"); error 1521 ext/phar/util.c if (error) { error 1522 ext/phar/util.c spprintf(error, 0, "openssl public key could not be read"); error 1536 ext/phar/util.c if (error) { error 1537 ext/phar/util.c spprintf(error, 0, "openssl signature could not be verified"); error 1553 ext/phar/util.c if (error) { error 1554 ext/phar/util.c spprintf(error, 0, "openssl signature could not be processed"); error 1564 ext/phar/util.c if (error) { error 1565 ext/phar/util.c spprintf(error, 0, "openssl signature could not be processed"); error 1594 ext/phar/util.c if (error) { error 1595 ext/phar/util.c spprintf(error, 0, "broken openssl signature"); error 1632 ext/phar/util.c if (error) { error 1633 ext/phar/util.c spprintf(error, 0, "broken signature"); error 1665 ext/phar/util.c if (error) { error 1666 ext/phar/util.c spprintf(error, 0, "broken signature"); error 1677 ext/phar/util.c if (error) { error 1678 ext/phar/util.c spprintf(error, 0, "unsupported signature"); error 1706 ext/phar/util.c if (error) { error 1707 ext/phar/util.c spprintf(error, 0, "broken signature"); error 1739 ext/phar/util.c if (error) { error 1740 ext/phar/util.c spprintf(error, 0, "broken signature"); error 1749 ext/phar/util.c if (error) { error 1750 ext/phar/util.c spprintf(error, 0, "broken or unsupported signature"); error 1758 ext/phar/util.c int phar_create_signature(phar_archive_data *phar, php_stream *fp, char **signature, int *signature_length, char **error) /* {{{ */ error 1805 ext/phar/util.c if (error) { error 1806 ext/phar/util.c spprintf(error, 0, "unable to write to phar \"%s\" with requested hash type", phar->fname); error 1822 ext/phar/util.c if (error) { error 1823 ext/phar/util.c spprintf(error, 0, "unable to write to phar \"%s\" with requested openssl signature", phar->fname); error 1832 ext/phar/util.c if (error) { error 1833 ext/phar/util.c spprintf(error, 0, "unable to process private key"); error 1845 ext/phar/util.c if (error) { error 1846 ext/phar/util.c spprintf(error, 0, "unable to initialize openssl signature for phar \"%s\"", phar->fname); error 1854 ext/phar/util.c if (error) { error 1855 ext/phar/util.c spprintf(error, 0, "unable to update the openssl signature for phar \"%s\"", phar->fname); error 1863 ext/phar/util.c if (error) { error 1864 ext/phar/util.c spprintf(error, 0, "unable to write phar \"%s\" with requested openssl signature", phar->fname); error 1877 ext/phar/util.c if (error) { error 1878 ext/phar/util.c spprintf(error, 0, "unable to write phar \"%s\" with requested openssl signature", phar->fname); error 166 ext/phar/zip.c int phar_parse_zipfile(php_stream *fp, char *fname, int fname_len, char *alias, int alias_len, phar_archive_data** pphar, char **error) /* {{{ */ error 184 ext/phar/zip.c if (error) { error 185 ext/phar/zip.c spprintf(error, 4096, "phar error: unable to search for end of central directory in zip-based phar \"%s\"", fname); error 195 ext/phar/zip.c if (error) { error 196 ext/phar/zip.c spprintf(error, 4096, "phar error: unable to read in data to search for end of central directory in zip-based phar \"%s\"", fname); error 207 ext/phar/zip.c if (error) { error 208 ext/phar/zip.c spprintf(error, 4096, "phar error: split archives spanning multiple zips cannot be processed in zip-based phar \"%s\"", fname); error 214 ext/phar/zip.c if (error) { error 215 ext/phar/zip.c spprintf(error, 4096, "phar error: corrupt zip archive, conflicting file count in end of central directory record in zip-based phar \"%s\"", fname); error 230 ext/phar/zip.c if (error) { error 231 ext/phar/zip.c spprintf(error, 4096, "phar error: corrupt zip archive, zip file comment truncated in zip-based phar \"%s\"", fname); error 256 ext/phar/zip.c if (error) { error 257 ext/phar/zip.c spprintf(error, 4096, "phar error: end of central directory not found in zip-based phar \"%s\"", fname); error 306 ext/phar/zip.c if (error) { \ error 307 ext/phar/zip.c spprintf(error, 4096, "phar error: %s in zip-based phar \"%s\"", errmsg, mydata->fname); \ error 328 ext/phar/zip.c if (error) { \ error 329 ext/phar/zip.c spprintf(error, 4096, "phar error: %s in zip-based phar \"%s\"", errmsg, mydata->fname); \ error 427 ext/phar/zip.c if (FAILURE == phar_verify_signature(sigfile, php_stream_tell(sigfile), mydata->sig_flags, sig + 8, entry.uncompressed_filesize - 8, fname, &mydata->signature, &mydata->sig_len, error)) { error 429 ext/phar/zip.c if (error) { error 432 ext/phar/zip.c spprintf(&save, 4096, "signature cannot be verified: %s", *error); error 433 ext/phar/zip.c efree(*error); error 680 ext/phar/zip.c if (error) { error 681 ext/phar/zip.c spprintf(error, 4096, "phar error: invalid alias \"%s\" in zip-based phar \"%s\"", actual_alias, fname); error 692 ext/phar/zip.c if (error) { error 693 ext/phar/zip.c spprintf(error, 4096, "phar error: Unable to add zip-based phar \"%s\" with implicit alias, alias is already in use", fname); error 714 ext/phar/zip.c if (error) { error 715 ext/phar/zip.c spprintf(error, 4096, "phar error: Unable to add zip-based phar \"%s\" with explicit alias, alias is already in use", fname); error 744 ext/phar/zip.c int phar_open_or_create_zip(char *fname, int fname_len, char *alias, int alias_len, int is_data, int options, phar_archive_data** pphar, char **error) /* {{{ */ error 747 ext/phar/zip.c int ret = phar_create_or_parse_filename(fname, fname_len, alias, alias_len, is_data, options, &phar, error); error 771 ext/phar/zip.c if (error) { error 772 ext/phar/zip.c spprintf(error, 4096, "phar zip error: phar \"%s\" already exists as a regular phar and must be deleted from disk prior to creating as a zip-based phar", fname); error 785 ext/phar/zip.c char **error; error 865 ext/phar/zip.c if (FAILURE == phar_open_entry_fp(entry, p->error, 0)) { error 866 ext/phar/zip.c spprintf(p->error, 0, "unable to open file contents of file \"%s\" in zip-based phar \"%s\"", entry->filename, entry->phar->fname); error 877 ext/phar/zip.c spprintf(p->error, 0, "unable to seek to start of file \"%s\" to zip-based phar \"%s\"", entry->filename, entry->phar->fname); error 904 ext/phar/zip.c spprintf(p->error, 0, "unable to gzip compress file \"%s\" to zip-based phar \"%s\"", entry->filename, entry->phar->fname); error 906 ext/phar/zip.c spprintf(p->error, 0, "unable to bzip2 compress file \"%s\" to zip-based phar \"%s\"", entry->filename, entry->phar->fname); error 917 ext/phar/zip.c spprintf(p->error, 0, "unable to create temporary file for file \"%s\" while creating zip-based phar \"%s\"", entry->filename, entry->phar->fname); error 924 ext/phar/zip.c spprintf(p->error, 0, "unable to seek to start of file \"%s\" to zip-based phar \"%s\"", entry->filename, entry->phar->fname); error 931 ext/phar/zip.c spprintf(p->error, 0, "unable to copy compressed file contents of file \"%s\" while creating new phar \"%s\"", entry->filename, entry->phar->fname); error 954 ext/phar/zip.c spprintf(p->error, 0, "unable to seek to start of file \"%s\" while creating zip-based phar \"%s\"", entry->filename, entry->phar->fname); error 981 ext/phar/zip.c spprintf(p->error, 0, "unable to write local file header of file \"%s\" to zip-based phar \"%s\"", entry->filename, entry->phar->fname); error 986 ext/phar/zip.c spprintf(p->error, 0, "unable to write central directory entry for file \"%s\" while creating zip-based phar \"%s\"", entry->filename, entry->phar->fname); error 992 ext/phar/zip.c spprintf(p->error, 0, "unable to write filename to local directory entry for directory \"%s\" while creating zip-based phar \"%s\"", entry->filename, entry->phar->fname); error 997 ext/phar/zip.c spprintf(p->error, 0, "unable to write filename to local directory entry for directory \"%s\" while creating zip-based phar \"%s\"", entry->filename, entry->phar->fname); error 1002 ext/phar/zip.c spprintf(p->error, 0, "unable to write filename to central directory entry for directory \"%s\" while creating zip-based phar \"%s\"", entry->filename, entry->phar->fname); error 1007 ext/phar/zip.c spprintf(p->error, 0, "unable to write filename to central directory entry for directory \"%s\" while creating zip-based phar \"%s\"", entry->filename, entry->phar->fname); error 1012 ext/phar/zip.c spprintf(p->error, 0, "unable to write filename to local directory entry for file \"%s\" while creating zip-based phar \"%s\"", entry->filename, entry->phar->fname); error 1017 ext/phar/zip.c spprintf(p->error, 0, "unable to write filename to central directory entry for file \"%s\" while creating zip-based phar \"%s\"", entry->filename, entry->phar->fname); error 1023 ext/phar/zip.c spprintf(p->error, 0, "unable to write local extra permissions file header of file \"%s\" to zip-based phar \"%s\"", entry->filename, entry->phar->fname); error 1028 ext/phar/zip.c spprintf(p->error, 0, "unable to write central extra permissions file header of file \"%s\" to zip-based phar \"%s\"", entry->filename, entry->phar->fname); error 1035 ext/phar/zip.c spprintf(p->error, 0, "unable to write compressed contents of file \"%s\" in zip-based phar \"%s\"", entry->filename, entry->phar->fname); error 1042 ext/phar/zip.c if (FAILURE == phar_open_entry_fp(entry, p->error, 0)) { error 1049 ext/phar/zip.c spprintf(p->error, 0, "unable to write contents of file \"%s\" in zip-based phar \"%s\"", entry->filename, entry->phar->fname); error 1075 ext/phar/zip.c spprintf(p->error, 0, "unable to copy contents of file \"%s\" while creating zip-based phar \"%s\"", entry->filename, entry->phar->fname); error 1086 ext/phar/zip.c spprintf(p->error, 0, "unable to write metadata as file comment for file \"%s\" while creating zip-based phar \"%s\"", entry->filename, entry->phar->fname); error 1117 ext/phar/zip.c spprintf(pass->error, 0, "phar error: unable to create temporary file for the signature file"); error 1131 ext/phar/zip.c if (FAILURE == phar_create_signature(phar, newfile, &signature, &signature_length, pass->error)) { error 1132 ext/phar/zip.c if (pass->error) { error 1133 ext/phar/zip.c char *save = *(pass->error); error 1134 ext/phar/zip.c spprintf(pass->error, 0, "phar error: unable to write signature to zip-based phar: %s", save); error 1148 ext/phar/zip.c spprintf(pass->error, 0, "phar error: unable to create temporary file for signature"); error 1157 ext/phar/zip.c if (pass->error) { error 1158 ext/phar/zip.c spprintf(pass->error, 0, "phar error: unable to write signature to zip-based phar %s", phar->fname); error 1172 ext/phar/zip.c if (pass->error && *(pass->error)) { error 1182 ext/phar/zip.c int phar_zip_flush(phar_archive_data *phar, char *user_stub, zend_long len, int defaultstub, char **error) /* {{{ */ error 1199 ext/phar/zip.c pass.error = &temperr; error 1208 ext/phar/zip.c if (error) { error 1209 ext/phar/zip.c spprintf(error, 0, "internal error: attempt to flush cached zip-based phar \"%s\"", phar->fname); error 1222 ext/phar/zip.c spprintf(error, 0, "phar error: unable to create temporary file"); error 1226 ext/phar/zip.c if (error) { error 1227 ext/phar/zip.c spprintf(error, 0, "unable to set alias in zip-based phar \"%s\"", phar->fname); error 1237 ext/phar/zip.c if (error) { error 1238 ext/phar/zip.c spprintf(error, 0, "unable to set alias in zip-based phar \"%s\"", phar->fname); error 1248 ext/phar/zip.c if (FAILURE == phar_get_archive(&phar, phar->fname, phar->fname_len, phar->alias, phar->alias_len, error)) { error 1258 ext/phar/zip.c if (error) { error 1259 ext/phar/zip.c spprintf(error, 0, "unable to access resource to copy stub to new zip-based phar \"%s\"", phar->fname); error 1287 ext/phar/zip.c if (error) { error 1288 ext/phar/zip.c spprintf(error, 0, "unable to read resource to copy stub to new zip-based phar \"%s\"", phar->fname); error 1300 ext/phar/zip.c if (error) { error 1301 ext/phar/zip.c spprintf(error, 0, "illegal stub for zip-based phar \"%s\"", phar->fname); error 1314 ext/phar/zip.c spprintf(error, 0, "phar error: unable to create temporary file"); error 1321 ext/phar/zip.c if (error) { error 1322 ext/phar/zip.c spprintf(error, 0, "unable to create stub from string in new zip-based phar \"%s\"", phar->fname); error 1338 ext/phar/zip.c if (error) { error 1339 ext/phar/zip.c spprintf(error, 0, "unable to set stub in zip-based phar \"%s\"", phar->fname); error 1351 ext/phar/zip.c spprintf(error, 0, "phar error: unable to create temporary file"); error 1356 ext/phar/zip.c if (error) { error 1357 ext/phar/zip.c spprintf(error, 0, "unable to %s stub in%szip-based phar \"%s\", failed", user_stub ? "overwrite" : "create", user_stub ? " " : " new ", phar->fname); error 1371 ext/phar/zip.c if (error) { error 1372 ext/phar/zip.c spprintf(error, 0, "unable to create stub in zip-based phar \"%s\"", phar->fname); error 1384 ext/phar/zip.c if (error) { error 1385 ext/phar/zip.c spprintf(error, 0, "unable to overwrite stub in zip-based phar \"%s\"", phar->fname); error 1410 ext/phar/zip.c if (error) { error 1411 ext/phar/zip.c spprintf(error, 4096, "phar zip flush of \"%s\" failed: unable to open temporary file", phar->fname); error 1445 ext/phar/zip.c if (error) { error 1446 ext/phar/zip.c spprintf(error, 4096, "phar zip flush of \"%s\" failed: %s", phar->fname, temperr); error 1477 ext/phar/zip.c if (error) { error 1478 ext/phar/zip.c spprintf(error, 4096, "phar zip flush of \"%s\" failed: unable to write central-directory", phar->fname); error 1491 ext/phar/zip.c if (error) { error 1492 ext/phar/zip.c spprintf(error, 4096, "phar zip flush of \"%s\" failed: unable to write end of central-directory", phar->fname); error 1498 ext/phar/zip.c if (error) { error 1499 ext/phar/zip.c spprintf(error, 4096, "phar zip flush of \"%s\" failed: unable to write metadata to zip comment", phar->fname); error 1508 ext/phar/zip.c if (error) { error 1509 ext/phar/zip.c spprintf(error, 4096, "phar zip flush of \"%s\" failed: unable to write end of central-directory", phar->fname); error 1539 ext/phar/zip.c if (error) { error 1540 ext/phar/zip.c spprintf(error, 4096, "unable to open new phar \"%s\" for writing", phar->fname); error 1427 ext/posix/posix.c zend_long error; error 1429 ext/posix/posix.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "l", &error) == FAILURE) { error 1433 ext/posix/posix.c RETURN_STRING(strerror(error)); error 1788 ext/snmp/snmp.c char *error = strerror(errno); error 1789 ext/snmp/snmp.c php_error_docref(NULL, E_WARNING, "Error while reading MIB file '%s': %s", filename, error); error 1296 ext/soap/php_http.c int error = 0; error 1299 ext/soap/php_http.c error = 1; error 1308 ext/soap/php_http.c error = 1; error 1313 ext/soap/php_http.c if (error) { error 101 ext/soap/php_xml.c ctxt->sax->error = NULL; error 150 ext/soap/php_xml.c ctxt->sax->error = NULL; error 2751 ext/soap/soap.c smart_str error = {0}; error 2752 ext/soap/soap.c smart_str_appends(&error,"Function (\""); error 2753 ext/soap/soap.c smart_str_appends(&error,function); error 2754 ext/soap/soap.c smart_str_appends(&error,"\") is not a valid method for this service"); error 2755 ext/soap/soap.c smart_str_0(&error); error 2756 ext/soap/soap.c add_soap_fault(this_ptr, "Client", ZSTR_VAL(error.s), NULL, NULL); error 2757 ext/soap/soap.c smart_str_free(&error); error 62 ext/sockets/php_sockets.h int error; error 83 ext/sockets/php_sockets.h (socket)->error = _err; \ error 104 ext/sockets/php_sockets.h char *sockets_strerror(int error); error 396 ext/sockets/sockets.c php_sock->error = 0; error 483 ext/sockets/sockets.c out_sock->error = 0; error 556 ext/sockets/sockets.c char *sockets_strerror(int error) /* {{{ */ error 561 ext/sockets/sockets.c if (error < -10000) { error 562 ext/sockets/sockets.c error = -error - 10000; error 565 ext/sockets/sockets.c buf = hstrerror(error); error 572 ext/sockets/sockets.c spprintf(&(SOCKETS_G(strerror_buf)), 0, "Host lookup error %d", error); error 577 ext/sockets/sockets.c buf = strerror(error); error 585 ext/sockets/sockets.c NULL, error, MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), (LPTSTR) &tmp, 0, NULL) error 931 ext/sockets/sockets.c php_sock->error = 0; error 1172 ext/sockets/sockets.c php_sock->error = errno; error 1393 ext/sockets/sockets.c php_sock->error = 0; error 2174 ext/sockets/sockets.c php_sock[0]->error = 0; error 2175 ext/sockets/sockets.c php_sock[1]->error = 0; error 2232 ext/sockets/sockets.c RETVAL_LONG(php_sock->error); error 2254 ext/sockets/sockets.c php_sock->error = 0; error 2289 ext/sockets/sockets.c goto error; error 2297 ext/sockets/sockets.c goto error; error 2305 ext/sockets/sockets.c error: error 463 ext/spl/php_spl.c char *error = NULL; error 478 ext/spl/php_spl.c if (!zend_is_callable_ex(zcallable, NULL, IS_CALLABLE_STRICT, &func_name, &fcc, &error)) { error 485 ext/spl/php_spl.c zend_throw_exception_ex(spl_ce_LogicException, 0, "Passed array specifies a non static method but no object (%s)", error); error 487 ext/spl/php_spl.c if (error) { error 488 ext/spl/php_spl.c efree(error); error 493 ext/spl/php_spl.c zend_throw_exception_ex(spl_ce_LogicException, 0, "Passed array does not specify %s %smethod (%s)", alfi.func_ptr ? "a callable" : "an existing", !obj_ptr ? "static " : "", error); error 495 ext/spl/php_spl.c if (error) { error 496 ext/spl/php_spl.c efree(error); error 502 ext/spl/php_spl.c zend_throw_exception_ex(spl_ce_LogicException, 0, "Function '%s' not %s (%s)", ZSTR_VAL(func_name), alfi.func_ptr ? "callable" : "found", error); error 504 ext/spl/php_spl.c if (error) { error 505 ext/spl/php_spl.c efree(error); error 511 ext/spl/php_spl.c zend_throw_exception_ex(spl_ce_LogicException, 0, "Illegal value passed (%s)", error); error 513 ext/spl/php_spl.c if (error) { error 514 ext/spl/php_spl.c efree(error); error 524 ext/spl/php_spl.c if (error) { error 525 ext/spl/php_spl.c efree(error); error 533 ext/spl/php_spl.c if (error) { error 534 ext/spl/php_spl.c efree(error); error 621 ext/spl/php_spl.c char *error = NULL; error 633 ext/spl/php_spl.c if (!zend_is_callable_ex(zcallable, NULL, IS_CALLABLE_CHECK_SYNTAX_ONLY, &func_name, &fcc, &error)) { error 634 ext/spl/php_spl.c zend_throw_exception_ex(spl_ce_LogicException, 0, "Unable to unregister invalid function (%s)", error); error 635 ext/spl/php_spl.c if (error) { error 636 ext/spl/php_spl.c efree(error); error 644 ext/spl/php_spl.c if (error) { error 645 ext/spl/php_spl.c efree(error); error 1201 ext/spl/spl_dllist.c goto error; error 1211 ext/spl/spl_dllist.c goto error; error 1219 ext/spl/spl_dllist.c goto error; error 1225 ext/spl/spl_dllist.c error: error 26634 ext/sqlite3/libsqlite/sqlite3.c static void storeLastErrno(unixFile *pFile, int error){ error 26635 ext/sqlite3/libsqlite/sqlite3.c pFile->lastErrno = error; error 397 ext/standard/scanf.c goto error; error 479 ext/standard/scanf.c goto error; error 483 ext/standard/scanf.c goto error; error 533 ext/standard/scanf.c goto error; error 540 ext/standard/scanf.c goto error; error 556 ext/standard/scanf.c error: error 402 ext/standard/type.c char *error; error 416 ext/standard/type.c retval = zend_is_callable_ex(var, NULL, check_flags, &name, NULL, &error); error 426 ext/standard/type.c retval = zend_is_callable_ex(var, NULL, check_flags, NULL, NULL, &error); error 428 ext/standard/type.c if (error) { error 430 ext/standard/type.c efree(error); error 570 ext/xml/compat.c int error; error 596 ext/xml/compat.c error = xmlParseChunk(parser->parser, (char *) data, data_len, is_final); error 597 ext/xml/compat.c if (!error) { error 687 ext/xmlrpc/libxmlrpc/xml_element.c xml_element* xml_elem_parse_buf(const char* in_buf, int len, XML_ELEM_INPUT_OPTIONS options, XML_ELEM_ERROR error) error 745 ext/xmlrpc/libxmlrpc/xml_element.c if(error) { error 746 ext/xmlrpc/libxmlrpc/xml_element.c error->parser_code = (long)err_code; error 747 ext/xmlrpc/libxmlrpc/xml_element.c error->line = line_num; error 748 ext/xmlrpc/libxmlrpc/xml_element.c error->column = col_num; error 749 ext/xmlrpc/libxmlrpc/xml_element.c error->byte_index = byte_idx; error 750 ext/xmlrpc/libxmlrpc/xml_element.c error->parser_error = error_str; error 164 ext/xmlrpc/libxmlrpc/xml_element.h xml_element* xml_elem_parse_buf(const char* in_buf, int len, XML_ELEM_INPUT_OPTIONS options, XML_ELEM_ERROR error); error 342 ext/xmlrpc/libxmlrpc/xmlrpc.c if(request->error) { error 343 ext/xmlrpc/libxmlrpc/xmlrpc.c XMLRPC_CleanupValue(request->error); error 537 ext/xmlrpc/libxmlrpc/xmlrpc.c XMLRPC_VALUE XMLRPC_RequestSetError (XMLRPC_REQUEST request, XMLRPC_VALUE error) { error 538 ext/xmlrpc/libxmlrpc/xmlrpc.c if (request && error) { error 539 ext/xmlrpc/libxmlrpc/xmlrpc.c if (request->error) { error 540 ext/xmlrpc/libxmlrpc/xmlrpc.c XMLRPC_CleanupValue (request->error); error 542 ext/xmlrpc/libxmlrpc/xmlrpc.c request->error = XMLRPC_CopyValue (error); error 543 ext/xmlrpc/libxmlrpc/xmlrpc.c return request->error; error 569 ext/xmlrpc/libxmlrpc/xmlrpc.c return request ? request->error : NULL; error 759 ext/xmlrpc/libxmlrpc/xmlrpc.c static XMLRPC_VALUE map_expat_errors(XML_ELEM_ERROR error) { error 761 ext/xmlrpc/libxmlrpc/xmlrpc.c if(error) { error 766 ext/xmlrpc/libxmlrpc/xmlrpc.c error->line, error->column, error->byte_index); error 769 ext/xmlrpc/libxmlrpc/xmlrpc.c switch(error->parser_code) { error 807 ext/xmlrpc/libxmlrpc/xmlrpc.c STRUCT_XML_ELEM_ERROR error = {0}; error 813 ext/xmlrpc/libxmlrpc/xmlrpc.c &error); error 831 ext/xmlrpc/libxmlrpc/xmlrpc.c if(error.parser_error) { error 832 ext/xmlrpc/libxmlrpc/xmlrpc.c XMLRPC_RequestSetError (request, map_expat_errors (&error)); error 2571 ext/xmlrpc/libxmlrpc/xmlrpc.c if(request && request->error) { error 2572 ext/xmlrpc/libxmlrpc/xmlrpc.c xReturn = XMLRPC_CopyValue(request->error); error 338 ext/xmlrpc/libxmlrpc/xmlrpc.h XMLRPC_VALUE XMLRPC_RequestSetError (XMLRPC_REQUEST request, XMLRPC_VALUE error); error 89 ext/xmlrpc/libxmlrpc/xmlrpc_introspection.h XMLRPC_VALUE XMLRPC_IntrospectionCreateDescription(const char* xml, XMLRPC_ERROR error); error 118 ext/xmlrpc/libxmlrpc/xmlrpc_private.h XMLRPC_VALUE error; /* error codes */ error 183 ext/xsl/xsltprocessor.c int error = 0; error 195 ext/xsl/xsltprocessor.c error = 1; error 201 ext/xsl/xsltprocessor.c error = 1; error 207 ext/xsl/xsltprocessor.c error = 1; error 212 ext/xsl/xsltprocessor.c error = 1; error 217 ext/xsl/xsltprocessor.c if (error == 1) { error 258 ext/zip/lib/zip.h #define ZIP_SOURCE_GET_ARGS(type, data, len, error) ((len) < sizeof(type) ? zip_error_set((error), ZIP_ER_INVAL, 0), (type *)NULL : (type *)(data)) error 64 ext/zip/lib/zip_add_entry.c zip_error_set(&za->error, ZIP_ER_MEMORY, 0); error 69 ext/zip/lib/zip_add_entry.c zip_error_set(&za->error, ZIP_ER_MEMORY, 0); error 174 ext/zip/lib/zip_buffer.c _zip_buffer_new_from_source(zip_source_t *src, zip_uint64_t size, zip_uint8_t *buf, zip_error_t *error) error 179 ext/zip/lib/zip_buffer.c zip_error_set(error, ZIP_ER_MEMORY, 0); error 183 ext/zip/lib/zip_buffer.c if (_zip_read(src, buffer->data, size, error) < 0) { error 68 ext/zip/lib/zip_close.c int error; error 81 ext/zip/lib/zip_close.c _zip_error_set_from_source(&za->error, za->src); error 95 ext/zip/lib/zip_close.c zip_error_set(&za->error, ZIP_ER_INTERNAL, 0); error 109 ext/zip/lib/zip_close.c zip_error_set(&za->error, ZIP_ER_INTERNAL, 0); error 118 ext/zip/lib/zip_close.c zip_error_set(&za->error, ZIP_ER_INTERNAL, 0); error 123 ext/zip/lib/zip_close.c _zip_error_set_from_source(&za->error, za->src); error 128 ext/zip/lib/zip_close.c error = 0; error 142 ext/zip/lib/zip_close.c zip_error_set(&za->error, ZIP_ER_MEMORY, 0); error 143 ext/zip/lib/zip_close.c error = 1; error 150 ext/zip/lib/zip_close.c error = 1; error 155 ext/zip/lib/zip_close.c error = 1; error 166 ext/zip/lib/zip_close.c error = 1; error 173 ext/zip/lib/zip_close.c error = 1; error 187 ext/zip/lib/zip_close.c error = 1; error 190 ext/zip/lib/zip_close.c if ((offset=_zip_file_get_offset(za, i, &za->error)) == 0) { error 191 ext/zip/lib/zip_close.c error = 1; error 195 ext/zip/lib/zip_close.c _zip_error_set_from_source(&za->error, za->src); error 196 ext/zip/lib/zip_close.c error = 1; error 200 ext/zip/lib/zip_close.c error = 1; error 206 ext/zip/lib/zip_close.c if (!error) { error 208 ext/zip/lib/zip_close.c error = 1; error 213 ext/zip/lib/zip_close.c if (!error) { error 215 ext/zip/lib/zip_close.c _zip_error_set_from_source(&za->error, za->src); error 216 ext/zip/lib/zip_close.c error = 1; error 220 ext/zip/lib/zip_close.c if (error) { error 242 ext/zip/lib/zip_close.c _zip_error_set_from_source(&za->error, src); error 295 ext/zip/lib/zip_close.c zip_error_set(&za->error, ZIP_ER_COMPNOTSUPP, 0); error 317 ext/zip/lib/zip_close.c zip_error_set(&za->error, ZIP_ER_COMPNOTSUPP, 0); error 355 ext/zip/lib/zip_close.c _zip_error_set_from_source(&za->error, za->src); error 360 ext/zip/lib/zip_close.c zip_error_set(&za->error, ZIP_ER_INTERNAL, 0); error 380 ext/zip/lib/zip_close.c zip_error_set(&za->error, ZIP_ER_INTERNAL, 0); error 386 ext/zip/lib/zip_close.c _zip_error_set_from_source(&za->error, za->src); error 402 ext/zip/lib/zip_close.c if (_zip_read(za->src, buf, n, &za->error) < 0) { error 425 ext/zip/lib/zip_close.c _zip_error_set_from_source(&za->error, src); error 438 ext/zip/lib/zip_close.c _zip_error_set_from_source(&za->error, src); error 44 ext/zip/lib/zip_delete.c zip_error_set(&za->error, ZIP_ER_INVAL, 0); error 49 ext/zip/lib/zip_delete.c zip_error_set(&za->error, ZIP_ER_RDONLY, 0); error 53 ext/zip/lib/zip_delete.c if ((name=_zip_get_name(za, idx, 0, &za->error)) == NULL) { error 57 ext/zip/lib/zip_delete.c if (!_zip_hash_delete(za->names, (const zip_uint8_t *)name, &za->error)) { error 52 ext/zip/lib/zip_dir_add.c zip_error_set(&za->error, ZIP_ER_RDONLY, 0); error 57 ext/zip/lib/zip_dir_add.c zip_error_set(&za->error, ZIP_ER_INVAL, 0); error 66 ext/zip/lib/zip_dir_add.c zip_error_set(&za->error, ZIP_ER_MEMORY, 0); error 65 ext/zip/lib/zip_dirent.c _zip_cdir_new(zip_uint64_t nentry, zip_error_t *error) error 71 ext/zip/lib/zip_dirent.c zip_error_set(error, ZIP_ER_MEMORY, 0); error 78 ext/zip/lib/zip_dirent.c zip_error_set(error, ZIP_ER_MEMORY, 0); error 107 ext/zip/lib/zip_dirent.c _zip_error_set_from_source(&za->error, za->src); error 124 ext/zip/lib/zip_dirent.c _zip_error_set_from_source(&za->error, za->src); error 134 ext/zip/lib/zip_dirent.c zip_error_set(&za->error, ZIP_ER_MEMORY, 0); error 167 ext/zip/lib/zip_dirent.c zip_error_set(&za->error, ZIP_ER_INTERNAL, 0); error 298 ext/zip/lib/zip_dirent.c _zip_dirent_read(zip_dirent_t *zde, zip_source_t *src, zip_buffer_t *buffer, bool local, zip_error_t *error) error 311 ext/zip/lib/zip_dirent.c zip_error_set(error, ZIP_ER_NOZIP, 0); error 316 ext/zip/lib/zip_dirent.c if ((buffer = _zip_buffer_new_from_source(src, size, buf, error)) == NULL) { error 322 ext/zip/lib/zip_dirent.c zip_error_set(error, ZIP_ER_NOZIP, 0); error 367 ext/zip/lib/zip_dirent.c zip_error_set(error, ZIP_ER_INTERNAL, 0); error 382 ext/zip/lib/zip_dirent.c zip_error_set(error, ZIP_ER_INCONS, 0); error 389 ext/zip/lib/zip_dirent.c if ((buffer = _zip_buffer_new_from_source(src, variable_size, NULL, error)) == NULL) { error 395 ext/zip/lib/zip_dirent.c zde->filename = _zip_read_string(buffer, src, filename_len, 1, error); error 397 ext/zip/lib/zip_dirent.c if (zip_error_code_zip(error) == ZIP_ER_EOF) { error 398 ext/zip/lib/zip_dirent.c zip_error_set(error, ZIP_ER_INCONS, 0); error 408 ext/zip/lib/zip_dirent.c zip_error_set(error, ZIP_ER_INCONS, 0); error 418 ext/zip/lib/zip_dirent.c zip_uint8_t *ef = _zip_read_data(buffer, src, ef_len, 0, error); error 426 ext/zip/lib/zip_dirent.c if (!_zip_ef_parse(ef, ef_len, local ? ZIP_EF_LOCAL : ZIP_EF_CENTRAL, &zde->extra_fields, error)) { error 439 ext/zip/lib/zip_dirent.c zde->comment = _zip_read_string(buffer, src, comment_len, 0, error); error 448 ext/zip/lib/zip_dirent.c zip_error_set(error, ZIP_ER_INCONS, 0); error 465 ext/zip/lib/zip_dirent.c const zip_uint8_t *ef = _zip_ef_get_by_id(zde->extra_fields, &got_len, ZIP_EF_ZIP64, 0, local ? ZIP_EF_LOCAL : ZIP_EF_CENTRAL, error); error 475 ext/zip/lib/zip_dirent.c zip_error_set(error, ZIP_ER_MEMORY, 0); error 499 ext/zip/lib/zip_dirent.c zip_error_set(error, ZIP_ER_INCONS, 0); error 510 ext/zip/lib/zip_dirent.c zip_error_set(error, ZIP_ER_INTERNAL, 0); error 522 ext/zip/lib/zip_dirent.c zip_error_set(error, ZIP_ER_SEEK, EFBIG); error 569 ext/zip/lib/zip_dirent.c _zip_dirent_size(zip_source_t *src, zip_uint16_t flags, zip_error_t *error) error 580 ext/zip/lib/zip_dirent.c _zip_error_set_from_source(error, src); error 584 ext/zip/lib/zip_dirent.c if ((buffer = _zip_buffer_new_from_source(src, local ? 4 : 6, b, error)) == NULL) { error 593 ext/zip/lib/zip_dirent.c zip_error_set(error, ZIP_ER_INTERNAL, 0); error 638 ext/zip/lib/zip_dirent.c ef = _zip_ef_utf8(ZIP_EF_UTF_8_NAME, de->filename, &za->error); error 643 ext/zip/lib/zip_dirent.c zip_extra_field_t *ef2 = _zip_ef_utf8(ZIP_EF_UTF_8_COMMENT, de->comment, &za->error); error 660 ext/zip/lib/zip_dirent.c zip_error_set(&za->error, ZIP_ER_MEMORY, 0); error 686 ext/zip/lib/zip_dirent.c zip_error_set(&za->error, ZIP_ER_INTERNAL, 0); error 699 ext/zip/lib/zip_dirent.c zip_error_set(&za->error, ZIP_ER_MEMORY, 0); error 760 ext/zip/lib/zip_dirent.c zip_error_set(&za->error, ZIP_ER_INTERNAL, 0); error 830 ext/zip/lib/zip_dirent.c _zip_ef_utf8(zip_uint16_t id, zip_string_t *str, zip_error_t *error) error 843 ext/zip/lib/zip_dirent.c zip_error_set(error, ZIP_ER_INVAL, 0); /* TODO: better error code? */ error 848 ext/zip/lib/zip_dirent.c zip_error_set(error, ZIP_ER_MEMORY, 0); error 857 ext/zip/lib/zip_dirent.c zip_error_set(error, ZIP_ER_INTERNAL, 0); error 870 ext/zip/lib/zip_dirent.c _zip_get_dirent(zip_t *za, zip_uint64_t idx, zip_flags_t flags, zip_error_t *error) error 872 ext/zip/lib/zip_dirent.c if (error == NULL) error 873 ext/zip/lib/zip_dirent.c error = &za->error; error 876 ext/zip/lib/zip_dirent.c zip_error_set(error, ZIP_ER_INVAL, 0); error 882 ext/zip/lib/zip_dirent.c zip_error_set(error, ZIP_ER_INVAL, 0); error 886 ext/zip/lib/zip_dirent.c zip_error_set(error, ZIP_ER_DELETED, 0); error 74 ext/zip/lib/zip_discard.c zip_error_fini(&za->error); error 40 ext/zip/lib/zip_error.c zip_error_code_system(const zip_error_t *error) { error 41 ext/zip/lib/zip_error.c return error->sys_err; error 46 ext/zip/lib/zip_error.c zip_error_code_zip(const zip_error_t *error) { error 47 ext/zip/lib/zip_error.c return error->zip_err; error 68 ext/zip/lib/zip_error.c zip_error_init_with_code(zip_error_t *error, int ze) error 70 ext/zip/lib/zip_error.c zip_error_init(error); error 71 ext/zip/lib/zip_error.c error->zip_err = ze; error 72 ext/zip/lib/zip_error.c switch (zip_error_system_type(error)) { error 74 ext/zip/lib/zip_error.c error->sys_err = errno; error 78 ext/zip/lib/zip_error.c error->sys_err = 0; error 85 ext/zip/lib/zip_error.c zip_error_system_type(const zip_error_t *error) { error 86 ext/zip/lib/zip_error.c if (error->zip_err < 0 || error->zip_err >= _zip_nerr_str) error 89 ext/zip/lib/zip_error.c return _zip_err_type[error->zip_err]; error 144 ext/zip/lib/zip_error.c zip_error_to_data(const zip_error_t *error, void *data, zip_uint64_t length) error 152 ext/zip/lib/zip_error.c e[0] = zip_error_code_zip(error); error 153 ext/zip/lib/zip_error.c e[1] = zip_error_code_system(error); error 44 ext/zip/lib/zip_error_clear.c _zip_error_clear(&za->error); error 42 ext/zip/lib/zip_error_get.c _zip_error_get(&za->error, zep, sep); error 49 ext/zip/lib/zip_error_get.c return &za->error; error 56 ext/zip/lib/zip_error_get.c return &f->error; error 41 ext/zip/lib/zip_extra_field.c _zip_ef_clone(const zip_extra_field_t *ef, zip_error_t *error) error 49 ext/zip/lib/zip_extra_field.c zip_error_set(error, ZIP_ER_MEMORY, 0); error 120 ext/zip/lib/zip_extra_field.c _zip_ef_get_by_id(const zip_extra_field_t *ef, zip_uint16_t *lenp, zip_uint16_t id, zip_uint16_t id_idx, zip_flags_t flags, zip_error_t *error) error 143 ext/zip/lib/zip_extra_field.c zip_error_set(error, ZIP_ER_NOENT, 0); error 209 ext/zip/lib/zip_extra_field.c _zip_ef_parse(const zip_uint8_t *data, zip_uint16_t len, zip_flags_t flags, zip_extra_field_t **ef_head_p, zip_error_t *error) error 215 ext/zip/lib/zip_extra_field.c zip_error_set(error, ZIP_ER_MEMORY, 0); error 230 ext/zip/lib/zip_extra_field.c zip_error_set(error, ZIP_ER_INCONS, 0); error 237 ext/zip/lib/zip_extra_field.c zip_error_set(error, ZIP_ER_MEMORY, 0); error 258 ext/zip/lib/zip_extra_field.c zip_error_set(error, ZIP_ER_INCONS, 0); error 339 ext/zip/lib/zip_extra_field.c zip_error_set(&za->error, ZIP_ER_INTERNAL, 0); error 370 ext/zip/lib/zip_extra_field.c zip_error_set(&za->error, ZIP_ER_INVAL, 0); error 380 ext/zip/lib/zip_extra_field.c zip_error_set(&za->error, ZIP_ER_SEEK, EFBIG); error 385 ext/zip/lib/zip_extra_field.c _zip_error_set_from_source(&za->error, za->src); error 389 ext/zip/lib/zip_extra_field.c if ((buffer = _zip_buffer_new_from_source(za->src, sizeof(b), b, &za->error)) == NULL) { error 398 ext/zip/lib/zip_extra_field.c zip_error_set(&za->error, ZIP_ER_INTERNAL, 0); error 409 ext/zip/lib/zip_extra_field.c zip_error_set(&za->error, ZIP_ER_SEEK, errno); error 413 ext/zip/lib/zip_extra_field.c ef_raw = _zip_read_data(NULL, za->src, ef_len, 0, &za->error); error 418 ext/zip/lib/zip_extra_field.c if (!_zip_ef_parse(ef_raw, ef_len, ZIP_EF_LOCAL, &ef, &za->error)) { error 44 ext/zip/lib/zip_extra_field_api.c zip_error_set(&za->error, ZIP_ER_INVAL, 0); error 49 ext/zip/lib/zip_extra_field_api.c zip_error_set(&za->error, ZIP_ER_INVAL, 0); error 57 ext/zip/lib/zip_extra_field_api.c zip_error_set(&za->error, ZIP_ER_RDONLY, 0); error 77 ext/zip/lib/zip_extra_field_api.c zip_error_set(&za->error, ZIP_ER_INVAL, 0); error 82 ext/zip/lib/zip_extra_field_api.c zip_error_set(&za->error, ZIP_ER_INVAL, 0); error 90 ext/zip/lib/zip_extra_field_api.c zip_error_set(&za->error, ZIP_ER_RDONLY, 0); error 114 ext/zip/lib/zip_extra_field_api.c zip_error_set(&za->error, ZIP_ER_INVAL, 0); error 118 ext/zip/lib/zip_extra_field_api.c if ((de=_zip_get_dirent(za, idx, flags, &za->error)) == NULL) error 144 ext/zip/lib/zip_extra_field_api.c zip_error_set(&za->error, ZIP_ER_NOENT, 0); error 156 ext/zip/lib/zip_extra_field_api.c zip_error_set(&za->error, ZIP_ER_INVAL, 0); error 160 ext/zip/lib/zip_extra_field_api.c if ((de=_zip_get_dirent(za, idx, flags, &za->error)) == NULL) error 167 ext/zip/lib/zip_extra_field_api.c return _zip_ef_get_by_id(de->extra_fields, lenp, ef_id, ef_idx, flags, &za->error); error 179 ext/zip/lib/zip_extra_field_api.c zip_error_set(&za->error, ZIP_ER_INVAL, 0); error 183 ext/zip/lib/zip_extra_field_api.c if ((de=_zip_get_dirent(za, idx, flags, &za->error)) == NULL) error 207 ext/zip/lib/zip_extra_field_api.c zip_error_set(&za->error, ZIP_ER_INVAL, 0); error 211 ext/zip/lib/zip_extra_field_api.c if ((de=_zip_get_dirent(za, idx, flags, &za->error)) == NULL) error 236 ext/zip/lib/zip_extra_field_api.c zip_error_set(&za->error, ZIP_ER_INVAL, 0); error 244 ext/zip/lib/zip_extra_field_api.c zip_error_set(&za->error, ZIP_ER_RDONLY, 0); error 249 ext/zip/lib/zip_extra_field_api.c zip_error_set(&za->error, ZIP_ER_INVAL, 0); error 275 ext/zip/lib/zip_extra_field_api.c zip_error_set(&za->error, ZIP_ER_INVAL, 0); error 294 ext/zip/lib/zip_extra_field_api.c zip_error_set(&za->error, ZIP_ER_INVAL, 0); error 299 ext/zip/lib/zip_extra_field_api.c zip_error_set(&za->error, ZIP_ER_MEMORY, 0); error 337 ext/zip/lib/zip_extra_field_api.c zip_error_set(&za->error, ZIP_ER_INVAL, 0); error 353 ext/zip/lib/zip_extra_field_api.c zip_error_set(&za->error, ZIP_ER_MEMORY, 0); error 359 ext/zip/lib/zip_extra_field_api.c if ((e->changes->extra_fields=_zip_ef_clone(e->orig->extra_fields, &za->error)) == NULL) error 49 ext/zip/lib/zip_fclose.c if (zf->error.zip_err) error 50 ext/zip/lib/zip_fclose.c ret = zf->error.zip_err; error 52 ext/zip/lib/zip_fclose.c zip_error_fini(&zf->error); error 48 ext/zip/lib/zip_fdopen.c struct zip_error error; error 69 ext/zip/lib/zip_fdopen.c zip_error_init(&error); error 70 ext/zip/lib/zip_fdopen.c if ((src = zip_source_filep_create(fp, 0, -1, &error)) == NULL) { error 71 ext/zip/lib/zip_fdopen.c _zip_set_open_error(zep, &error, 0); error 72 ext/zip/lib/zip_fdopen.c zip_error_fini(&error); error 76 ext/zip/lib/zip_fdopen.c if ((za = zip_open_from_source(src, _flags, &error)) == NULL) { error 77 ext/zip/lib/zip_fdopen.c _zip_set_open_error(zep, &error, 0); error 78 ext/zip/lib/zip_fdopen.c zip_error_fini(&error); error 82 ext/zip/lib/zip_fdopen.c zip_error_fini(&error); error 48 ext/zip/lib/zip_file_add.c zip_error_set(&za->error, ZIP_ER_INVAL, 0); error 44 ext/zip/lib/zip_file_error_clear.c _zip_error_clear(&zf->error); error 41 ext/zip/lib/zip_file_error_get.c _zip_error_get(&zf->error, zep, sep); error 49 ext/zip/lib/zip_file_get_comment.c if ((str=_zip_string_get(de->comment, &len, flags, &za->error)) == NULL) error 51 ext/zip/lib/zip_file_get_offset.c _zip_file_get_offset(const zip_t *za, zip_uint64_t idx, zip_error_t *error) error 59 ext/zip/lib/zip_file_get_offset.c _zip_error_set_from_source(error, za->src); error 64 ext/zip/lib/zip_file_get_offset.c if ((size=_zip_dirent_size(za->src, ZIP_EF_LOCAL, error)) < 0) error 68 ext/zip/lib/zip_file_get_offset.c zip_error_set(error, ZIP_ER_SEEK, EFBIG); error 47 ext/zip/lib/zip_file_rename.c zip_error_set(&za->error, ZIP_ER_INVAL, 0); error 52 ext/zip/lib/zip_file_rename.c zip_error_set(&za->error, ZIP_ER_RDONLY, 0); error 63 ext/zip/lib/zip_file_rename.c zip_error_set(&za->error, ZIP_ER_INVAL, 0); error 42 ext/zip/lib/zip_file_replace.c zip_error_set(&za->error, ZIP_ER_INVAL, 0); error 62 ext/zip/lib/zip_file_replace.c zip_error_set(&za->error, ZIP_ER_RDONLY, 0); error 96 ext/zip/lib/zip_file_replace.c zip_error_set(&za->error, ZIP_ER_MEMORY, 0); error 52 ext/zip/lib/zip_file_set_comment.c zip_error_set(&za->error, ZIP_ER_RDONLY, 0); error 57 ext/zip/lib/zip_file_set_comment.c zip_error_set(&za->error, ZIP_ER_INVAL, 0); error 62 ext/zip/lib/zip_file_set_comment.c if ((cstr=_zip_string_new((const zip_uint8_t *)comment, len, flags, &za->error)) == NULL) error 86 ext/zip/lib/zip_file_set_comment.c zip_error_set(&za->error, ZIP_ER_MEMORY, 0); error 48 ext/zip/lib/zip_file_set_external_attributes.c zip_error_set(&za->error, ZIP_ER_RDONLY, 0); error 62 ext/zip/lib/zip_file_set_external_attributes.c zip_error_set(&za->error, ZIP_ER_MEMORY, 0); error 45 ext/zip/lib/zip_file_set_mtime.c zip_error_set(&za->error, ZIP_ER_RDONLY, 0); error 56 ext/zip/lib/zip_file_set_mtime.c zip_error_set(&za->error, ZIP_ER_MEMORY, 0); error 41 ext/zip/lib/zip_file_strerror.c return zip_error_strerror(&zf->error); error 42 ext/zip/lib/zip_filerange_crc.c _zip_filerange_crc(zip_source_t *src, zip_uint64_t start, zip_uint64_t len, uLong *crcp, zip_error_t *error) error 50 ext/zip/lib/zip_filerange_crc.c zip_error_set(error, ZIP_ER_SEEK, EFBIG); error 55 ext/zip/lib/zip_filerange_crc.c _zip_error_set_from_source(error, src); error 62 ext/zip/lib/zip_filerange_crc.c _zip_error_set_from_source(error, src); error 66 ext/zip/lib/zip_filerange_crc.c zip_error_set(error, ZIP_ER_EOF, 0); error 54 ext/zip/lib/zip_fopen_index_encrypted.c _zip_error_set_from_source(&za->error, src); error 76 ext/zip/lib/zip_fopen_index_encrypted.c zip_error_set(&za->error, ZIP_ER_MEMORY, 0); error 81 ext/zip/lib/zip_fopen_index_encrypted.c zip_error_init(&zf->error); error 46 ext/zip/lib/zip_fread.c if (zf->error.zip_err != 0) error 50 ext/zip/lib/zip_fread.c zip_error_set(&zf->error, ZIP_ER_INVAL, 0); error 58 ext/zip/lib/zip_fread.c _zip_error_set_from_source(&zf->error, zf->src); error 52 ext/zip/lib/zip_get_archive_comment.c if ((str=_zip_string_get(comment, &len, flags, &za->error)) == NULL) error 43 ext/zip/lib/zip_get_name.c return _zip_get_name(za, idx, flags, &za->error); error 48 ext/zip/lib/zip_get_name.c _zip_get_name(zip_t *za, zip_uint64_t idx, zip_flags_t flags, zip_error_t *error) error 53 ext/zip/lib/zip_get_name.c if ((de=_zip_get_dirent(za, idx, flags, error)) == NULL) error 56 ext/zip/lib/zip_get_name.c if ((str=_zip_string_get(de->filename, NULL, flags, error)) == NULL) error 47 ext/zip/lib/zip_get_num_files.c zip_error_set(&za->error, ZIP_ER_OPNOTSUPP, 0); error 52 ext/zip/lib/zip_hash.c _zip_hash_new(zip_uint16_t table_size, zip_error_t *error) error 57 ext/zip/lib/zip_hash.c zip_error_set(error, ZIP_ER_INTERNAL, 0); error 62 ext/zip/lib/zip_hash.c zip_error_set(error, ZIP_ER_MEMORY, 0); error 68 ext/zip/lib/zip_hash.c zip_error_set(error, ZIP_ER_MEMORY, 0); error 123 ext/zip/lib/zip_hash.c _zip_hash_add(zip_hash_t *hash, const zip_uint8_t *name, zip_uint64_t index, zip_flags_t flags, zip_error_t *error) error 129 ext/zip/lib/zip_hash.c zip_error_set(error, ZIP_ER_INVAL, 0); error 137 ext/zip/lib/zip_hash.c zip_error_set(error, ZIP_ER_EXISTS, 0); error 148 ext/zip/lib/zip_hash.c zip_error_set(error, ZIP_ER_MEMORY, 0); error 167 ext/zip/lib/zip_hash.c _zip_hash_delete(zip_hash_t *hash, const zip_uint8_t *name, zip_error_t *error) error 173 ext/zip/lib/zip_hash.c zip_error_set(error, ZIP_ER_INVAL, 0); error 200 ext/zip/lib/zip_hash.c zip_error_set(error, ZIP_ER_NOENT, 0); error 206 ext/zip/lib/zip_hash.c _zip_hash_lookup(zip_hash_t *hash, const zip_uint8_t *name, zip_flags_t flags, zip_error_t *error) error 212 ext/zip/lib/zip_hash.c zip_error_set(error, ZIP_ER_INVAL, 0); error 233 ext/zip/lib/zip_hash.c zip_error_set(error, ZIP_ER_NOENT, 0); error 40 ext/zip/lib/zip_io_util.c _zip_read(zip_source_t *src, zip_uint8_t *b, zip_uint64_t length, zip_error_t *error) error 45 ext/zip/lib/zip_io_util.c zip_error_set(error, ZIP_ER_INTERNAL, 0); error 50 ext/zip/lib/zip_io_util.c _zip_error_set_from_source(error, src); error 55 ext/zip/lib/zip_io_util.c zip_error_set(error, ZIP_ER_EOF, 0); error 64 ext/zip/lib/zip_io_util.c _zip_read_data(zip_buffer_t *buffer, zip_source_t *src, size_t length, bool nulp, zip_error_t *error) error 74 ext/zip/lib/zip_io_util.c zip_error_set(error, ZIP_ER_MEMORY, 0); error 82 ext/zip/lib/zip_io_util.c zip_error_set(error, ZIP_ER_MEMORY, 0); error 89 ext/zip/lib/zip_io_util.c if (_zip_read(src, r, length, error) < 0) { error 109 ext/zip/lib/zip_io_util.c _zip_read_string(zip_buffer_t *buffer, zip_source_t *src, zip_uint16_t len, bool nulp, zip_error_t *error) error 114 ext/zip/lib/zip_io_util.c if ((raw=_zip_read_data(buffer, src, len, nulp, error)) == NULL) error 117 ext/zip/lib/zip_io_util.c s = _zip_string_new(raw, len, ZIP_FL_ENC_GUESS, error); error 129 ext/zip/lib/zip_io_util.c _zip_error_set_from_source(&za->error, za->src); error 133 ext/zip/lib/zip_io_util.c zip_error_set(&za->error, ZIP_ER_WRITE, EINTR); error 41 ext/zip/lib/zip_memdup.c _zip_memdup(const void *mem, size_t len, zip_error_t *error) error 50 ext/zip/lib/zip_memdup.c zip_error_set(error, ZIP_ER_MEMORY, 0); error 46 ext/zip/lib/zip_name_locate.c return _zip_name_locate(za, fname, flags, &za->error); error 51 ext/zip/lib/zip_name_locate.c _zip_name_locate(zip_t *za, const char *fname, zip_flags_t flags, zip_error_t *error) error 61 ext/zip/lib/zip_name_locate.c zip_error_set(error, ZIP_ER_INVAL, 0); error 70 ext/zip/lib/zip_name_locate.c fn = _zip_get_name(za, i, flags, error); error 83 ext/zip/lib/zip_name_locate.c _zip_error_clear(error); error 88 ext/zip/lib/zip_name_locate.c zip_error_set(error, ZIP_ER_NOENT, 0); error 92 ext/zip/lib/zip_name_locate.c return _zip_hash_lookup(za->names, (const zip_uint8_t *)fname, flags, error); error 45 ext/zip/lib/zip_new.c _zip_new(zip_error_t *error) error 51 ext/zip/lib/zip_new.c zip_error_set(error, ZIP_ER_MEMORY, 0); error 55 ext/zip/lib/zip_new.c if ((za->names = _zip_hash_new(ZIP_HASH_TABLE_SIZE, error)) == NULL) { error 62 ext/zip/lib/zip_new.c zip_error_init(&za->error); error 49 ext/zip/lib/zip_open.c static zip_t *_zip_allocate_new(zip_source_t *src, unsigned int flags, zip_error_t *error); error 50 ext/zip/lib/zip_open.c static zip_int64_t _zip_checkcons(zip_t *za, zip_cdir_t *cdir, zip_error_t *error); error 52 ext/zip/lib/zip_open.c static exists_t _zip_file_exists(zip_source_t *src, zip_error_t *error); error 55 ext/zip/lib/zip_open.c static zip_cdir_t *_zip_read_cdir(zip_t *za, zip_buffer_t *buffer, zip_uint64_t buf_offset, zip_error_t *error); error 56 ext/zip/lib/zip_open.c static zip_cdir_t *_zip_read_eocd(zip_buffer_t *buffer, zip_uint64_t buf_offset, unsigned int flags, zip_error_t *error); error 57 ext/zip/lib/zip_open.c static zip_cdir_t *_zip_read_eocd64(zip_source_t *src, zip_buffer_t *buffer, zip_uint64_t buf_offset, unsigned int flags, zip_error_t *error); error 65 ext/zip/lib/zip_open.c struct zip_error error; error 67 ext/zip/lib/zip_open.c zip_error_init(&error); error 68 ext/zip/lib/zip_open.c if ((src = zip_source_file_create(fn, 0, -1, &error)) == NULL) { error 69 ext/zip/lib/zip_open.c _zip_set_open_error(zep, &error, 0); error 70 ext/zip/lib/zip_open.c zip_error_fini(&error); error 74 ext/zip/lib/zip_open.c if ((za = zip_open_from_source(src, _flags, &error)) == NULL) { error 76 ext/zip/lib/zip_open.c _zip_set_open_error(zep, &error, 0); error 77 ext/zip/lib/zip_open.c zip_error_fini(&error); error 81 ext/zip/lib/zip_open.c zip_error_fini(&error); error 87 ext/zip/lib/zip_open.c zip_open_from_source(zip_source_t *src, int _flags, zip_error_t *error) error 97 ext/zip/lib/zip_open.c zip_error_set(error, ZIP_ER_INVAL, 0); error 108 ext/zip/lib/zip_open.c zip_error_set(error, ZIP_ER_OPNOTSUPP, 0); error 116 ext/zip/lib/zip_open.c zip_error_set(error, ZIP_ER_RDONLY, 0); error 120 ext/zip/lib/zip_open.c exists = _zip_file_exists(src, error); error 127 ext/zip/lib/zip_open.c zip_error_set(error, ZIP_ER_NOENT, 0); error 130 ext/zip/lib/zip_open.c return _zip_allocate_new(src, flags, error); error 135 ext/zip/lib/zip_open.c zip_error_set(error, ZIP_ER_EXISTS, 0); error 139 ext/zip/lib/zip_open.c _zip_error_set_from_source(error, src); error 144 ext/zip/lib/zip_open.c za = _zip_allocate_new(src, flags, error); error 148 ext/zip/lib/zip_open.c za = _zip_open(src, flags, error); error 167 ext/zip/lib/zip_open.c zip_error_set(&za->error, ZIP_ER_MEMORY, errno); error 181 ext/zip/lib/zip_open.c _zip_open(zip_source_t *src, unsigned int flags, zip_error_t *error) error 190 ext/zip/lib/zip_open.c _zip_error_set_from_source(error, src); error 194 ext/zip/lib/zip_open.c zip_error_set(error, ZIP_ER_SEEK, EOPNOTSUPP); error 201 ext/zip/lib/zip_open.c if ((za=_zip_allocate_new(src, flags, error)) == NULL) { error 209 ext/zip/lib/zip_open.c if ((za=_zip_allocate_new(src, flags, error)) == NULL) { error 214 ext/zip/lib/zip_open.c _zip_error_copy(error, &za->error); error 229 ext/zip/lib/zip_open.c const zip_uint8_t *name = _zip_string_get(za->entry[idx].orig->filename, NULL, 0, error); error 237 ext/zip/lib/zip_open.c if (_zip_hash_add(za->names, name, idx, ZIP_FL_UNCHANGED, &za->error) == false) { error 238 ext/zip/lib/zip_open.c if (za->error.zip_err != ZIP_ER_EXISTS || (flags & ZIP_CHECKCONS)) { error 239 ext/zip/lib/zip_open.c _zip_error_copy(error, &za->error); error 276 ext/zip/lib/zip_open.c _zip_read_cdir(zip_t *za, zip_buffer_t *buffer, zip_uint64_t buf_offset, zip_error_t *error) error 286 ext/zip/lib/zip_open.c zip_error_set(error, ZIP_ER_NOZIP, 0); error 292 ext/zip/lib/zip_open.c zip_error_set(error, ZIP_ER_NOZIP, 0); error 298 ext/zip/lib/zip_open.c cd = _zip_read_eocd64(za->src, buffer, buf_offset, za->flags, error); error 302 ext/zip/lib/zip_open.c cd = _zip_read_eocd(buffer, buf_offset, za->flags, error); error 313 ext/zip/lib/zip_open.c zip_error_set(error, ZIP_ER_INCONS, 0); error 325 ext/zip/lib/zip_open.c zip_error_set(error, ZIP_ER_INCONS, 0); error 331 ext/zip/lib/zip_open.c if ((cd->comment=_zip_string_new(_zip_buffer_get(buffer, comment_len), comment_len, ZIP_FL_ENC_GUESS, error)) == NULL) { error 344 ext/zip/lib/zip_open.c zip_error_set(error, ZIP_ER_INCONS, 0); error 349 ext/zip/lib/zip_open.c zip_error_set(error, ZIP_ER_MEMORY, 0); error 358 ext/zip/lib/zip_open.c _zip_error_set_from_source(error, za->src); error 365 ext/zip/lib/zip_open.c zip_error_set(error, ZIP_ER_NOZIP, 0); error 375 ext/zip/lib/zip_open.c if ((cd->entry[i].orig=_zip_dirent_new()) == NULL || (entry_size = _zip_dirent_read(cd->entry[i].orig, za->src, cd_buffer, false, error)) < 0) { error 385 ext/zip/lib/zip_open.c zip_error_set(error, ZIP_ER_INCONS, 0); error 401 ext/zip/lib/zip_open.c _zip_error_set_from_source(error, za->src); error 410 ext/zip/lib/zip_open.c zip_error_set(error, ZIP_ER_INCONS, 0); error 429 ext/zip/lib/zip_open.c _zip_checkcons(zip_t *za, zip_cdir_t *cd, zip_error_t *error) error 447 ext/zip/lib/zip_open.c zip_error_set(error, ZIP_ER_NOZIP, 0); error 456 ext/zip/lib/zip_open.c zip_error_set(error, ZIP_ER_NOZIP, 0); error 461 ext/zip/lib/zip_open.c _zip_error_set_from_source(error, za->src); error 465 ext/zip/lib/zip_open.c if (_zip_dirent_read(&temp, za->src, NULL, true, error) == -1) { error 471 ext/zip/lib/zip_open.c zip_error_set(error, ZIP_ER_INCONS, 0); error 519 ext/zip/lib/zip_open.c _zip_allocate_new(zip_source_t *src, unsigned int flags, zip_error_t *error) error 523 ext/zip/lib/zip_open.c if ((za = _zip_new(error)) == NULL) { error 541 ext/zip/lib/zip_open.c _zip_file_exists(zip_source_t *src, zip_error_t *error) error 551 ext/zip/lib/zip_open.c _zip_error_copy(error, src_error); error 568 ext/zip/lib/zip_open.c zip_error_t error; error 572 ext/zip/lib/zip_open.c zip_error_set(&za->error, ZIP_ER_NOZIP, 0); error 581 ext/zip/lib/zip_open.c _zip_error_copy(&za->error, src_error); error 586 ext/zip/lib/zip_open.c _zip_error_set_from_source(&za->error, za->src); error 590 ext/zip/lib/zip_open.c if ((buffer = _zip_buffer_new_from_source(za->src, buflen, NULL, &za->error)) == NULL) { error 600 ext/zip/lib/zip_open.c zip_error_set(&error, ZIP_ER_NOZIP, 0); error 605 ext/zip/lib/zip_open.c if ((cdirnew = _zip_read_cdir(za, buffer, (zip_uint64_t)buf_offset, &error)) != NULL) { error 608 ext/zip/lib/zip_open.c best = _zip_checkcons(za, cdir, &error); error 611 ext/zip/lib/zip_open.c a = _zip_checkcons(za, cdirnew, &error); error 624 ext/zip/lib/zip_open.c best = _zip_checkcons(za, cdir, &error); error 639 ext/zip/lib/zip_open.c _zip_error_copy(&za->error, &error); error 667 ext/zip/lib/zip_open.c _zip_read_eocd(zip_buffer_t *buffer, zip_uint64_t buf_offset, unsigned int flags, zip_error_t *error) error 673 ext/zip/lib/zip_open.c zip_error_set(error, ZIP_ER_INCONS, 0); error 682 ext/zip/lib/zip_open.c zip_error_set(error, ZIP_ER_MULTIDISK, 0); error 692 ext/zip/lib/zip_open.c zip_error_set(error, ZIP_ER_NOZIP, 0); error 700 ext/zip/lib/zip_open.c zip_error_set(error, ZIP_ER_SEEK, EFBIG); error 706 ext/zip/lib/zip_open.c zip_error_set(error, ZIP_ER_INCONS, 0); error 711 ext/zip/lib/zip_open.c zip_error_set(error, ZIP_ER_INCONS, 0); error 715 ext/zip/lib/zip_open.c if ((cd=_zip_cdir_new(nentry, error)) == NULL) error 726 ext/zip/lib/zip_open.c _zip_read_eocd64(zip_source_t *src, zip_buffer_t *buffer, zip_uint64_t buf_offset, unsigned int flags, zip_error_t *error) error 745 ext/zip/lib/zip_open.c zip_error_set(error, ZIP_ER_SEEK, EFBIG); error 750 ext/zip/lib/zip_open.c zip_error_set(error, ZIP_ER_INCONS, 0); error 760 ext/zip/lib/zip_open.c _zip_error_set_from_source(error, src); error 763 ext/zip/lib/zip_open.c if ((buffer = _zip_buffer_new_from_source(src, EOCD64LEN, eocd, error)) == NULL) { error 770 ext/zip/lib/zip_open.c zip_error_set(error, ZIP_ER_INCONS, 0); error 780 ext/zip/lib/zip_open.c zip_error_set(error, ZIP_ER_INCONS, 0); error 802 ext/zip/lib/zip_open.c zip_error_set(error, ZIP_ER_INCONS, 0); error 806 ext/zip/lib/zip_open.c zip_error_set(error, ZIP_ER_MULTIDISK, 0); error 814 ext/zip/lib/zip_open.c zip_error_set(error, ZIP_ER_MULTIDISK, 0); error 825 ext/zip/lib/zip_open.c zip_error_set(error, ZIP_ER_INTERNAL, 0); error 837 ext/zip/lib/zip_open.c zip_error_set(error, ZIP_ER_SEEK, EFBIG); error 841 ext/zip/lib/zip_open.c zip_error_set(error, ZIP_ER_INCONS, 0); error 845 ext/zip/lib/zip_open.c if ((cd=_zip_cdir_new(nentry, error)) == NULL) error 46 ext/zip/lib/zip_set_archive_comment.c zip_error_set(&za->error, ZIP_ER_RDONLY, 0); error 51 ext/zip/lib/zip_set_archive_comment.c zip_error_set(&za->error, ZIP_ER_INVAL, 0); error 56 ext/zip/lib/zip_set_archive_comment.c if ((cstr=_zip_string_new((const zip_uint8_t *)comment, len, ZIP_FL_ENC_GUESS, &za->error)) == NULL) error 61 ext/zip/lib/zip_set_archive_comment.c zip_error_set(&za->error, ZIP_ER_INVAL, 0); error 52 ext/zip/lib/zip_set_archive_flag.c zip_error_set(&za->error, ZIP_ER_RDONLY, 0); error 59 ext/zip/lib/zip_set_archive_flag.c zip_error_set(&za->error, ZIP_ER_CHANGED, 0); error 51 ext/zip/lib/zip_set_default_password.c zip_error_set(&za->error, ZIP_ER_MEMORY, 0); error 45 ext/zip/lib/zip_set_file_comment.c zip_error_set(&za->error, ZIP_ER_INVAL, 0); error 45 ext/zip/lib/zip_set_file_compression.c zip_error_set(&za->error, ZIP_ER_INVAL, 0); error 50 ext/zip/lib/zip_set_file_compression.c zip_error_set(&za->error, ZIP_ER_RDONLY, 0); error 55 ext/zip/lib/zip_set_file_compression.c zip_error_set(&za->error, ZIP_ER_COMPNOTSUPP, 0); error 77 ext/zip/lib/zip_set_file_compression.c zip_error_set(&za->error, ZIP_ER_MEMORY, 0); error 52 ext/zip/lib/zip_set_name.c zip_error_set(&za->error, ZIP_ER_INVAL, 0); error 57 ext/zip/lib/zip_set_name.c zip_error_set(&za->error, ZIP_ER_RDONLY, 0); error 63 ext/zip/lib/zip_set_name.c if ((str=_zip_string_new((const zip_uint8_t *)name, (zip_uint16_t)strlen(name), flags, &za->error)) == NULL) error 74 ext/zip/lib/zip_set_name.c zip_error_set(&za->error, ZIP_ER_EXISTS, 0); error 93 ext/zip/lib/zip_set_name.c zip_error_set(&za->error, ZIP_ER_MEMORY, 0); error 99 ext/zip/lib/zip_set_name.c if ((new_name = _zip_string_get(same_as_orig ? e->orig->filename : str, NULL, 0, &za->error)) == NULL) { error 115 ext/zip/lib/zip_set_name.c if ((old_name = _zip_string_get(old_str, NULL, 0, &za->error)) == NULL) { error 124 ext/zip/lib/zip_set_name.c if (_zip_hash_add(za->names, new_name, idx, 0, &za->error) == false) { error 42 ext/zip/lib/zip_source_begin_write.c zip_error_set(&src->error, ZIP_ER_INVAL, 0); error 57 ext/zip/lib/zip_source_buffer.c zip_error_t error; error 68 ext/zip/lib/zip_source_buffer.c static int buffer_seek(buffer_t *buffer, void *data, zip_uint64_t len, zip_error_t *error); error 80 ext/zip/lib/zip_source_buffer.c return zip_source_buffer_create(data, len, freep, &za->error); error 85 ext/zip/lib/zip_source_buffer.c zip_source_buffer_create(const void *data, zip_uint64_t len, int freep, zip_error_t *error) error 91 ext/zip/lib/zip_source_buffer.c zip_error_set(error, ZIP_ER_INVAL, 0); error 96 ext/zip/lib/zip_source_buffer.c zip_error_set(error, ZIP_ER_MEMORY, 0); error 101 ext/zip/lib/zip_source_buffer.c zip_error_set(error, ZIP_ER_MEMORY, 0); error 108 ext/zip/lib/zip_source_buffer.c zip_error_init(&ctx->error); error 110 ext/zip/lib/zip_source_buffer.c if ((zs=zip_source_function_create(read_data, ctx, error)) == NULL) { error 128 ext/zip/lib/zip_source_buffer.c zip_error_set(&ctx->error, ZIP_ER_MEMORY, 0); error 143 ext/zip/lib/zip_source_buffer.c return zip_error_to_data(&ctx->error, data, len); error 157 ext/zip/lib/zip_source_buffer.c zip_error_set(&ctx->error, ZIP_ER_INVAL, 0); error 166 ext/zip/lib/zip_source_buffer.c zip_error_set(&ctx->error, ZIP_ER_MEMORY, 0); error 181 ext/zip/lib/zip_source_buffer.c return buffer_seek(ctx->in, data, len, &ctx->error); error 184 ext/zip/lib/zip_source_buffer.c return buffer_seek(ctx->out, data, len, &ctx->error); error 191 ext/zip/lib/zip_source_buffer.c zip_error_set(&ctx->error, ZIP_ER_INVAL, 0); error 213 ext/zip/lib/zip_source_buffer.c zip_error_set(&ctx->error, ZIP_ER_TELL, EOVERFLOW); error 221 ext/zip/lib/zip_source_buffer.c zip_error_set(&ctx->error, ZIP_ER_TELL, EOVERFLOW); error 228 ext/zip/lib/zip_source_buffer.c zip_error_set(&ctx->error, ZIP_ER_INVAL, 0); error 231 ext/zip/lib/zip_source_buffer.c return buffer_write(ctx->out, data, len, &ctx->error); error 234 ext/zip/lib/zip_source_buffer.c zip_error_set(&ctx->error, ZIP_ER_OPNOTSUPP, 0); error 361 ext/zip/lib/zip_source_buffer.c buffer_seek(buffer_t *buffer, void *data, zip_uint64_t len, zip_error_t *error) error 363 ext/zip/lib/zip_source_buffer.c zip_int64_t new_offset = zip_source_seek_compute_offset(buffer->offset, buffer->size, data, len, error); error 375 ext/zip/lib/zip_source_buffer.c buffer_write(buffer_t *buffer, const zip_uint8_t *data, zip_uint64_t length, zip_error_t *error) error 381 ext/zip/lib/zip_source_buffer.c zip_error_set(error, ZIP_ER_INVAL, 0); error 399 ext/zip/lib/zip_source_buffer.c zip_error_set(error, ZIP_ER_MEMORY, 0); error 409 ext/zip/lib/zip_source_buffer.c zip_error_set(error, ZIP_ER_MEMORY, 0); error 44 ext/zip/lib/zip_source_call.c zip_error_set(&src->error, ZIP_ER_OPNOTSUPP, 0); error 60 ext/zip/lib/zip_source_call.c zip_error_set(&src->error, ZIP_ER_INTERNAL, 0); error 63 ext/zip/lib/zip_source_call.c zip_error_set(&src->error, e[0], e[1]); error 42 ext/zip/lib/zip_source_close.c zip_error_set(&src->error, ZIP_ER_INVAL, 0); error 52 ext/zip/lib/zip_source_close.c zip_error_set(&src->error, ZIP_ER_INTERNAL, 0); error 42 ext/zip/lib/zip_source_commit_write.c zip_error_set(&src->error, ZIP_ER_INVAL, 0); error 47 ext/zip/lib/zip_source_commit_write.c zip_error_set(&src->error, ZIP_ER_INUSE, 0); error 44 ext/zip/lib/zip_source_crc.c zip_error_t error; error 60 ext/zip/lib/zip_source_crc.c zip_error_set(&za->error, ZIP_ER_INVAL, 0); error 65 ext/zip/lib/zip_source_crc.c zip_error_set(&za->error, ZIP_ER_MEMORY, 0); error 69 ext/zip/lib/zip_source_crc.c zip_error_init(&ctx->error); error 95 ext/zip/lib/zip_source_crc.c _zip_error_set_from_source(&ctx->error, src); error 108 ext/zip/lib/zip_source_crc.c _zip_error_set_from_source(&ctx->error, src); error 113 ext/zip/lib/zip_source_crc.c zip_error_set(&ctx->error, ZIP_ER_CRC, 0); error 117 ext/zip/lib/zip_source_crc.c zip_error_set(&ctx->error, ZIP_ER_INCONS, 0); error 159 ext/zip/lib/zip_source_crc.c return zip_error_to_data(&ctx->error, data, len); error 170 ext/zip/lib/zip_source_crc.c _zip_error_set_from_source(&ctx->error, src); error 180 ext/zip/lib/zip_source_crc.c zip_source_args_seek_t *args = ZIP_SOURCE_GET_ARGS(zip_source_args_seek_t, data, len, &ctx->error); error 186 ext/zip/lib/zip_source_crc.c _zip_error_set_from_source(&ctx->error, src); error 199 ext/zip/lib/zip_source_crc.c zip_error_set(&ctx->error, ZIP_ER_OPNOTSUPP, 0); error 41 ext/zip/lib/zip_source_deflate.c zip_error_t error; error 66 ext/zip/lib/zip_source_deflate.c zip_error_set(&za->error, ZIP_ER_INVAL, 0); error 71 ext/zip/lib/zip_source_deflate.c zip_error_set(&za->error, ZIP_ER_MEMORY, 0); error 75 ext/zip/lib/zip_source_deflate.c zip_error_init(&ctx->error); error 103 ext/zip/lib/zip_source_deflate.c if (zip_error_code_zip(&ctx->error) != ZIP_ER_OK) error 155 ext/zip/lib/zip_source_deflate.c _zip_error_set_from_source(&ctx->error, src); error 179 ext/zip/lib/zip_source_deflate.c zip_error_set(&ctx->error, ZIP_ER_ZLIB, ret); error 191 ext/zip/lib/zip_source_deflate.c return (zip_error_code_zip(&ctx->error) == ZIP_ER_OK) ? 0 : -1; error 203 ext/zip/lib/zip_source_deflate.c if (zip_error_code_zip(&ctx->error) != ZIP_ER_OK) error 246 ext/zip/lib/zip_source_deflate.c _zip_error_set_from_source(&ctx->error, src); error 264 ext/zip/lib/zip_source_deflate.c zip_error_set(&ctx->error, ZIP_ER_ZLIB, ret); error 273 ext/zip/lib/zip_source_deflate.c return (zip_error_code_zip(&ctx->error) == ZIP_ER_OK) ? 0 : -1; error 297 ext/zip/lib/zip_source_deflate.c zip_error_set(&ctx->error, ZIP_ER_ZLIB, ret); error 328 ext/zip/lib/zip_source_deflate.c return zip_error_to_data(&ctx->error, data, len); error 338 ext/zip/lib/zip_source_deflate.c zip_error_set(&ctx->error, ZIP_ER_INTERNAL, 0); error 357 ext/zip/lib/zip_source_deflate.c _zip_error_set_from_source(&ctx->error, src); error 369 ext/zip/lib/zip_source_deflate.c zip_error_set(&ctx->error, ZIP_ER_ZLIB, ret); error 395 ext/zip/lib/zip_source_deflate.c return zip_error_to_data(&ctx->error, data, len); error 405 ext/zip/lib/zip_source_deflate.c zip_error_set(&ctx->error, ZIP_ER_OPNOTSUPP, 0); error 41 ext/zip/lib/zip_source_error.c return &src->error; error 46 ext/zip/lib/zip_source_file.c return zip_source_file_create(fname, start, len, &za->error); error 51 ext/zip/lib/zip_source_file.c zip_source_file_create(const char *fname, zip_uint64_t start, zip_int64_t length, zip_error_t *error) error 54 ext/zip/lib/zip_source_file.c zip_error_set(error, ZIP_ER_INVAL, 0); error 58 ext/zip/lib/zip_source_file.c return _zip_source_file_or_p(fname, NULL, start, length, NULL, error); error 68 ext/zip/lib/zip_source_filep.c zip_error_t error; /* last error information */ error 86 ext/zip/lib/zip_source_filep.c static int _zip_fseek_u(FILE *f, zip_uint64_t offset, int whence, zip_error_t *error); error 87 ext/zip/lib/zip_source_filep.c static int _zip_fseek(FILE *f, zip_int64_t offset, int whence, zip_error_t *error); error 96 ext/zip/lib/zip_source_filep.c return zip_source_filep_create(file, start, len, &za->error); error 101 ext/zip/lib/zip_source_filep.c zip_source_filep_create(FILE *file, zip_uint64_t start, zip_int64_t length, zip_error_t *error) error 104 ext/zip/lib/zip_source_filep.c zip_error_set(error, ZIP_ER_INVAL, 0); error 108 ext/zip/lib/zip_source_filep.c return _zip_source_file_or_p(NULL, file, start, length, NULL, error); error 113 ext/zip/lib/zip_source_filep.c _zip_source_file_or_p(const char *fname, FILE *file, zip_uint64_t start, zip_int64_t len, const zip_stat_t *st, zip_error_t *error) error 119 ext/zip/lib/zip_source_filep.c zip_error_set(error, ZIP_ER_INVAL, 0); error 124 ext/zip/lib/zip_source_filep.c zip_error_set(error, ZIP_ER_MEMORY, 0); error 131 ext/zip/lib/zip_source_filep.c zip_error_set(error, ZIP_ER_MEMORY, 0); error 151 ext/zip/lib/zip_source_filep.c zip_error_init(&ctx->error); error 165 ext/zip/lib/zip_source_filep.c if ((zs=zip_source_function_create(read_file, ctx, error)) == NULL) { error 184 ext/zip/lib/zip_source_filep.c zip_error_set(&ctx->error, ZIP_ER_MEMORY, 0); error 191 ext/zip/lib/zip_source_filep.c zip_error_set(&ctx->error, ZIP_ER_TMPOPEN, errno); error 199 ext/zip/lib/zip_source_filep.c zip_error_set(&ctx->error, ZIP_ER_TMPOPEN, errno); error 235 ext/zip/lib/zip_source_filep.c zip_error_set(&ctx->error, ZIP_ER_OPNOTSUPP, 0); error 245 ext/zip/lib/zip_source_filep.c zip_error_set(&ctx->error, ZIP_ER_WRITE, errno); error 249 ext/zip/lib/zip_source_filep.c zip_error_set(&ctx->error, ZIP_ER_RENAME, errno); error 269 ext/zip/lib/zip_source_filep.c return zip_error_to_data(&ctx->error, data, len); error 282 ext/zip/lib/zip_source_filep.c zip_error_set(&ctx->error, ZIP_ER_OPEN, errno); error 288 ext/zip/lib/zip_source_filep.c if (_zip_fseek_u(ctx->f, ctx->start, SEEK_SET, &ctx->error) < 0) { error 311 ext/zip/lib/zip_source_filep.c zip_error_set(&ctx->error, ZIP_ER_READ, errno); error 321 ext/zip/lib/zip_source_filep.c zip_error_set(&ctx->error, ZIP_ER_REMOVE, errno); error 339 ext/zip/lib/zip_source_filep.c zip_source_args_seek_t *args = ZIP_SOURCE_GET_ARGS(zip_source_args_seek_t, data, len, &ctx->error); error 353 ext/zip/lib/zip_source_filep.c if (_zip_fseek(ctx->f, args->offset, SEEK_END, &ctx->error) < 0) { error 357 ext/zip/lib/zip_source_filep.c zip_error_set(&ctx->error, ZIP_ER_SEEK, errno); error 371 ext/zip/lib/zip_source_filep.c zip_error_set(&ctx->error, ZIP_ER_INVAL, 0); error 376 ext/zip/lib/zip_source_filep.c zip_error_set(&ctx->error, ZIP_ER_INVAL, 0); error 383 ext/zip/lib/zip_source_filep.c if (_zip_fseek_u(ctx->f, ctx->current, SEEK_SET, &ctx->error) < 0) { error 393 ext/zip/lib/zip_source_filep.c args = ZIP_SOURCE_GET_ARGS(zip_source_args_seek_t, data, len, &ctx->error); error 398 ext/zip/lib/zip_source_filep.c if (_zip_fseek(ctx->fout, args->offset, args->whence, &ctx->error) < 0) { error 421 ext/zip/lib/zip_source_filep.c zip_error_set(&ctx->error, ZIP_ER_READ, errno); error 453 ext/zip/lib/zip_source_filep.c zip_error_set(&ctx->error, ZIP_ER_TELL, errno); error 466 ext/zip/lib/zip_source_filep.c zip_error_set(&ctx->error, ZIP_ER_WRITE, errno); error 474 ext/zip/lib/zip_source_filep.c zip_error_set(&ctx->error, ZIP_ER_OPNOTSUPP, 0); error 481 ext/zip/lib/zip_source_filep.c _zip_fseek_u(FILE *f, zip_uint64_t offset, int whence, zip_error_t *error) error 484 ext/zip/lib/zip_source_filep.c zip_error_set(error, ZIP_ER_SEEK, EOVERFLOW); error 487 ext/zip/lib/zip_source_filep.c return _zip_fseek(f, (zip_int64_t)offset, whence, error); error 492 ext/zip/lib/zip_source_filep.c _zip_fseek(FILE *f, zip_int64_t offset, int whence, zip_error_t *error) error 495 ext/zip/lib/zip_source_filep.c zip_error_set(error, ZIP_ER_SEEK, EOVERFLOW); error 499 ext/zip/lib/zip_source_filep.c zip_error_set(error, ZIP_ER_SEEK, errno); error 47 ext/zip/lib/zip_source_function.c return zip_source_function_create(zcb, ud, &za->error); error 52 ext/zip/lib/zip_source_function.c zip_source_function_create(zip_source_callback zcb, void *ud, zip_error_t *error) error 56 ext/zip/lib/zip_source_function.c if ((zs=_zip_source_new(error)) == NULL) error 79 ext/zip/lib/zip_source_function.c _zip_source_new(zip_error_t *error) error 84 ext/zip/lib/zip_source_function.c zip_error_set(error, ZIP_ER_MEMORY, 0); error 96 ext/zip/lib/zip_source_function.c zip_error_init(&src->error); error 46 ext/zip/lib/zip_source_layered.c return zip_source_layered_create(src, cb, ud, &za->error); error 51 ext/zip/lib/zip_source_layered.c zip_source_layered_create(zip_source_t *src, zip_source_layered_callback cb, void *ud, zip_error_t *error) error 55 ext/zip/lib/zip_source_layered.c if ((zs=_zip_source_new(error)) == NULL) error 44 ext/zip/lib/zip_source_open.c zip_error_set(&src->error, ZIP_ER_DELETED, 0); error 50 ext/zip/lib/zip_source_open.c zip_error_set(&src->error, ZIP_ER_INUSE, 0); error 57 ext/zip/lib/zip_source_open.c _zip_error_set_from_source(&src->error, src->src); error 41 ext/zip/lib/zip_source_pkware.c zip_error_t error; error 67 ext/zip/lib/zip_source_pkware.c zip_error_set(&za->error, ZIP_ER_INVAL, 0); error 71 ext/zip/lib/zip_source_pkware.c zip_error_set(&za->error, ZIP_ER_ENCRNOTSUPP, 0); error 76 ext/zip/lib/zip_source_pkware.c zip_error_set(&za->error, ZIP_ER_MEMORY, 0); error 80 ext/zip/lib/zip_source_pkware.c zip_error_init(&ctx->error); error 136 ext/zip/lib/zip_source_pkware.c _zip_error_set_from_source(&ctx->error, src); error 141 ext/zip/lib/zip_source_pkware.c zip_error_set(&ctx->error, ZIP_ER_EOF, 0); error 155 ext/zip/lib/zip_source_pkware.c zip_error_set(&ctx->error, ZIP_ER_WRONGPASSWD, 0); error 180 ext/zip/lib/zip_source_pkware.c _zip_error_set_from_source(&ctx->error, src); error 209 ext/zip/lib/zip_source_pkware.c return zip_error_to_data(&ctx->error, data, len); error 216 ext/zip/lib/zip_source_pkware.c zip_error_set(&ctx->error, ZIP_ER_INVAL, 0); error 45 ext/zip/lib/zip_source_read.c zip_error_set(&src->error, ZIP_ER_INVAL, 0); error 47 ext/zip/lib/zip_source_seek.c zip_error_set(&src->error, ZIP_ER_INVAL, 0); error 59 ext/zip/lib/zip_source_seek.c zip_source_seek_compute_offset(zip_uint64_t offset, zip_uint64_t length, void *data, zip_uint64_t data_length, zip_error_t *error) error 62 ext/zip/lib/zip_source_seek.c zip_source_args_seek_t *args = ZIP_SOURCE_GET_ARGS(zip_source_args_seek_t, data, data_length, error); error 82 ext/zip/lib/zip_source_seek.c zip_error_set(error, ZIP_ER_INVAL, 0); error 87 ext/zip/lib/zip_source_seek.c zip_error_set(error, ZIP_ER_INVAL, 0); error 44 ext/zip/lib/zip_source_seek_write.c zip_error_set(&src->error, ZIP_ER_INVAL, 0); error 45 ext/zip/lib/zip_source_stat.c zip_error_set(&src->error, ZIP_ER_INVAL, 0); error 53 ext/zip/lib/zip_source_stat.c _zip_error_set_from_source(&src->error, src->src); error 45 ext/zip/lib/zip_source_tell.c zip_error_set(&src->error, ZIP_ER_INVAL, 0); error 42 ext/zip/lib/zip_source_tell_write.c zip_error_set(&src->error, ZIP_ER_INVAL, 0); error 60 ext/zip/lib/zip_source_win32a.c return zip_source_win32a_create(fname, start, len, &za->error); error 65 ext/zip/lib/zip_source_win32a.c zip_source_win32a_create(const char *fname, zip_uint64_t start, zip_int64_t length, zip_error_t *error) error 68 ext/zip/lib/zip_source_win32a.c zip_error_set(error, ZIP_ER_INVAL, 0); error 72 ext/zip/lib/zip_source_win32a.c return _zip_source_win32_handle_or_name(fname, INVALID_HANDLE_VALUE, start, length, 1, NULL, &win32_ops_a, error); error 98 ext/zip/lib/zip_source_win32a.c zip_error_set(&ctx->error, ZIP_ER_MEMORY, 0); error 45 ext/zip/lib/zip_source_win32handle.c static int _zip_seek_win32_u(void *h, zip_uint64_t offset, int whence, zip_error_t *error); error 46 ext/zip/lib/zip_source_win32handle.c static int _zip_seek_win32(void *h, zip_int64_t offset, int whence, zip_error_t *error); error 56 ext/zip/lib/zip_source_win32handle.c return zip_source_win32handle_create(h, start, len, &za->error); error 61 ext/zip/lib/zip_source_win32handle.c zip_source_win32handle_create(HANDLE h, zip_uint64_t start, zip_int64_t length, zip_error_t *error) error 64 ext/zip/lib/zip_source_win32handle.c zip_error_set(error, ZIP_ER_INVAL, 0); error 68 ext/zip/lib/zip_source_win32handle.c return _zip_source_win32_handle_or_name(NULL, h, start, length, 1, NULL, NULL, error); error 73 ext/zip/lib/zip_source_win32handle.c _zip_source_win32_handle_or_name(const void *fname, HANDLE h, zip_uint64_t start, zip_int64_t len, int closep, const zip_stat_t *st, _zip_source_win32_file_ops_t *ops, zip_error_t *error) error 79 ext/zip/lib/zip_source_win32handle.c zip_error_set(error, ZIP_ER_INVAL, 0); error 84 ext/zip/lib/zip_source_win32handle.c zip_error_set(error, ZIP_ER_MEMORY, 0); error 91 ext/zip/lib/zip_source_win32handle.c zip_error_set(error, ZIP_ER_MEMORY, 0); error 114 ext/zip/lib/zip_source_win32handle.c zip_error_init(&ctx->error); error 132 ext/zip/lib/zip_source_win32handle.c if ((zs = zip_source_function_create(_win32_read_file, ctx, error)) == NULL) { error 156 ext/zip/lib/zip_source_win32handle.c zip_error_set(&ctx->error, ZIP_ER_OPNOTSUPP, 0); error 164 ext/zip/lib/zip_source_win32handle.c zip_error_set(&ctx->error, ZIP_ER_WRITE, _zip_win32_error_to_errno(GetLastError())); error 168 ext/zip/lib/zip_source_win32handle.c zip_error_set(&ctx->error, ZIP_ER_RENAME, _zip_win32_error_to_errno(GetLastError())); error 184 ext/zip/lib/zip_source_win32handle.c return zip_error_to_data(&ctx->error, data, len); error 197 ext/zip/lib/zip_source_win32handle.c zip_error_set(&ctx->error, ZIP_ER_OPEN, _zip_win32_error_to_errno(GetLastError())); error 203 ext/zip/lib/zip_source_win32handle.c if (_zip_seek_win32_u(ctx->h, ctx->start, SEEK_SET, &ctx->error) < 0) { error 225 ext/zip/lib/zip_source_win32handle.c if (_zip_seek_win32_u(ctx->h, ctx->current, SEEK_SET, &ctx->error) < 0) { error 231 ext/zip/lib/zip_source_win32handle.c zip_error_set(&ctx->error, ZIP_ER_READ, _zip_win32_error_to_errno(GetLastError())); error 240 ext/zip/lib/zip_source_win32handle.c zip_error_set(&ctx->error, ZIP_ER_REMOVE, _zip_win32_error_to_errno(GetLastError())); error 258 ext/zip/lib/zip_source_win32handle.c zip_source_args_seek_t *args = ZIP_SOURCE_GET_ARGS(zip_source_args_seek_t, data, len, &ctx->error); error 275 ext/zip/lib/zip_source_win32handle.c if (_zip_seek_win32(ctx->h, args->offset, SEEK_END, &ctx->error) < 0) { error 280 ext/zip/lib/zip_source_win32handle.c zip_error_set(&ctx->error, ZIP_ER_SEEK, _zip_win32_error_to_errno(GetLastError())); error 295 ext/zip/lib/zip_source_win32handle.c zip_error_set(&ctx->error, ZIP_ER_INVAL, 0); error 300 ext/zip/lib/zip_source_win32handle.c zip_error_set(&ctx->error, ZIP_ER_INVAL, 0); error 307 ext/zip/lib/zip_source_win32handle.c if (_zip_seek_win32_u(ctx->h, ctx->current, SEEK_SET, &ctx->error) < 0) { error 317 ext/zip/lib/zip_source_win32handle.c args = ZIP_SOURCE_GET_ARGS(zip_source_args_seek_t, data, len, &ctx->error); error 322 ext/zip/lib/zip_source_win32handle.c if (_zip_seek_win32(ctx->hout, args->offset, args->whence, &ctx->error) < 0) { error 348 ext/zip/lib/zip_source_win32handle.c zip_error_set(&ctx->error, ZIP_ER_READ, ENOENT); error 363 ext/zip/lib/zip_source_win32handle.c zip_error_set(&ctx->error, ZIP_ER_READ, _zip_win32_error_to_errno(win32err)); error 383 ext/zip/lib/zip_source_win32handle.c zip_error_set(&ctx->error, ZIP_ER_TELL, _zip_win32_error_to_errno(GetLastError())); error 394 ext/zip/lib/zip_source_win32handle.c zip_error_set(&ctx->error, ZIP_ER_WRITE, _zip_win32_error_to_errno(GetLastError())); error 402 ext/zip/lib/zip_source_win32handle.c zip_error_set(&ctx->error, ZIP_ER_OPNOTSUPP, 0); error 438 ext/zip/lib/zip_source_win32handle.c zip_error_set(&ctx->error, ZIP_ER_MEMORY, 0); error 461 ext/zip/lib/zip_source_win32handle.c zip_error_set(&ctx->error, ZIP_ER_TMPOPEN, _zip_win32_error_to_errno(GetLastError())); error 474 ext/zip/lib/zip_source_win32handle.c _zip_seek_win32_u(HANDLE h, zip_uint64_t offset, int whence, zip_error_t *error) error 477 ext/zip/lib/zip_source_win32handle.c zip_error_set(error, ZIP_ER_SEEK, EOVERFLOW); error 480 ext/zip/lib/zip_source_win32handle.c return _zip_seek_win32(h, (zip_int64_t)offset, whence, error); error 485 ext/zip/lib/zip_source_win32handle.c _zip_seek_win32(HANDLE h, zip_int64_t offset, int whence, zip_error_t *error) error 501 ext/zip/lib/zip_source_win32handle.c zip_error_set(error, ZIP_ER_SEEK, EINVAL); error 507 ext/zip/lib/zip_source_win32handle.c zip_error_set(error, ZIP_ER_SEEK, _zip_win32_error_to_errno(GetLastError())); error 551 ext/zip/lib/zip_source_win32handle.c zip_error_set(&ctx->error, ZIP_ER_READ, _zip_win32_error_to_errno(GetLastError())); error 555 ext/zip/lib/zip_source_win32handle.c zip_error_set(&ctx->error, ZIP_ER_READ, ERANGE); error 565 ext/zip/lib/zip_source_win32handle.c zip_error_set(&ctx->error, ZIP_ER_READ, _zip_win32_error_to_errno(GetLastError())); error 47 ext/zip/lib/zip_source_win32utf8.c return zip_source_file_create(fname, start, len, &za->error); error 52 ext/zip/lib/zip_source_win32utf8.c zip_source_file_create(const char *fname, zip_uint64_t start, zip_int64_t length, zip_error_t *error) error 59 ext/zip/lib/zip_source_win32utf8.c zip_error_set(error, ZIP_ER_INVAL, 0); error 66 ext/zip/lib/zip_source_win32utf8.c zip_error_set(error, ZIP_ER_INVAL, 0); error 70 ext/zip/lib/zip_source_win32utf8.c zip_error_set(error, ZIP_ER_MEMORY, 0); error 75 ext/zip/lib/zip_source_win32utf8.c source = zip_source_win32w_create(wfname, start, length, error); error 60 ext/zip/lib/zip_source_win32w.c return zip_source_win32w_create(fname, start, len, &za->error); error 65 ext/zip/lib/zip_source_win32w.c zip_source_win32w_create(const wchar_t *fname, zip_uint64_t start, zip_int64_t length, zip_error_t *error) error 68 ext/zip/lib/zip_source_win32w.c zip_error_set(error, ZIP_ER_INVAL, 0); error 72 ext/zip/lib/zip_source_win32w.c return _zip_source_win32_handle_or_name(fname, INVALID_HANDLE_VALUE, start, length, 1, NULL, &win32_ops_w, error); error 98 ext/zip/lib/zip_source_win32w.c zip_error_set(&ctx->error, ZIP_ER_MEMORY, 0); error 45 ext/zip/lib/zip_source_window.c zip_error_t error; error 56 ext/zip/lib/zip_source_window.c return _zip_source_window_new(src, start, len, NULL, &za->error); error 61 ext/zip/lib/zip_source_window.c _zip_source_window_new(zip_source_t *src, zip_uint64_t start, zip_uint64_t length, zip_stat_t *st, zip_error_t *error) error 66 ext/zip/lib/zip_source_window.c zip_error_set(error, ZIP_ER_INVAL, 0); error 71 ext/zip/lib/zip_source_window.c zip_error_set(error, ZIP_ER_MEMORY, 0); error 78 ext/zip/lib/zip_source_window.c zip_error_init(&ctx->error); error 83 ext/zip/lib/zip_source_window.c if (_zip_stat_merge(&ctx->stat, st, error) < 0) { error 89 ext/zip/lib/zip_source_window.c return zip_source_layered_create(src, window_read, ctx, error); error 107 ext/zip/lib/zip_source_window.c if (zip_error_code_zip(&src->error) == ZIP_ER_OK) { error 108 ext/zip/lib/zip_source_window.c zip_error_set(&src->error, ZIP_ER_ZIPCLOSED, 0); error 128 ext/zip/lib/zip_source_window.c return zip_error_to_data(&ctx->error, data, len); error 139 ext/zip/lib/zip_source_window.c _zip_error_set_from_source(&ctx->error, src); error 143 ext/zip/lib/zip_source_window.c zip_error_set(&ctx->error, ZIP_ER_EOF, 0); error 161 ext/zip/lib/zip_source_window.c _zip_error_set_from_source(&ctx->error, src); error 167 ext/zip/lib/zip_source_window.c zip_error_set(&ctx->error, ZIP_ER_EOF, 0); error 175 ext/zip/lib/zip_source_window.c zip_error_set(&ctx->error, ZIP_ER_EOF, 0); error 183 ext/zip/lib/zip_source_window.c zip_int64_t new_offset = zip_source_seek_compute_offset(ctx->offset - ctx->start, ctx->end - ctx->start, data, len, &ctx->error); error 199 ext/zip/lib/zip_source_window.c if (_zip_stat_merge(st, &ctx->stat, &ctx->error) < 0) { error 212 ext/zip/lib/zip_source_window.c zip_error_set(&ctx->error, ZIP_ER_OPNOTSUPP, 0); error 243 ext/zip/lib/zip_source_window.c zip_error_set(&za->error, ZIP_ER_MEMORY, 0); error 42 ext/zip/lib/zip_source_write.c zip_error_set(&src->error, ZIP_ER_INVAL, 0); error 46 ext/zip/lib/zip_source_zip.c zip_error_set(&za->error, ZIP_ER_INVAL, 0); error 53 ext/zip/lib/zip_source_zip_new.c zip_error_set(&za->error, ZIP_ER_INVAL, 0); error 59 ext/zip/lib/zip_source_zip_new.c zip_error_set(&za->error, ZIP_ER_CHANGED, 0); error 64 ext/zip/lib/zip_source_zip_new.c zip_error_set(&za->error, ZIP_ER_INTERNAL, 0); error 72 ext/zip/lib/zip_source_zip_new.c zip_error_set(&za->error, ZIP_ER_INVAL, 0); error 78 ext/zip/lib/zip_source_zip_new.c zip_error_set(&za->error, ZIP_ER_INVAL, 0); error 85 ext/zip/lib/zip_source_zip_new.c zip_error_set(&za->error, ZIP_ER_NOPASSWD, 0); error 89 ext/zip/lib/zip_source_zip_new.c zip_error_set(&za->error, ZIP_ER_ENCRNOTSUPP, 0); error 98 ext/zip/lib/zip_source_zip_new.c zip_error_set(&za->error, ZIP_ER_COMPNOTSUPP, 0); error 104 ext/zip/lib/zip_source_zip_new.c if ((offset=_zip_file_get_offset(srcza, srcidx, &za->error)) == 0) error 120 ext/zip/lib/zip_source_zip_new.c if ((src = _zip_source_window_new(srcza->src, offset+start, st2.size, &st2, &za->error)) == NULL) { error 125 ext/zip/lib/zip_source_zip_new.c if ((src = _zip_source_window_new(srcza->src, offset, st.comp_size, &st, &za->error)) == NULL) { error 55 ext/zip/lib/zip_stat_index.c zip_error_set(&za->error, ZIP_ER_CHANGED, 0); error 55 ext/zip/lib/zip_stat_init.c _zip_stat_merge(zip_stat_t *dst, const zip_stat_t *src, zip_error_t *error) error 41 ext/zip/lib/zip_strerror.c return zip_error_strerror(&za->error); error 83 ext/zip/lib/zip_string.c _zip_string_get(zip_string_t *string, zip_uint32_t *lenp, zip_flags_t flags, zip_error_t *error) error 103 ext/zip/lib/zip_string.c &string->converted_length, error)) == NULL) error 129 ext/zip/lib/zip_string.c _zip_string_new(const zip_uint8_t *raw, zip_uint16_t length, zip_flags_t flags, zip_error_t *error) error 148 ext/zip/lib/zip_string.c zip_error_set(error, ZIP_ER_INVAL, 0); error 153 ext/zip/lib/zip_string.c zip_error_set(error, ZIP_ER_MEMORY, 0); error 172 ext/zip/lib/zip_string.c zip_error_set(error, ZIP_ER_INVAL, 0); error 54 ext/zip/lib/zip_unchange.c zip_error_set(&za->error, ZIP_ER_INVAL, 0); error 60 ext/zip/lib/zip_unchange.c if ((orig_name=_zip_get_name(za, idx, ZIP_FL_UNCHANGED, &za->error)) == NULL) { error 66 ext/zip/lib/zip_unchange.c zip_error_set(&za->error, ZIP_ER_EXISTS, 0); error 74 ext/zip/lib/zip_unchange.c if ((changed_name=_zip_get_name(za, idx, 0, &za->error)) == NULL) { error 79 ext/zip/lib/zip_unchange.c if (_zip_hash_add(za->names, (const zip_uint8_t *)orig_name, idx, 0, &za->error) == false) { error 83 ext/zip/lib/zip_unchange.c if (_zip_hash_delete(za->names, (const zip_uint8_t *)changed_name, &za->error) == false) { error 219 ext/zip/lib/zip_utf-8.c zip_uint32_t *utf8_lenp, zip_error_t *error) error 236 ext/zip/lib/zip_utf-8.c zip_error_set(error, ZIP_ER_MEMORY, 0); error 236 ext/zip/lib/zipint.h zip_source_t *zip_source_layered_create(zip_source_t *src, zip_source_layered_callback cb, void *ud, zip_error_t *error); error 296 ext/zip/lib/zipint.h zip_error_t error; /* error information */ error 324 ext/zip/lib/zipint.h zip_error_t error; /* error information */ error 396 ext/zip/lib/zipint.h zip_error_t error; error 475 ext/zip/lib/zipint.h zip_buffer_t *_zip_buffer_new_from_source(zip_source_t *src, zip_uint64_t size, zip_uint8_t *buf, zip_error_t *error); error 499 ext/zip/lib/zipint.h zip_int64_t _zip_dirent_read(zip_dirent_t *zde, zip_source_t *src, zip_buffer_t *buffer, bool local, zip_error_t *error); error 529 ext/zip/lib/zipint.h int _zip_filerange_crc(zip_source_t *src, zip_uint64_t offset, zip_uint64_t length, uLong *crcp, zip_error_t *error); error 536 ext/zip/lib/zipint.h bool _zip_hash_add(zip_hash_t *hash, const zip_uint8_t *name, zip_uint64_t index, zip_flags_t flags, zip_error_t *error); error 537 ext/zip/lib/zipint.h bool _zip_hash_delete(zip_hash_t *hash, const zip_uint8_t *key, zip_error_t *error); error 539 ext/zip/lib/zipint.h zip_int64_t _zip_hash_lookup(zip_hash_t *hash, const zip_uint8_t *name, zip_flags_t flags, zip_error_t *error); error 540 ext/zip/lib/zipint.h zip_hash_t *_zip_hash_new(zip_uint16_t hash_size, zip_error_t *error); error 545 ext/zip/lib/zipint.h int _zip_read(zip_source_t *src, zip_uint8_t *data, zip_uint64_t length, zip_error_t *error); error 546 ext/zip/lib/zipint.h int _zip_read_at_offset(zip_source_t *src, zip_uint64_t offset, unsigned char *b, size_t length, zip_error_t *error); error 547 ext/zip/lib/zipint.h zip_uint8_t *_zip_read_data(zip_buffer_t *buffer, zip_source_t *src, size_t length, bool nulp, zip_error_t *error); error 549 ext/zip/lib/zipint.h zip_string_t *_zip_read_string(zip_buffer_t *buffer, zip_source_t *src, zip_uint16_t lenght, bool nulp, zip_error_t *error); error 555 ext/zip/lib/zipint.h zip_source_t *_zip_source_file_or_p(const char *, FILE *, zip_uint64_t, zip_int64_t, const zip_stat_t *, zip_error_t *error); error 557 ext/zip/lib/zipint.h zip_source_t *_zip_source_new(zip_error_t *error); error 559 ext/zip/lib/zipint.h zip_source_t *_zip_source_window_new(zip_source_t *src, zip_uint64_t start, zip_uint64_t length, zip_stat_t *st, zip_error_t *error); error 562 ext/zip/lib/zipint.h int _zip_stat_merge(zip_stat_t *dst, const zip_stat_t *src, zip_error_t *error); error 44 ext/zip/lib/zipwin32.h zip_error_t error; /* last error information */ error 147 main/SAPI.c int error; error 155 main/SAPI.c error = zend_call_function(&fci, &SG(fci_cache)); error 156 main/SAPI.c if (error == FAILURE) { error 945 main/main.c PHPAPI ZEND_COLD void php_win32_docref2_from_error(DWORD error, const char *param1, const char *param2) { error 946 main/main.c if (error == 0) { error 952 main/main.c FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM, NULL, error, 0, buf, PHP_WIN32_ERROR_MSG_BUFFER_SIZE, NULL); error 958 main/main.c php_error_docref2(NULL, param1, param2, E_WARNING, "%s (code: %lu)", (char *)buf, error); error 319 main/network.c int error = 0; error 326 main/network.c error = php_socket_errno(); error 329 main/network.c *error_code = error; error 332 main/network.c if (error != EINPROGRESS) { error 334 main/network.c *error_string = php_socket_error_str(error); error 339 main/network.c if (asynchronous && error == EINPROGRESS) { error 360 main/network.c error = PHP_TIMEOUT_ERROR_VALUE; error 364 main/network.c len = sizeof(error); error 369 main/network.c if (getsockopt(sockfd, SOL_SOCKET, SO_ERROR, (char*)&error, &len) != 0) { error 384 main/network.c *error_code = error; error 387 main/network.c if (error) { error 390 main/network.c *error_string = php_socket_error_str(error); error 734 main/network.c int error = 0, n; error 741 main/network.c error = PHP_TIMEOUT_ERROR_VALUE; error 743 main/network.c error = php_socket_errno(); error 755 main/network.c error = php_socket_errno(); error 760 main/network.c *error_code = error; error 763 main/network.c *error_string = php_socket_error_str(error); error 479 main/output.c char *error = NULL; error 495 main/output.c if (SUCCESS == zend_fcall_info_init(output_handler, 0, &user->fci, &user->fcc, &handler_name, &error)) { error 502 main/output.c if (error) { error 503 main/output.c php_error_docref("ref.outcontrol", E_WARNING, "%s", error); error 504 main/output.c efree(error); error 278 main/php.h void phperror(char *error); error 308 main/php.h PHPAPI ZEND_COLD void php_win32_docref2_from_error(DWORD error, const char *param1, const char *param2); error 221 main/streams/streams.c static void wrapper_error_dtor(void *error) error 223 main/streams/streams.c efree(*(char**)error); error 317 sapi/cli/php_http_parser.c # define STRICT_CHECK(cond) if (cond) goto error error 380 sapi/cli/php_http_parser.c if (nread > PHP_HTTP_MAX_HEADER_SIZE) goto error; error 389 sapi/cli/php_http_parser.c goto error; error 414 sapi/cli/php_http_parser.c if (ch != 'E') goto error; error 439 sapi/cli/php_http_parser.c goto error; error 465 sapi/cli/php_http_parser.c if (ch < '1' || ch > '9') goto error; error 478 sapi/cli/php_http_parser.c if (ch < '0' || ch > '9') goto error; error 483 sapi/cli/php_http_parser.c if (parser->http_major > 999) goto error; error 489 sapi/cli/php_http_parser.c if (ch < '0' || ch > '9') goto error; error 502 sapi/cli/php_http_parser.c if (ch < '0' || ch > '9') goto error; error 507 sapi/cli/php_http_parser.c if (parser->http_minor > 999) goto error; error 517 sapi/cli/php_http_parser.c goto error; error 538 sapi/cli/php_http_parser.c goto error; error 546 sapi/cli/php_http_parser.c if (parser->status_code > 999) goto error; error 578 sapi/cli/php_http_parser.c if (ch < 'A' || 'Z' < ch) goto error; error 606 sapi/cli/php_http_parser.c goto error; error 676 sapi/cli/php_http_parser.c goto error; error 696 sapi/cli/php_http_parser.c goto error; error 731 sapi/cli/php_http_parser.c goto error; error 753 sapi/cli/php_http_parser.c goto error; error 791 sapi/cli/php_http_parser.c goto error; error 827 sapi/cli/php_http_parser.c goto error; error 864 sapi/cli/php_http_parser.c goto error; error 901 sapi/cli/php_http_parser.c goto error; error 934 sapi/cli/php_http_parser.c goto error; error 947 sapi/cli/php_http_parser.c goto error; error 973 sapi/cli/php_http_parser.c if (ch < '1' || ch > '9') goto error; error 986 sapi/cli/php_http_parser.c if (ch < '0' || ch > '9') goto error; error 991 sapi/cli/php_http_parser.c if (parser->http_major > 999) goto error; error 997 sapi/cli/php_http_parser.c if (ch < '0' || ch > '9') goto error; error 1017 sapi/cli/php_http_parser.c if (ch < '0' || ch > '9') goto error; error 1022 sapi/cli/php_http_parser.c if (parser->http_minor > 999) goto error; error 1029 sapi/cli/php_http_parser.c if (ch != LF) goto error; error 1050 sapi/cli/php_http_parser.c if (!c) goto error; error 1207 sapi/cli/php_http_parser.c goto error; error 1250 sapi/cli/php_http_parser.c if (ch < '0' || ch > '9') goto error; error 1299 sapi/cli/php_http_parser.c if (ch < '0' || ch > '9') goto error; error 1475 sapi/cli/php_http_parser.c if (c == -1) goto error; error 1497 sapi/cli/php_http_parser.c goto error; error 1564 sapi/cli/php_http_parser.c goto error; error 1582 sapi/cli/php_http_parser.c error: error 509 sapi/fpm/fpm/fpm_conf.c char *error; error 511 sapi/fpm/fpm/fpm_conf.c error = fpm_conf_set_integer(value, &subconf, 0); error 513 sapi/fpm/fpm/fpm_conf.c if (error) { error 514 sapi/fpm/fpm/fpm_conf.c return error; error 1253 sapi/fpm/fpm/fpm_conf.c int *error = (int *)arg;; error 1260 sapi/fpm/fpm/fpm_conf.c if (*error) return; /* We got already an error. Switch to the end. */ error 1275 sapi/fpm/fpm/fpm_conf.c *error = 1; error 1286 sapi/fpm/fpm/fpm_conf.c *error = 1; error 1296 sapi/fpm/fpm/fpm_conf.c *error = 1; error 1310 sapi/fpm/fpm/fpm_conf.c int *error = (int *)arg; error 1332 sapi/fpm/fpm/fpm_conf.c *error = 1; error 1338 sapi/fpm/fpm/fpm_conf.c *error = 1; error 1349 sapi/fpm/fpm/fpm_conf.c int *error = (int *)arg; error 1352 sapi/fpm/fpm/fpm_conf.c *error = 1; error 1359 sapi/fpm/fpm/fpm_conf.c *error = 1; error 1379 sapi/fpm/fpm/fpm_conf.c *error = 1; error 1386 sapi/fpm/fpm/fpm_conf.c *error = 1; error 1397 sapi/fpm/fpm/fpm_conf.c *error = 1; error 1403 sapi/fpm/fpm/fpm_conf.c int *error = (int *)arg; error 1409 sapi/fpm/fpm/fpm_conf.c *error = 1; error 1414 sapi/fpm/fpm/fpm_conf.c *error = 1; error 1421 sapi/fpm/fpm/fpm_conf.c *error = 1; error 1445 sapi/fpm/fpm/fpm_conf.c *error = 1; error 1451 sapi/fpm/fpm/fpm_conf.c *error = 1; error 1459 sapi/fpm/fpm/fpm_conf.c int *error; error 1462 sapi/fpm/fpm/fpm_conf.c error = (int *)arg; error 1463 sapi/fpm/fpm/fpm_conf.c if (*error) return; /* We got already an error. Switch to the end. */ error 1467 sapi/fpm/fpm/fpm_conf.c fpm_conf_ini_parser_entry(arg1, arg2, error); error 1470 sapi/fpm/fpm/fpm_conf.c fpm_conf_ini_parser_section(arg1, error); error 1473 sapi/fpm/fpm/fpm_conf.c fpm_conf_ini_parser_array(arg1, arg3, arg2, error); error 1477 sapi/fpm/fpm/fpm_conf.c *error = 1; error 1485 sapi/fpm/fpm/fpm_conf.c int error = 0; error 1537 sapi/fpm/fpm/fpm_conf.c tmp = zend_parse_ini_string(buf, 1, ZEND_INI_SCANNER_NORMAL, (zend_ini_parser_cb_t)fpm_conf_ini_parser, &error); error 1539 sapi/fpm/fpm/fpm_conf.c if (error || tmp == FAILURE) { error 1550 sapi/fpm/fpm/fpm_conf.c fpm_conf_ini_parser_include(tmp, &error); error 1551 sapi/fpm/fpm/fpm_conf.c if (error) { error 38 sapi/phpdbg/phpdbg_info.c PHPDBG_INFO_COMMAND_D(error, "show last error", 'e', info_error, NULL, 0, PHPDBG_ASYNC_SAFE), error 84 sapi/phpdbg/phpdbg_info.c PHPDBG_INFO(error) /* {{{ */ error 32 sapi/phpdbg/phpdbg_info.h PHPDBG_INFO(error); error 438 sapi/phpdbg/phpdbg_utils.c goto error; error 464 sapi/phpdbg/phpdbg_utils.c goto error; error 586 sapi/phpdbg/phpdbg_utils.c error: error 203 win32/sendmail.c PHPAPI int TSendMail(char *host, int *error, char **error_message, error 213 win32/sendmail.c *error = BAD_MAIL_HOST; error 216 win32/sendmail.c *error = BAD_MAIL_HOST; error 228 win32/sendmail.c *error = W32_SM_PCRE_ERROR; error 281 win32/sendmail.c *error = W32_SM_SENDMAIL_FROM_NOT_SET; error 287 win32/sendmail.c *error = MailConnect(); error 288 win32/sendmail.c if (*error != 0) { error 314 win32/sendmail.c *error = ret; error 47 win32/sockets.c goto error; error 55 win32/sockets.c goto error; error 59 win32/sockets.c goto error; error 63 win32/sockets.c goto error; error 68 win32/sockets.c goto error; error 73 win32/sockets.c goto error; error 78 win32/sockets.c goto error; error 86 win32/sockets.c error: error 25 win32/winutil.c PHPAPI char *php_win32_error_to_msg(HRESULT error) error 31 win32/winutil.c NULL, error, MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), (LPTSTR)&buf, 0, NULL error 19 win32/winutil.h PHPAPI char *php_win32_error_to_msg(HRESULT error);