Home
last modified time | relevance | path

Searched defs:js_ctx (Results 1 – 25 of 41) sorted by relevance

12

/dports/lang/duktape-lib/duktape-2.6.0/src-input/
H A Dduk_bi_json.c387 DUK_LOCAL void duk__json_dec_string(duk_json_dec_ctx *js_ctx) { in duk__json_dec_string()
591 DUK_LOCAL void duk__json_dec_buffer(duk_json_dec_ctx *js_ctx) { in duk__json_dec_buffer()
649 DUK_LOCAL void duk__json_dec_number(duk_json_dec_ctx *js_ctx) { in duk__json_dec_number()
739 DUK_LOCAL void duk__json_dec_object(duk_json_dec_ctx *js_ctx) { in duk__json_dec_object()
822 DUK_LOCAL void duk__json_dec_array(duk_json_dec_ctx *js_ctx) { in duk__json_dec_array()
890 DUK_LOCAL void duk__json_dec_value(duk_json_dec_ctx *js_ctx) {
1095 DUK_LOCAL void duk__unemit_1(duk_json_enc_ctx *js_ctx) {
1925 DUK_LOCAL void duk__json_enc_array(duk_json_enc_ctx *js_ctx) {
2778 duk_json_enc_ctx *js_ctx; local
2807 duk_json_dec_ctx *js_ctx = &js_ctx_alloc; local
[all …]
/dports/lang/duktape/duktape-2.6.0/src-separate/
H A Dduk_bi_json.c387 DUK_LOCAL void duk__json_dec_string(duk_json_dec_ctx *js_ctx) { in duk__json_dec_string()
591 DUK_LOCAL void duk__json_dec_buffer(duk_json_dec_ctx *js_ctx) { in duk__json_dec_buffer()
649 DUK_LOCAL void duk__json_dec_number(duk_json_dec_ctx *js_ctx) { in duk__json_dec_number()
739 DUK_LOCAL void duk__json_dec_object(duk_json_dec_ctx *js_ctx) { in duk__json_dec_object()
822 DUK_LOCAL void duk__json_dec_array(duk_json_dec_ctx *js_ctx) { in duk__json_dec_array()
890 DUK_LOCAL void duk__json_dec_value(duk_json_dec_ctx *js_ctx) {
1095 DUK_LOCAL void duk__unemit_1(duk_json_enc_ctx *js_ctx) {
1925 DUK_LOCAL void duk__json_enc_array(duk_json_enc_ctx *js_ctx) {
2778 duk_json_enc_ctx *js_ctx; local
2807 duk_json_dec_ctx *js_ctx = &js_ctx_alloc; local
[all …]
/dports/lang/duktape-lib/duktape-2.6.0/src-separate/
H A Dduk_bi_json.c387 DUK_LOCAL void duk__json_dec_string(duk_json_dec_ctx *js_ctx) { in duk__json_dec_string()
591 DUK_LOCAL void duk__json_dec_buffer(duk_json_dec_ctx *js_ctx) { in duk__json_dec_buffer()
649 DUK_LOCAL void duk__json_dec_number(duk_json_dec_ctx *js_ctx) { in duk__json_dec_number()
739 DUK_LOCAL void duk__json_dec_object(duk_json_dec_ctx *js_ctx) { in duk__json_dec_object()
822 DUK_LOCAL void duk__json_dec_array(duk_json_dec_ctx *js_ctx) { in duk__json_dec_array()
890 DUK_LOCAL void duk__json_dec_value(duk_json_dec_ctx *js_ctx) {
1095 DUK_LOCAL void duk__unemit_1(duk_json_enc_ctx *js_ctx) {
1925 DUK_LOCAL void duk__json_enc_array(duk_json_enc_ctx *js_ctx) {
2778 duk_json_enc_ctx *js_ctx; local
2807 duk_json_dec_ctx *js_ctx = &js_ctx_alloc; local
[all …]
/dports/lang/duktape/duktape-2.6.0/src-input/
H A Dduk_bi_json.c387 DUK_LOCAL void duk__json_dec_string(duk_json_dec_ctx *js_ctx) { in duk__json_dec_string()
591 DUK_LOCAL void duk__json_dec_buffer(duk_json_dec_ctx *js_ctx) { in duk__json_dec_buffer()
649 DUK_LOCAL void duk__json_dec_number(duk_json_dec_ctx *js_ctx) { in duk__json_dec_number()
739 DUK_LOCAL void duk__json_dec_object(duk_json_dec_ctx *js_ctx) { in duk__json_dec_object()
822 DUK_LOCAL void duk__json_dec_array(duk_json_dec_ctx *js_ctx) { in duk__json_dec_array()
890 DUK_LOCAL void duk__json_dec_value(duk_json_dec_ctx *js_ctx) {
1095 DUK_LOCAL void duk__unemit_1(duk_json_enc_ctx *js_ctx) {
1925 DUK_LOCAL void duk__json_enc_array(duk_json_enc_ctx *js_ctx) {
2778 duk_json_enc_ctx *js_ctx; local
2807 duk_json_dec_ctx *js_ctx = &js_ctx_alloc; local
[all …]
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/src-separate/
H A Dduk_bi_json.c376 DUK_LOCAL void duk__dec_string(duk_json_dec_ctx *js_ctx) { in duk__dec_string()
583 DUK_LOCAL void duk__dec_buffer(duk_json_dec_ctx *js_ctx) { in duk__dec_buffer()
641 DUK_LOCAL void duk__dec_number(duk_json_dec_ctx *js_ctx) { in duk__dec_number()
728 DUK_LOCAL void duk__dec_object(duk_json_dec_ctx *js_ctx) { in duk__dec_object()
811 DUK_LOCAL void duk__dec_array(duk_json_dec_ctx *js_ctx) { in duk__dec_array()
879 DUK_LOCAL void duk__dec_value(duk_json_dec_ctx *js_ctx) {
1082 DUK_LOCAL void duk__unemit_1(duk_json_enc_ctx *js_ctx) {
1863 DUK_LOCAL void duk__enc_array(duk_json_enc_ctx *js_ctx) {
2658 duk_json_enc_ctx *js_ctx; local
2688 duk_json_dec_ctx *js_ctx = &js_ctx_alloc; local
[all …]
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src-separate/
H A Dduk_bi_json.c376 DUK_LOCAL void duk__dec_string(duk_json_dec_ctx *js_ctx) { in duk__dec_string()
583 DUK_LOCAL void duk__dec_buffer(duk_json_dec_ctx *js_ctx) { in duk__dec_buffer()
641 DUK_LOCAL void duk__dec_number(duk_json_dec_ctx *js_ctx) { in duk__dec_number()
728 DUK_LOCAL void duk__dec_object(duk_json_dec_ctx *js_ctx) { in duk__dec_object()
811 DUK_LOCAL void duk__dec_array(duk_json_dec_ctx *js_ctx) { in duk__dec_array()
879 DUK_LOCAL void duk__dec_value(duk_json_dec_ctx *js_ctx) {
1082 DUK_LOCAL void duk__unemit_1(duk_json_enc_ctx *js_ctx) {
1863 DUK_LOCAL void duk__enc_array(duk_json_enc_ctx *js_ctx) {
2658 duk_json_enc_ctx *js_ctx; local
2688 duk_json_dec_ctx *js_ctx = &js_ctx_alloc; local
[all …]
/dports/www/links/links-2.25/
H A Djsint.c1515 struct f_data_c *js_ctx=(struct f_data_c*)data; in js_upcall_get_links() local
1544 struct f_data_c *js_ctx=(struct f_data_c*)data; in js_upcall_get_link_target() local
1568 struct f_data_c *js_ctx=(struct f_data_c *)data; in js_upcall_get_forms() local
1613 struct f_data_c *js_ctx=(struct f_data_c *)data; in js_upcall_get_form_action() local
1680 struct f_data_c *js_ctx=(struct f_data_c *)data; in js_upcall_get_form_target() local
1703 struct f_data_c *js_ctx=(struct f_data_c *)data; in js_upcall_get_form_method() local
2667 struct f_data_c *js_ctx=(struct f_data_c*)p; in js_upcall_get_radio_length() local
2697 struct f_data_c *js_ctx=(struct f_data_c*)p; in js_upcall_get_select_length() local
2722 struct f_data_c *js_ctx=(struct f_data_c*)p; in js_upcall_get_select_options() local
2757 struct f_data_c *js_ctx=(struct f_data_c*)p; in js_upcall_get_select_index() local
[all …]
/dports/multimedia/gpac-libgpac/gpac-1.0.0/modules/deprecated/old_arch/platinum/
H A DGenericDevice.h68 JSContext *js_ctx; variable
135 JSContext *js_ctx; variable
/dports/multimedia/gpac-mp4box/gpac-1.0.0/modules/deprecated/old_arch/platinum/
H A DGenericDevice.h68 JSContext *js_ctx; variable
135 JSContext *js_ctx; variable
/dports/security/snort3/snort3-3.1.19.0/src/service_inspectors/http_inspect/
H A Dhttp_js_norm.cc162 auto& js_ctx = ssn->acquire_js_ctx(identifier_depth, normalization_depth, max_template_nesting, in do_external() local
297 auto& js_ctx = ssn->acquire_js_ctx(identifier_depth, normalization_depth, in do_inline() local
362 auto js_ctx = ssn->js_normalizer; in do_inline() local
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/scenegraph/
H A Dqjs_common.h76 struct JSContext *js_ctx; member
168 struct JSContext *js_ctx; member
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/scenegraph/
H A Dqjs_common.h76 struct JSContext *js_ctx; member
168 struct JSContext *js_ctx; member
/dports/devel/elixir-bson/elixir-bson-0.4.4/lib/
H A Dbson_encoder.ex167 defp js_ctx(jsctx), do: <<(byte_size(jsctx)+4)::32-little-signed, jsctx::binary>> function
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src-noline/
H A Dduktape.c29416 DUK_LOCAL void duk__dec_string(duk_json_dec_ctx *js_ctx) { in duk__dec_string()
29623 DUK_LOCAL void duk__dec_buffer(duk_json_dec_ctx *js_ctx) { in duk__dec_buffer()
29681 DUK_LOCAL void duk__dec_number(duk_json_dec_ctx *js_ctx) { in duk__dec_number()
29768 DUK_LOCAL void duk__dec_object(duk_json_dec_ctx *js_ctx) { in duk__dec_object()
29851 DUK_LOCAL void duk__dec_array(duk_json_dec_ctx *js_ctx) { in duk__dec_array()
29919 DUK_LOCAL void duk__dec_value(duk_json_dec_ctx *js_ctx) {
30122 DUK_LOCAL void duk__unemit_1(duk_json_enc_ctx *js_ctx) {
30903 DUK_LOCAL void duk__enc_array(duk_json_enc_ctx *js_ctx) {
31698 duk_json_enc_ctx *js_ctx; local
31728 duk_json_dec_ctx *js_ctx = &js_ctx_alloc; local
[all …]
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src/
H A Dduktape.c29484 DUK_LOCAL void duk__dec_string(duk_json_dec_ctx *js_ctx) { in duk__dec_string()
29691 DUK_LOCAL void duk__dec_buffer(duk_json_dec_ctx *js_ctx) { in duk__dec_buffer()
29749 DUK_LOCAL void duk__dec_number(duk_json_dec_ctx *js_ctx) { in duk__dec_number()
29836 DUK_LOCAL void duk__dec_object(duk_json_dec_ctx *js_ctx) { in duk__dec_object()
29919 DUK_LOCAL void duk__dec_array(duk_json_dec_ctx *js_ctx) { in duk__dec_array()
29987 DUK_LOCAL void duk__dec_value(duk_json_dec_ctx *js_ctx) {
30190 DUK_LOCAL void duk__unemit_1(duk_json_enc_ctx *js_ctx) {
30971 DUK_LOCAL void duk__enc_array(duk_json_enc_ctx *js_ctx) {
31766 duk_json_enc_ctx *js_ctx; local
31796 duk_json_dec_ctx *js_ctx = &js_ctx_alloc; local
[all …]
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/src/
H A Dduktape.c29277 DUK_LOCAL void duk__dec_string(duk_json_dec_ctx *js_ctx) { in duk__dec_string()
29484 DUK_LOCAL void duk__dec_buffer(duk_json_dec_ctx *js_ctx) { in duk__dec_buffer()
29542 DUK_LOCAL void duk__dec_number(duk_json_dec_ctx *js_ctx) { in duk__dec_number()
29629 DUK_LOCAL void duk__dec_object(duk_json_dec_ctx *js_ctx) { in duk__dec_object()
29712 DUK_LOCAL void duk__dec_array(duk_json_dec_ctx *js_ctx) { in duk__dec_array()
29780 DUK_LOCAL void duk__dec_value(duk_json_dec_ctx *js_ctx) {
29983 DUK_LOCAL void duk__unemit_1(duk_json_enc_ctx *js_ctx) {
30764 DUK_LOCAL void duk__enc_array(duk_json_enc_ctx *js_ctx) {
31559 duk_json_enc_ctx *js_ctx; local
31589 duk_json_dec_ctx *js_ctx = &js_ctx_alloc; local
[all …]
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/src-noline/
H A Dduktape.c29209 DUK_LOCAL void duk__dec_string(duk_json_dec_ctx *js_ctx) { in duk__dec_string()
29416 DUK_LOCAL void duk__dec_buffer(duk_json_dec_ctx *js_ctx) { in duk__dec_buffer()
29474 DUK_LOCAL void duk__dec_number(duk_json_dec_ctx *js_ctx) { in duk__dec_number()
29561 DUK_LOCAL void duk__dec_object(duk_json_dec_ctx *js_ctx) { in duk__dec_object()
29644 DUK_LOCAL void duk__dec_array(duk_json_dec_ctx *js_ctx) { in duk__dec_array()
29712 DUK_LOCAL void duk__dec_value(duk_json_dec_ctx *js_ctx) {
29915 DUK_LOCAL void duk__unemit_1(duk_json_enc_ctx *js_ctx) {
30696 DUK_LOCAL void duk__enc_array(duk_json_enc_ctx *js_ctx) {
31491 duk_json_enc_ctx *js_ctx; local
31521 duk_json_dec_ctx *js_ctx = &js_ctx_alloc; local
[all …]
/dports/net-mgmt/zabbix5-frontend/zabbix-5.0.19/src/libs/zbxembed/
H A Dduktape.c36737 DUK_LOCAL void duk__json_dec_string(duk_json_dec_ctx *js_ctx) { in duk__json_dec_string()
36941 DUK_LOCAL void duk__json_dec_buffer(duk_json_dec_ctx *js_ctx) { in duk__json_dec_buffer()
36999 DUK_LOCAL void duk__json_dec_number(duk_json_dec_ctx *js_ctx) { in duk__json_dec_number()
37089 DUK_LOCAL void duk__json_dec_object(duk_json_dec_ctx *js_ctx) { in duk__json_dec_object()
37172 DUK_LOCAL void duk__json_dec_array(duk_json_dec_ctx *js_ctx) { in duk__json_dec_array()
37240 DUK_LOCAL void duk__json_dec_value(duk_json_dec_ctx *js_ctx) {
37445 DUK_LOCAL void duk__unemit_1(duk_json_enc_ctx *js_ctx) {
38275 DUK_LOCAL void duk__json_enc_array(duk_json_enc_ctx *js_ctx) {
39128 duk_json_enc_ctx *js_ctx; local
39157 duk_json_dec_ctx *js_ctx = &js_ctx_alloc; local
[all …]
/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/src/libs/zbxembed/
H A Dduktape.c36737 DUK_LOCAL void duk__json_dec_string(duk_json_dec_ctx *js_ctx) { in duk__json_dec_string()
36941 DUK_LOCAL void duk__json_dec_buffer(duk_json_dec_ctx *js_ctx) { in duk__json_dec_buffer()
36999 DUK_LOCAL void duk__json_dec_number(duk_json_dec_ctx *js_ctx) { in duk__json_dec_number()
37089 DUK_LOCAL void duk__json_dec_object(duk_json_dec_ctx *js_ctx) { in duk__json_dec_object()
37172 DUK_LOCAL void duk__json_dec_array(duk_json_dec_ctx *js_ctx) { in duk__json_dec_array()
37240 DUK_LOCAL void duk__json_dec_value(duk_json_dec_ctx *js_ctx) {
37445 DUK_LOCAL void duk__unemit_1(duk_json_enc_ctx *js_ctx) {
38275 DUK_LOCAL void duk__json_enc_array(duk_json_enc_ctx *js_ctx) {
39128 duk_json_enc_ctx *js_ctx; local
39157 duk_json_dec_ctx *js_ctx = &js_ctx_alloc; local
[all …]
/dports/net-mgmt/zabbix5-agent/zabbix-5.0.19/src/libs/zbxembed/
H A Dduktape.c36737 DUK_LOCAL void duk__json_dec_string(duk_json_dec_ctx *js_ctx) { in duk__json_dec_string()
36941 DUK_LOCAL void duk__json_dec_buffer(duk_json_dec_ctx *js_ctx) { in duk__json_dec_buffer()
36999 DUK_LOCAL void duk__json_dec_number(duk_json_dec_ctx *js_ctx) { in duk__json_dec_number()
37089 DUK_LOCAL void duk__json_dec_object(duk_json_dec_ctx *js_ctx) { in duk__json_dec_object()
37172 DUK_LOCAL void duk__json_dec_array(duk_json_dec_ctx *js_ctx) { in duk__json_dec_array()
37240 DUK_LOCAL void duk__json_dec_value(duk_json_dec_ctx *js_ctx) {
37445 DUK_LOCAL void duk__unemit_1(duk_json_enc_ctx *js_ctx) {
38275 DUK_LOCAL void duk__json_enc_array(duk_json_enc_ctx *js_ctx) {
39128 duk_json_enc_ctx *js_ctx; local
39157 duk_json_dec_ctx *js_ctx = &js_ctx_alloc; local
[all …]
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/src/libs/zbxembed/
H A Dduktape.c36737 DUK_LOCAL void duk__json_dec_string(duk_json_dec_ctx *js_ctx) { in duk__json_dec_string()
36941 DUK_LOCAL void duk__json_dec_buffer(duk_json_dec_ctx *js_ctx) { in duk__json_dec_buffer()
36999 DUK_LOCAL void duk__json_dec_number(duk_json_dec_ctx *js_ctx) { in duk__json_dec_number()
37089 DUK_LOCAL void duk__json_dec_object(duk_json_dec_ctx *js_ctx) { in duk__json_dec_object()
37172 DUK_LOCAL void duk__json_dec_array(duk_json_dec_ctx *js_ctx) { in duk__json_dec_array()
37240 DUK_LOCAL void duk__json_dec_value(duk_json_dec_ctx *js_ctx) {
37445 DUK_LOCAL void duk__unemit_1(duk_json_enc_ctx *js_ctx) {
38275 DUK_LOCAL void duk__json_enc_array(duk_json_enc_ctx *js_ctx) {
39128 duk_json_enc_ctx *js_ctx; local
39157 duk_json_dec_ctx *js_ctx = &js_ctx_alloc; local
[all …]
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/src/libs/zbxembed/
H A Dduktape.c36737 DUK_LOCAL void duk__json_dec_string(duk_json_dec_ctx *js_ctx) { in duk__json_dec_string()
36941 DUK_LOCAL void duk__json_dec_buffer(duk_json_dec_ctx *js_ctx) { in duk__json_dec_buffer()
36999 DUK_LOCAL void duk__json_dec_number(duk_json_dec_ctx *js_ctx) { in duk__json_dec_number()
37089 DUK_LOCAL void duk__json_dec_object(duk_json_dec_ctx *js_ctx) { in duk__json_dec_object()
37172 DUK_LOCAL void duk__json_dec_array(duk_json_dec_ctx *js_ctx) { in duk__json_dec_array()
37240 DUK_LOCAL void duk__json_dec_value(duk_json_dec_ctx *js_ctx) {
37445 DUK_LOCAL void duk__unemit_1(duk_json_enc_ctx *js_ctx) {
38275 DUK_LOCAL void duk__json_enc_array(duk_json_enc_ctx *js_ctx) {
39128 duk_json_enc_ctx *js_ctx; local
39157 duk_json_dec_ctx *js_ctx = &js_ctx_alloc; local
[all …]
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/src/libs/zbxembed/
H A Dduktape.c36737 DUK_LOCAL void duk__json_dec_string(duk_json_dec_ctx *js_ctx) { in duk__json_dec_string()
36941 DUK_LOCAL void duk__json_dec_buffer(duk_json_dec_ctx *js_ctx) { in duk__json_dec_buffer()
36999 DUK_LOCAL void duk__json_dec_number(duk_json_dec_ctx *js_ctx) { in duk__json_dec_number()
37089 DUK_LOCAL void duk__json_dec_object(duk_json_dec_ctx *js_ctx) { in duk__json_dec_object()
37172 DUK_LOCAL void duk__json_dec_array(duk_json_dec_ctx *js_ctx) { in duk__json_dec_array()
37240 DUK_LOCAL void duk__json_dec_value(duk_json_dec_ctx *js_ctx) {
37445 DUK_LOCAL void duk__unemit_1(duk_json_enc_ctx *js_ctx) {
38275 DUK_LOCAL void duk__json_enc_array(duk_json_enc_ctx *js_ctx) {
39128 duk_json_enc_ctx *js_ctx; local
39157 duk_json_dec_ctx *js_ctx = &js_ctx_alloc; local
[all …]
/dports/net-mgmt/zabbix5-server/zabbix-5.0.19/src/libs/zbxembed/
H A Dduktape.c36737 DUK_LOCAL void duk__json_dec_string(duk_json_dec_ctx *js_ctx) { in duk__json_dec_string()
36941 DUK_LOCAL void duk__json_dec_buffer(duk_json_dec_ctx *js_ctx) { in duk__json_dec_buffer()
36999 DUK_LOCAL void duk__json_dec_number(duk_json_dec_ctx *js_ctx) { in duk__json_dec_number()
37089 DUK_LOCAL void duk__json_dec_object(duk_json_dec_ctx *js_ctx) { in duk__json_dec_object()
37172 DUK_LOCAL void duk__json_dec_array(duk_json_dec_ctx *js_ctx) { in duk__json_dec_array()
37240 DUK_LOCAL void duk__json_dec_value(duk_json_dec_ctx *js_ctx) {
37445 DUK_LOCAL void duk__unemit_1(duk_json_enc_ctx *js_ctx) {
38275 DUK_LOCAL void duk__json_enc_array(duk_json_enc_ctx *js_ctx) {
39128 duk_json_enc_ctx *js_ctx; local
39157 duk_json_dec_ctx *js_ctx = &js_ctx_alloc; local
[all …]
/dports/net-mgmt/zabbix5-java/zabbix-5.0.19/src/libs/zbxembed/
H A Dduktape.c36737 DUK_LOCAL void duk__json_dec_string(duk_json_dec_ctx *js_ctx) { in duk__json_dec_string()
36941 DUK_LOCAL void duk__json_dec_buffer(duk_json_dec_ctx *js_ctx) { in duk__json_dec_buffer()
36999 DUK_LOCAL void duk__json_dec_number(duk_json_dec_ctx *js_ctx) { in duk__json_dec_number()
37089 DUK_LOCAL void duk__json_dec_object(duk_json_dec_ctx *js_ctx) { in duk__json_dec_object()
37172 DUK_LOCAL void duk__json_dec_array(duk_json_dec_ctx *js_ctx) { in duk__json_dec_array()
37240 DUK_LOCAL void duk__json_dec_value(duk_json_dec_ctx *js_ctx) {
37445 DUK_LOCAL void duk__unemit_1(duk_json_enc_ctx *js_ctx) {
38275 DUK_LOCAL void duk__json_enc_array(duk_json_enc_ctx *js_ctx) {
39128 duk_json_enc_ctx *js_ctx; local
39157 duk_json_dec_ctx *js_ctx = &js_ctx_alloc; local
[all …]

12