Home
last modified time | relevance | path

Searched refs:error_buffer (Results 226 – 250 of 510) sorted by relevance

12345678910>>...21

/dports/devel/cmake/cmake-3.22.1/Utilities/cmcurl/lib/vtls/
H A Dwolfssl.c567 char error_buffer[WOLFSSL_MAX_ERROR_SZ]; in wolfssl_connect_step2() local
623 ERR_error_string(detail, error_buffer)); in wolfssl_connect_step2()
778 char error_buffer[WOLFSSL_MAX_ERROR_SZ]; in wolfssl_send() local
797 ERR_error_string(err, error_buffer), in wolfssl_send()
838 char error_buffer[WOLFSSL_MAX_ERROR_SZ]; in wolfssl_recv() local
859 ERR_error_string(err, error_buffer), SOCKERRNO); in wolfssl_recv()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/curl-sys-0.4.48+curl-7.79.1/curl/lib/vtls/
H A Dwolfssl.c567 char error_buffer[WOLFSSL_MAX_ERROR_SZ]; in wolfssl_connect_step2() local
623 ERR_error_string(detail, error_buffer)); in wolfssl_connect_step2()
778 char error_buffer[WOLFSSL_MAX_ERROR_SZ]; in wolfssl_send() local
797 ERR_error_string(err, error_buffer), in wolfssl_send()
838 char error_buffer[WOLFSSL_MAX_ERROR_SZ]; in wolfssl_recv() local
859 ERR_error_string(err, error_buffer), SOCKERRNO); in wolfssl_recv()
/dports/net/csync2/csync2-a8d38eb/
H A Ddaemon.c108 static char error_buffer[1024]; in csync_file_backup() local
207 … snprintf(error_buffer, 1024, "Open error while backing up '%s': %s\n", filename, strerror(errno)); in csync_file_backup()
208 cmd_error = error_buffer; in csync_file_backup()
219 …snprintf(error_buffer, 1024, "Write error while backing up '%s': %s\n", filename, strerror(errno)); in csync_file_backup()
221 cmd_error = error_buffer; in csync_file_backup()
/dports/lang/php74/php-7.4.27/ext/libxml/
H A Dlibxml.c273 libxml_globals->error_buffer.s = NULL; in PHP_GINIT_FUNCTION()
604 smart_str_appendl(&LIBXML(error_buffer), buf, len); in php_libxml_internal_error_handler()
610 _php_list_set_error_structure(NULL, ZSTR_VAL(LIBXML(error_buffer).s)); in php_libxml_internal_error_handler()
614 php_libxml_ctx_error_level(E_WARNING, ctx, ZSTR_VAL(LIBXML(error_buffer).s)); in php_libxml_internal_error_handler()
617 php_libxml_ctx_error_level(E_NOTICE, ctx, ZSTR_VAL(LIBXML(error_buffer).s)); in php_libxml_internal_error_handler()
620 php_error_docref(NULL, E_WARNING, "%s", ZSTR_VAL(LIBXML(error_buffer).s)); in php_libxml_internal_error_handler()
623 smart_str_free(&LIBXML(error_buffer)); in php_libxml_internal_error_handler()
978 smart_str_free(&LIBXML(error_buffer)); in php_libxml_post_deactivate()
/dports/lang/php80/php-8.0.15/ext/libxml/
H A Dlibxml.c225 libxml_globals->error_buffer.s = NULL; in PHP_GINIT_FUNCTION()
554 smart_str_appendl(&LIBXML(error_buffer), buf, len); in php_libxml_internal_error_handler()
560 _php_list_set_error_structure(NULL, ZSTR_VAL(LIBXML(error_buffer).s)); in php_libxml_internal_error_handler()
565 php_libxml_ctx_error_level(E_WARNING, ctx, ZSTR_VAL(LIBXML(error_buffer).s)); in php_libxml_internal_error_handler()
568 php_libxml_ctx_error_level(E_NOTICE, ctx, ZSTR_VAL(LIBXML(error_buffer).s)); in php_libxml_internal_error_handler()
571 php_error_docref(NULL, E_WARNING, "%s", ZSTR_VAL(LIBXML(error_buffer).s)); in php_libxml_internal_error_handler()
574 smart_str_free(&LIBXML(error_buffer)); in php_libxml_internal_error_handler()
955 smart_str_free(&LIBXML(error_buffer)); in php_libxml_post_deactivate()
/dports/www/mod_php74/php-7.4.27/ext/libxml/
H A Dlibxml.c273 libxml_globals->error_buffer.s = NULL; in PHP_GINIT_FUNCTION()
604 smart_str_appendl(&LIBXML(error_buffer), buf, len); in php_libxml_internal_error_handler()
610 _php_list_set_error_structure(NULL, ZSTR_VAL(LIBXML(error_buffer).s)); in php_libxml_internal_error_handler()
614 php_libxml_ctx_error_level(E_WARNING, ctx, ZSTR_VAL(LIBXML(error_buffer).s)); in php_libxml_internal_error_handler()
617 php_libxml_ctx_error_level(E_NOTICE, ctx, ZSTR_VAL(LIBXML(error_buffer).s)); in php_libxml_internal_error_handler()
620 php_error_docref(NULL, E_WARNING, "%s", ZSTR_VAL(LIBXML(error_buffer).s)); in php_libxml_internal_error_handler()
623 smart_str_free(&LIBXML(error_buffer)); in php_libxml_internal_error_handler()
978 smart_str_free(&LIBXML(error_buffer)); in php_libxml_post_deactivate()
/dports/www/mod_php80/php-8.0.15/ext/libxml/
H A Dlibxml.c225 libxml_globals->error_buffer.s = NULL; in PHP_GINIT_FUNCTION()
554 smart_str_appendl(&LIBXML(error_buffer), buf, len); in php_libxml_internal_error_handler()
560 _php_list_set_error_structure(NULL, ZSTR_VAL(LIBXML(error_buffer).s)); in php_libxml_internal_error_handler()
565 php_libxml_ctx_error_level(E_WARNING, ctx, ZSTR_VAL(LIBXML(error_buffer).s)); in php_libxml_internal_error_handler()
568 php_libxml_ctx_error_level(E_NOTICE, ctx, ZSTR_VAL(LIBXML(error_buffer).s)); in php_libxml_internal_error_handler()
571 php_error_docref(NULL, E_WARNING, "%s", ZSTR_VAL(LIBXML(error_buffer).s)); in php_libxml_internal_error_handler()
574 smart_str_free(&LIBXML(error_buffer)); in php_libxml_internal_error_handler()
955 smart_str_free(&LIBXML(error_buffer)); in php_libxml_post_deactivate()
/dports/net/proby/proby-1.0.2/cargo-crates/libnghttp2-sys-0.1.4+1.41.0/nghttp2/third-party/mruby/mrbgems/mruby-eval/src/
H A Deval.c259 mrb_fixnum_value(p->error_buffer[0].lineno), in create_proc_from_string()
260 mrb_str_new_cstr(mrb, p->error_buffer[0].message)); in create_proc_from_string()
264 mrb_fixnum_value(p->error_buffer[0].lineno), in create_proc_from_string()
265 mrb_str_new_cstr(mrb, p->error_buffer[0].message)); in create_proc_from_string()
/dports/lang/rust/rustc-1.58.1-src/vendor/libnghttp2-sys/nghttp2/third-party/mruby/mrbgems/mruby-eval/src/
H A Deval.c259 mrb_fixnum_value(p->error_buffer[0].lineno), in create_proc_from_string()
260 mrb_str_new_cstr(mrb, p->error_buffer[0].message)); in create_proc_from_string()
264 mrb_fixnum_value(p->error_buffer[0].lineno), in create_proc_from_string()
265 mrb_str_new_cstr(mrb, p->error_buffer[0].message)); in create_proc_from_string()
/dports/www/civetweb/civetweb-1.15/docs/
H A DAPIReference.md106 * [`mg_connect_client( host, port, use_ssl, error_buffer, error_buffer_size );`](api/mg_connect_cli…
107 * [`mg_connect_client_secure( client_options, error_buffer, error_buffer_size );`](api/mg_connect_c…
108 * [`mg_connect_websocket_client( host, port, use_ssl, error_buffer, error_buffer_size, path, origin…
111 * [`mg_download( host, port, use_ssl, error_buffer, error_buffer_size, fmt, ... );`](api/mg_downloa…
/dports/www/h2o-devel/h2o-dcc7134/deps/mruby/mrbgems/mruby-eval/src/
H A Deval.c259 mrb_fixnum_value(p->error_buffer[0].lineno), in create_proc_from_string()
260 mrb_str_new_cstr(mrb, p->error_buffer[0].message)); in create_proc_from_string()
264 mrb_fixnum_value(p->error_buffer[0].lineno), in create_proc_from_string()
265 mrb_str_new_cstr(mrb, p->error_buffer[0].message)); in create_proc_from_string()
/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/sources/graphics/
H A DJPGReader.cpp111 jmp_buf error_buffer; //Used for saving/restoring context in read() local
117 if (setjmp(error_buffer)) { //Longjump was called --> an exception was thrown in read()
/dports/devel/libgpkg/luciad-libgpkg-c56e3708453e/gpkg/
H A Dspatialdb_internal.h37 …char error_buffer[error_buf_size]; …
39 …if (error_init_fixed(&FUNCTION_ERROR, error_buffer, error_buf_size) != SQLITE_OK) { …
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/curl-sys-0.4.51+curl-7.80.0/curl/lib/vtls/
H A Dwolfssl.c636 char error_buffer[WOLFSSL_MAX_ERROR_SZ]; in wolfssl_connect_step2() local
692 ERR_error_string(detail, error_buffer)); in wolfssl_connect_step2()
847 char error_buffer[WOLFSSL_MAX_ERROR_SZ]; in wolfssl_send() local
866 ERR_error_string(err, error_buffer), in wolfssl_send()
907 char error_buffer[WOLFSSL_MAX_ERROR_SZ]; in wolfssl_recv() local
928 ERR_error_string(err, error_buffer), SOCKERRNO); in wolfssl_recv()
/dports/games/corsix-th/CorsixTH-0.65.1/CorsixTH/Src/
H A Dth_movie.cpp425 av_strerror(iError, error_buffer, movie_error_buffer_capacity); in load()
426 last_error = std::string(error_buffer); in load()
432 av_strerror(iError, error_buffer, movie_error_buffer_capacity); in load()
433 last_error = std::string(error_buffer); in load()
440 av_strerror(video_stream_index, error_buffer, movie_error_buffer_capacity); in load()
441 last_error = std::string(error_buffer); in load()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/alac/
H A Dalac.c479 static void predictor_decompress_fir_adapt(int32_t *error_buffer, in predictor_decompress_fir_adapt() argument
490 *buffer_out = *error_buffer; in predictor_decompress_fir_adapt()
495 memcpy(buffer_out+1, error_buffer+1, (output_size-1) * 4); in predictor_decompress_fir_adapt()
510 error_value = error_buffer[i+1]; in predictor_decompress_fir_adapt()
524 val = buffer_out[i] + error_buffer[i+1]; in predictor_decompress_fir_adapt()
560 int error_val = error_buffer[i]; in predictor_decompress_fir_adapt()
/dports/lang/rust/rustc-1.58.1-src/vendor/curl-sys/curl/lib/vtls/
H A Dwolfssl.c636 char error_buffer[WOLFSSL_MAX_ERROR_SZ]; in wolfssl_connect_step2() local
692 ERR_error_string(detail, error_buffer)); in wolfssl_connect_step2()
847 char error_buffer[WOLFSSL_MAX_ERROR_SZ]; in wolfssl_send() local
866 ERR_error_string(err, error_buffer), in wolfssl_send()
907 char error_buffer[WOLFSSL_MAX_ERROR_SZ]; in wolfssl_recv() local
928 ERR_error_string(err, error_buffer), SOCKERRNO); in wolfssl_recv()
/dports/audio/shairport-sync/shairport-sync-3.3.9/
H A Dalac.c404 static void predictor_decompress_fir_adapt(int32_t *error_buffer, int32_t *buffer_out,
411 *buffer_out = *error_buffer;
416 memcpy(buffer_out + 1, error_buffer + 1, (output_size - 1) * 4);
431 error_value = error_buffer[i + 1];
443 val = buffer_out[i] + error_buffer[i + 1];
474 int error_val = error_buffer[i];
/dports/audio/shairplay/shairplay-498bc5b/src/lib/alac/
H A Dalac.c432 static void predictor_decompress_fir_adapt(int32_t *error_buffer,
443 *buffer_out = *error_buffer;
448 memcpy(buffer_out+1, error_buffer+1, (output_size-1) * 4);
463 error_value = error_buffer[i+1];
477 val = buffer_out[i] + error_buffer[i+1];
513 int error_val = error_buffer[i];
/dports/net/nepenthes/nepenthes-0.2.2/modules/shellcode-signatures/
H A Dsignature_parser.c184 static char error_buffer[0xff]; variable
2059 snprintf(error_buffer, sizeof(error_buffer), in yyerror()
2076 snprintf(error_buffer, sizeof(error_buffer), "%s", strerror(errno)); in sc_parse_file()
2094 return error_buffer; in sc_get_error()
/dports/textproc/libextractor/libextractor-1.11/src/plugins/
H A Dpreviewopus_extractor.c94 static char error_buffer[255]; in get_error_text() local
95 av_strerror (error, error_buffer, sizeof(error_buffer)); in get_error_text()
96 return error_buffer; in get_error_text()
/dports/textproc/raptor2/raptor2-2.0.15/src/
H A Draptor_www_curl.c190 curl_easy_setopt(www->curl_handle, CURLOPT_ERRORBUFFER, www->error_buffer); in raptor_www_curl_init()
239 raptor_www_error(www, "Resolving URI failed: %s", www->error_buffer); in raptor_www_curl_fetch()
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/contrib/curl/lib/vtls/
H A Dopenssl.c2232 char error_buffer[256]=""; /* OpenSSL documents that this must be at in ossl_connect_step2() local
2257 snprintf(error_buffer, sizeof(error_buffer), in ossl_connect_step2()
2264 strcpy(error_buffer, "SSL certificate verification failed"); in ossl_connect_step2()
2268 ossl_strerror(errdetail, error_buffer, sizeof(error_buffer)); in ossl_connect_step2()
2287 failf(data, "%s", error_buffer); in ossl_connect_step2()
3130 char error_buffer[256]; /* OpenSSL documents that this must be at least 256 in ossl_send() local
3172 ossl_strerror(sslerror, error_buffer, sizeof(error_buffer))); in ossl_send()
3191 char error_buffer[256]; /* OpenSSL documents that this must be at in ossl_recv() local
3223 ossl_strerror(sslerror, error_buffer, sizeof(error_buffer)), in ossl_recv()
/dports/devel/premake5/premake-5.0.0-alpha16-src/contrib/curl/lib/vtls/
H A Dopenssl.c2232 char error_buffer[256]=""; /* OpenSSL documents that this must be at in ossl_connect_step2() local
2257 snprintf(error_buffer, sizeof(error_buffer), in ossl_connect_step2()
2264 strcpy(error_buffer, "SSL certificate verification failed"); in ossl_connect_step2()
2268 ossl_strerror(errdetail, error_buffer, sizeof(error_buffer)); in ossl_connect_step2()
2287 failf(data, "%s", error_buffer); in ossl_connect_step2()
3130 char error_buffer[256]; /* OpenSSL documents that this must be at least 256 in ossl_send() local
3172 ossl_strerror(sslerror, error_buffer, sizeof(error_buffer))); in ossl_send()
3191 char error_buffer[256]; /* OpenSSL documents that this must be at in ossl_recv() local
3223 ossl_strerror(sslerror, error_buffer, sizeof(error_buffer)), in ossl_recv()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/slic3r/Utils/
H A DHttp.cpp120 std::string error_buffer; // Used for CURLOPT_ERRORBUFFER member
155 , error_buffer(CURL_ERROR_SIZE + 1, '\0') in priv()
168 ::curl_easy_setopt(curl, CURLOPT_ERRORBUFFER, &error_buffer.front()); in priv()
311 % error_buffer.c_str() in curl_error()

12345678910>>...21