Home
last modified time | relevance | path

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

/dports/www/nginx-full/njs-0.7.1/src/
H A Dnjs_types.h126 #define NJS_MAX_ERROR_STR 2048 macro
H A Dnjs_error.c63 u_char buf[NJS_MAX_ERROR_STR], *p; in njs_error_fmt_new()
H A Dnjs_vm.c815 u_char buf[NJS_MAX_ERROR_STR], *p; in njs_vm_value_error_set()
H A Dnjs_parser.c8798 u_char msg[NJS_MAX_ERROR_STR]; in njs_parser_scope_error()
8810 end = msg + NJS_MAX_ERROR_STR; in njs_parser_scope_error()
/dports/www/nginx-full/njs-0.7.1/external/
H A Dnjs_webcrypto_module.c2612 u_char errstr[NJS_MAX_ERROR_STR]; in njs_webcrypto_error()
2614 last = &errstr[NJS_MAX_ERROR_STR]; in njs_webcrypto_error()