Home
last modified time | relevance | path

Searched refs:atom_code_length (Results 1 – 25 of 30) sorted by relevance

12

/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/src-separate/
H A Dduk_regexp_compiler.c390 duk_int32_t atom_code_length; in duk__parse_disjunction() local
415 offset += duk__insert_jump_offset(re_ctx, offset, atom_code_length); in duk__parse_disjunction()
420 offset += duk__insert_jump_offset(re_ctx, offset, atom_code_length); in duk__parse_disjunction()
435 duk_int32_t atom_code_length; in duk__parse_disjunction() local
462 atom_code_length = (duk_int32_t) DUK__RE_BUFLEN(re_ctx) - atom_start_offset; in duk__parse_disjunction()
468 duk__append_slice(re_ctx, atom_start_offset, atom_code_length); in duk__parse_disjunction()
485 duk__append_jump_offset(re_ctx, atom_code_length); in duk__parse_disjunction()
486 duk__append_slice(re_ctx, atom_start_offset, atom_code_length); in duk__parse_disjunction()
493 duk__append_jump_offset(re_ctx, -atom_code_length - 1); /* -1 for opcode */ in duk__parse_disjunction()
513 duk__insert_slice(re_ctx, offset, atom_start_offset, atom_code_length); in duk__parse_disjunction()
[all …]
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src-separate/
H A Dduk_regexp_compiler.c390 duk_int32_t atom_code_length; in duk__parse_disjunction() local
415 offset += duk__insert_jump_offset(re_ctx, offset, atom_code_length); in duk__parse_disjunction()
420 offset += duk__insert_jump_offset(re_ctx, offset, atom_code_length); in duk__parse_disjunction()
435 duk_int32_t atom_code_length; in duk__parse_disjunction() local
462 atom_code_length = (duk_int32_t) DUK__RE_BUFLEN(re_ctx) - atom_start_offset; in duk__parse_disjunction()
468 duk__append_slice(re_ctx, atom_start_offset, atom_code_length); in duk__parse_disjunction()
485 duk__append_jump_offset(re_ctx, atom_code_length); in duk__parse_disjunction()
486 duk__append_slice(re_ctx, atom_start_offset, atom_code_length); in duk__parse_disjunction()
493 duk__append_jump_offset(re_ctx, -atom_code_length - 1); /* -1 for opcode */ in duk__parse_disjunction()
513 duk__insert_slice(re_ctx, offset, atom_start_offset, atom_code_length); in duk__parse_disjunction()
[all …]
/dports/lang/duktape-lib/duktape-2.6.0/src-input/
H A Dduk_regexp_compiler.c621 duk_int32_t atom_code_length; in duk__parse_disjunction() local
638 atom_code_length = (duk_int32_t) (DUK__RE_BUFLEN(re_ctx) - (duk_size_t) atom_start_offset); in duk__parse_disjunction()
646 offset += duk__insert_jump_offset(re_ctx, offset, atom_code_length); in duk__parse_disjunction()
651 offset += duk__insert_jump_offset(re_ctx, offset, atom_code_length); in duk__parse_disjunction()
666 duk_int32_t atom_code_length; in duk__parse_disjunction() local
694 atom_code_length = (duk_int32_t) DUK__RE_BUFLEN(re_ctx) - atom_start_offset; in duk__parse_disjunction()
700 duk__append_slice(re_ctx, (duk_uint32_t) atom_start_offset, (duk_uint32_t) atom_code_length); in duk__parse_disjunction()
717 duk__append_jump_offset(re_ctx, atom_code_length); in duk__parse_disjunction()
718 duk__append_slice(re_ctx, (duk_uint32_t) atom_start_offset, (duk_uint32_t) atom_code_length); in duk__parse_disjunction()
725 duk__append_jump_offset(re_ctx, -atom_code_length - 1); /* -1 for opcode */ in duk__parse_disjunction()
[all …]
/dports/lang/duktape-lib/duktape-2.6.0/src-separate/
H A Dduk_regexp_compiler.c621 duk_int32_t atom_code_length; in duk__parse_disjunction() local
638 atom_code_length = (duk_int32_t) (DUK__RE_BUFLEN(re_ctx) - (duk_size_t) atom_start_offset); in duk__parse_disjunction()
646 offset += duk__insert_jump_offset(re_ctx, offset, atom_code_length); in duk__parse_disjunction()
651 offset += duk__insert_jump_offset(re_ctx, offset, atom_code_length); in duk__parse_disjunction()
666 duk_int32_t atom_code_length; in duk__parse_disjunction() local
694 atom_code_length = (duk_int32_t) DUK__RE_BUFLEN(re_ctx) - atom_start_offset; in duk__parse_disjunction()
700 duk__append_slice(re_ctx, (duk_uint32_t) atom_start_offset, (duk_uint32_t) atom_code_length); in duk__parse_disjunction()
717 duk__append_jump_offset(re_ctx, atom_code_length); in duk__parse_disjunction()
718 duk__append_slice(re_ctx, (duk_uint32_t) atom_start_offset, (duk_uint32_t) atom_code_length); in duk__parse_disjunction()
725 duk__append_jump_offset(re_ctx, -atom_code_length - 1); /* -1 for opcode */ in duk__parse_disjunction()
[all …]
/dports/lang/duktape/duktape-2.6.0/src-separate/
H A Dduk_regexp_compiler.c621 duk_int32_t atom_code_length; in duk__parse_disjunction() local
638 atom_code_length = (duk_int32_t) (DUK__RE_BUFLEN(re_ctx) - (duk_size_t) atom_start_offset); in duk__parse_disjunction()
646 offset += duk__insert_jump_offset(re_ctx, offset, atom_code_length); in duk__parse_disjunction()
651 offset += duk__insert_jump_offset(re_ctx, offset, atom_code_length); in duk__parse_disjunction()
666 duk_int32_t atom_code_length; in duk__parse_disjunction() local
694 atom_code_length = (duk_int32_t) DUK__RE_BUFLEN(re_ctx) - atom_start_offset; in duk__parse_disjunction()
700 duk__append_slice(re_ctx, (duk_uint32_t) atom_start_offset, (duk_uint32_t) atom_code_length); in duk__parse_disjunction()
717 duk__append_jump_offset(re_ctx, atom_code_length); in duk__parse_disjunction()
718 duk__append_slice(re_ctx, (duk_uint32_t) atom_start_offset, (duk_uint32_t) atom_code_length); in duk__parse_disjunction()
725 duk__append_jump_offset(re_ctx, -atom_code_length - 1); /* -1 for opcode */ in duk__parse_disjunction()
[all …]
/dports/lang/duktape/duktape-2.6.0/src-input/
H A Dduk_regexp_compiler.c621 duk_int32_t atom_code_length; in duk__parse_disjunction() local
638 atom_code_length = (duk_int32_t) (DUK__RE_BUFLEN(re_ctx) - (duk_size_t) atom_start_offset); in duk__parse_disjunction()
646 offset += duk__insert_jump_offset(re_ctx, offset, atom_code_length); in duk__parse_disjunction()
651 offset += duk__insert_jump_offset(re_ctx, offset, atom_code_length); in duk__parse_disjunction()
666 duk_int32_t atom_code_length; in duk__parse_disjunction() local
694 atom_code_length = (duk_int32_t) DUK__RE_BUFLEN(re_ctx) - atom_start_offset; in duk__parse_disjunction()
700 duk__append_slice(re_ctx, (duk_uint32_t) atom_start_offset, (duk_uint32_t) atom_code_length); in duk__parse_disjunction()
717 duk__append_jump_offset(re_ctx, atom_code_length); in duk__parse_disjunction()
718 duk__append_slice(re_ctx, (duk_uint32_t) atom_start_offset, (duk_uint32_t) atom_code_length); in duk__parse_disjunction()
725 duk__append_jump_offset(re_ctx, -atom_code_length - 1); /* -1 for opcode */ in duk__parse_disjunction()
[all …]
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src-noline/
H A Dduktape.c77944 duk_int32_t atom_code_length; local
77969 offset += duk__insert_jump_offset(re_ctx, offset, atom_code_length);
77974 offset += duk__insert_jump_offset(re_ctx, offset, atom_code_length);
77989 duk_int32_t atom_code_length; local
78016 atom_code_length = (duk_int32_t) DUK__RE_BUFLEN(re_ctx) - atom_start_offset;
78022 duk__append_slice(re_ctx, atom_start_offset, atom_code_length);
78039 duk__append_jump_offset(re_ctx, atom_code_length);
78040 duk__append_slice(re_ctx, atom_start_offset, atom_code_length);
78047 duk__append_jump_offset(re_ctx, -atom_code_length - 1); /* -1 for opcode */
78067 duk__insert_slice(re_ctx, offset, atom_start_offset, atom_code_length);
[all …]
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src/
H A Dduktape.c78060 duk_int32_t atom_code_length; local
78085 offset += duk__insert_jump_offset(re_ctx, offset, atom_code_length);
78090 offset += duk__insert_jump_offset(re_ctx, offset, atom_code_length);
78105 duk_int32_t atom_code_length; local
78132 atom_code_length = (duk_int32_t) DUK__RE_BUFLEN(re_ctx) - atom_start_offset;
78138 duk__append_slice(re_ctx, atom_start_offset, atom_code_length);
78155 duk__append_jump_offset(re_ctx, atom_code_length);
78156 duk__append_slice(re_ctx, atom_start_offset, atom_code_length);
78163 duk__append_jump_offset(re_ctx, -atom_code_length - 1); /* -1 for opcode */
78183 duk__insert_slice(re_ctx, offset, atom_start_offset, atom_code_length);
[all …]
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/src/
H A Dduktape.c77773 duk_int32_t atom_code_length; local
77798 offset += duk__insert_jump_offset(re_ctx, offset, atom_code_length);
77803 offset += duk__insert_jump_offset(re_ctx, offset, atom_code_length);
77818 duk_int32_t atom_code_length; local
77845 atom_code_length = (duk_int32_t) DUK__RE_BUFLEN(re_ctx) - atom_start_offset;
77851 duk__append_slice(re_ctx, atom_start_offset, atom_code_length);
77868 duk__append_jump_offset(re_ctx, atom_code_length);
77869 duk__append_slice(re_ctx, atom_start_offset, atom_code_length);
77876 duk__append_jump_offset(re_ctx, -atom_code_length - 1); /* -1 for opcode */
77896 duk__insert_slice(re_ctx, offset, atom_start_offset, atom_code_length);
[all …]
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/src-noline/
H A Dduktape.c77657 duk_int32_t atom_code_length; local
77682 offset += duk__insert_jump_offset(re_ctx, offset, atom_code_length);
77687 offset += duk__insert_jump_offset(re_ctx, offset, atom_code_length);
77702 duk_int32_t atom_code_length; local
77729 atom_code_length = (duk_int32_t) DUK__RE_BUFLEN(re_ctx) - atom_start_offset;
77735 duk__append_slice(re_ctx, atom_start_offset, atom_code_length);
77752 duk__append_jump_offset(re_ctx, atom_code_length);
77753 duk__append_slice(re_ctx, atom_start_offset, atom_code_length);
77760 duk__append_jump_offset(re_ctx, -atom_code_length - 1); /* -1 for opcode */
77780 duk__insert_slice(re_ctx, offset, atom_start_offset, atom_code_length);
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/gopkg.in/olebedev/go-duktape.v3/
H A Dduktape.c86943 duk_int32_t atom_code_length; local
86960 atom_code_length = (duk_int32_t) (DUK__RE_BUFLEN(re_ctx) - (duk_size_t) atom_start_offset);
86968 offset += duk__insert_jump_offset(re_ctx, offset, atom_code_length);
86973 offset += duk__insert_jump_offset(re_ctx, offset, atom_code_length);
86988 duk_int32_t atom_code_length; local
87016 atom_code_length = (duk_int32_t) DUK__RE_BUFLEN(re_ctx) - atom_start_offset;
87022 duk__append_slice(re_ctx, (duk_uint32_t) atom_start_offset, (duk_uint32_t) atom_code_length);
87039 duk__append_jump_offset(re_ctx, atom_code_length);
87040 duk__append_slice(re_ctx, (duk_uint32_t) atom_start_offset, (duk_uint32_t) atom_code_length);
87047 duk__append_jump_offset(re_ctx, -atom_code_length - 1); /* -1 for opcode */
[all …]
/dports/games/openfodder/openfodder-1.6.0/Source/Utils/
H A Dduktape.cpp86948 duk_int32_t atom_code_length; local
86965 atom_code_length = (duk_int32_t) (DUK__RE_BUFLEN(re_ctx) - (duk_size_t) atom_start_offset);
86973 offset += duk__insert_jump_offset(re_ctx, offset, atom_code_length);
86978 offset += duk__insert_jump_offset(re_ctx, offset, atom_code_length);
86993 duk_int32_t atom_code_length; local
87021 atom_code_length = (duk_int32_t) DUK__RE_BUFLEN(re_ctx) - atom_start_offset;
87027 duk__append_slice(re_ctx, (duk_uint32_t) atom_start_offset, (duk_uint32_t) atom_code_length);
87044 duk__append_jump_offset(re_ctx, atom_code_length);
87045 duk__append_slice(re_ctx, (duk_uint32_t) atom_start_offset, (duk_uint32_t) atom_code_length);
87052 duk__append_jump_offset(re_ctx, -atom_code_length - 1); /* -1 for opcode */
[all …]
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthDrivers/script_engine_duktape/
H A Dduktape.c79664 duk_int32_t atom_code_length; local
79689 offset += duk__insert_jump_offset(re_ctx, offset, atom_code_length);
79694 offset += duk__insert_jump_offset(re_ctx, offset, atom_code_length);
79709 duk_int32_t atom_code_length; local
79737 atom_code_length = (duk_int32_t) DUK__RE_BUFLEN(re_ctx) - atom_start_offset;
79743 duk__append_slice(re_ctx, atom_start_offset, atom_code_length);
79760 duk__append_jump_offset(re_ctx, atom_code_length);
79761 duk__append_slice(re_ctx, atom_start_offset, atom_code_length);
79768 duk__append_jump_offset(re_ctx, -atom_code_length - 1); /* -1 for opcode */
79788 duk__insert_slice(re_ctx, offset, atom_start_offset, atom_code_length);
[all …]
/dports/www/netsurf/netsurf-3.10/content/handlers/javascript/duktape/
H A Dduktape.c87664 duk_int32_t atom_code_length; local
87681 atom_code_length = (duk_int32_t) (DUK__RE_BUFLEN(re_ctx) - (duk_size_t) atom_start_offset);
87689 offset += duk__insert_jump_offset(re_ctx, offset, atom_code_length);
87694 offset += duk__insert_jump_offset(re_ctx, offset, atom_code_length);
87709 duk_int32_t atom_code_length; local
87737 atom_code_length = (duk_int32_t) DUK__RE_BUFLEN(re_ctx) - atom_start_offset;
87743 duk__append_slice(re_ctx, (duk_uint32_t) atom_start_offset, (duk_uint32_t) atom_code_length);
87760 duk__append_jump_offset(re_ctx, atom_code_length);
87761 duk__append_slice(re_ctx, (duk_uint32_t) atom_start_offset, (duk_uint32_t) atom_code_length);
87768 duk__append_jump_offset(re_ctx, -atom_code_length - 1); /* -1 for opcode */
[all …]
/dports/net-mgmt/zabbix5-frontend/zabbix-5.0.19/src/libs/zbxembed/
H A Dduktape.c89814 duk_int32_t atom_code_length; local
89831 atom_code_length = (duk_int32_t) (DUK__RE_BUFLEN(re_ctx) - (duk_size_t) atom_start_offset);
89839 offset += duk__insert_jump_offset(re_ctx, offset, atom_code_length);
89844 offset += duk__insert_jump_offset(re_ctx, offset, atom_code_length);
89859 duk_int32_t atom_code_length; local
89887 atom_code_length = (duk_int32_t) DUK__RE_BUFLEN(re_ctx) - atom_start_offset;
89893 duk__append_slice(re_ctx, (duk_uint32_t) atom_start_offset, (duk_uint32_t) atom_code_length);
89910 duk__append_jump_offset(re_ctx, atom_code_length);
89911 duk__append_slice(re_ctx, (duk_uint32_t) atom_start_offset, (duk_uint32_t) atom_code_length);
89918 duk__append_jump_offset(re_ctx, -atom_code_length - 1); /* -1 for opcode */
[all …]
/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/src/libs/zbxembed/
H A Dduktape.c89814 duk_int32_t atom_code_length; local
89831 atom_code_length = (duk_int32_t) (DUK__RE_BUFLEN(re_ctx) - (duk_size_t) atom_start_offset);
89839 offset += duk__insert_jump_offset(re_ctx, offset, atom_code_length);
89844 offset += duk__insert_jump_offset(re_ctx, offset, atom_code_length);
89859 duk_int32_t atom_code_length; local
89887 atom_code_length = (duk_int32_t) DUK__RE_BUFLEN(re_ctx) - atom_start_offset;
89893 duk__append_slice(re_ctx, (duk_uint32_t) atom_start_offset, (duk_uint32_t) atom_code_length);
89910 duk__append_jump_offset(re_ctx, atom_code_length);
89911 duk__append_slice(re_ctx, (duk_uint32_t) atom_start_offset, (duk_uint32_t) atom_code_length);
89918 duk__append_jump_offset(re_ctx, -atom_code_length - 1); /* -1 for opcode */
[all …]
/dports/net-mgmt/zabbix5-agent/zabbix-5.0.19/src/libs/zbxembed/
H A Dduktape.c89814 duk_int32_t atom_code_length; local
89831 atom_code_length = (duk_int32_t) (DUK__RE_BUFLEN(re_ctx) - (duk_size_t) atom_start_offset);
89839 offset += duk__insert_jump_offset(re_ctx, offset, atom_code_length);
89844 offset += duk__insert_jump_offset(re_ctx, offset, atom_code_length);
89859 duk_int32_t atom_code_length; local
89887 atom_code_length = (duk_int32_t) DUK__RE_BUFLEN(re_ctx) - atom_start_offset;
89893 duk__append_slice(re_ctx, (duk_uint32_t) atom_start_offset, (duk_uint32_t) atom_code_length);
89910 duk__append_jump_offset(re_ctx, atom_code_length);
89911 duk__append_slice(re_ctx, (duk_uint32_t) atom_start_offset, (duk_uint32_t) atom_code_length);
89918 duk__append_jump_offset(re_ctx, -atom_code_length - 1); /* -1 for opcode */
[all …]
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/src/libs/zbxembed/
H A Dduktape.c89814 duk_int32_t atom_code_length; local
89831 atom_code_length = (duk_int32_t) (DUK__RE_BUFLEN(re_ctx) - (duk_size_t) atom_start_offset);
89839 offset += duk__insert_jump_offset(re_ctx, offset, atom_code_length);
89844 offset += duk__insert_jump_offset(re_ctx, offset, atom_code_length);
89859 duk_int32_t atom_code_length; local
89887 atom_code_length = (duk_int32_t) DUK__RE_BUFLEN(re_ctx) - atom_start_offset;
89893 duk__append_slice(re_ctx, (duk_uint32_t) atom_start_offset, (duk_uint32_t) atom_code_length);
89910 duk__append_jump_offset(re_ctx, atom_code_length);
89911 duk__append_slice(re_ctx, (duk_uint32_t) atom_start_offset, (duk_uint32_t) atom_code_length);
89918 duk__append_jump_offset(re_ctx, -atom_code_length - 1); /* -1 for opcode */
[all …]
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/src/libs/zbxembed/
H A Dduktape.c89814 duk_int32_t atom_code_length; local
89831 atom_code_length = (duk_int32_t) (DUK__RE_BUFLEN(re_ctx) - (duk_size_t) atom_start_offset);
89839 offset += duk__insert_jump_offset(re_ctx, offset, atom_code_length);
89844 offset += duk__insert_jump_offset(re_ctx, offset, atom_code_length);
89859 duk_int32_t atom_code_length; local
89887 atom_code_length = (duk_int32_t) DUK__RE_BUFLEN(re_ctx) - atom_start_offset;
89893 duk__append_slice(re_ctx, (duk_uint32_t) atom_start_offset, (duk_uint32_t) atom_code_length);
89910 duk__append_jump_offset(re_ctx, atom_code_length);
89911 duk__append_slice(re_ctx, (duk_uint32_t) atom_start_offset, (duk_uint32_t) atom_code_length);
89918 duk__append_jump_offset(re_ctx, -atom_code_length - 1); /* -1 for opcode */
[all …]
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/src/libs/zbxembed/
H A Dduktape.c89814 duk_int32_t atom_code_length; local
89831 atom_code_length = (duk_int32_t) (DUK__RE_BUFLEN(re_ctx) - (duk_size_t) atom_start_offset);
89839 offset += duk__insert_jump_offset(re_ctx, offset, atom_code_length);
89844 offset += duk__insert_jump_offset(re_ctx, offset, atom_code_length);
89859 duk_int32_t atom_code_length; local
89887 atom_code_length = (duk_int32_t) DUK__RE_BUFLEN(re_ctx) - atom_start_offset;
89893 duk__append_slice(re_ctx, (duk_uint32_t) atom_start_offset, (duk_uint32_t) atom_code_length);
89910 duk__append_jump_offset(re_ctx, atom_code_length);
89911 duk__append_slice(re_ctx, (duk_uint32_t) atom_start_offset, (duk_uint32_t) atom_code_length);
89918 duk__append_jump_offset(re_ctx, -atom_code_length - 1); /* -1 for opcode */
[all …]
/dports/net-mgmt/zabbix5-server/zabbix-5.0.19/src/libs/zbxembed/
H A Dduktape.c89814 duk_int32_t atom_code_length; local
89831 atom_code_length = (duk_int32_t) (DUK__RE_BUFLEN(re_ctx) - (duk_size_t) atom_start_offset);
89839 offset += duk__insert_jump_offset(re_ctx, offset, atom_code_length);
89844 offset += duk__insert_jump_offset(re_ctx, offset, atom_code_length);
89859 duk_int32_t atom_code_length; local
89887 atom_code_length = (duk_int32_t) DUK__RE_BUFLEN(re_ctx) - atom_start_offset;
89893 duk__append_slice(re_ctx, (duk_uint32_t) atom_start_offset, (duk_uint32_t) atom_code_length);
89910 duk__append_jump_offset(re_ctx, atom_code_length);
89911 duk__append_slice(re_ctx, (duk_uint32_t) atom_start_offset, (duk_uint32_t) atom_code_length);
89918 duk__append_jump_offset(re_ctx, -atom_code_length - 1); /* -1 for opcode */
[all …]
/dports/net-mgmt/zabbix5-java/zabbix-5.0.19/src/libs/zbxembed/
H A Dduktape.c89814 duk_int32_t atom_code_length; local
89831 atom_code_length = (duk_int32_t) (DUK__RE_BUFLEN(re_ctx) - (duk_size_t) atom_start_offset);
89839 offset += duk__insert_jump_offset(re_ctx, offset, atom_code_length);
89844 offset += duk__insert_jump_offset(re_ctx, offset, atom_code_length);
89859 duk_int32_t atom_code_length; local
89887 atom_code_length = (duk_int32_t) DUK__RE_BUFLEN(re_ctx) - atom_start_offset;
89893 duk__append_slice(re_ctx, (duk_uint32_t) atom_start_offset, (duk_uint32_t) atom_code_length);
89910 duk__append_jump_offset(re_ctx, atom_code_length);
89911 duk__append_slice(re_ctx, (duk_uint32_t) atom_start_offset, (duk_uint32_t) atom_code_length);
89918 duk__append_jump_offset(re_ctx, -atom_code_length - 1); /* -1 for opcode */
[all …]
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/src/libs/zbxembed/
H A Dduktape.c89814 duk_int32_t atom_code_length; local
89831 atom_code_length = (duk_int32_t) (DUK__RE_BUFLEN(re_ctx) - (duk_size_t) atom_start_offset);
89839 offset += duk__insert_jump_offset(re_ctx, offset, atom_code_length);
89844 offset += duk__insert_jump_offset(re_ctx, offset, atom_code_length);
89859 duk_int32_t atom_code_length; local
89887 atom_code_length = (duk_int32_t) DUK__RE_BUFLEN(re_ctx) - atom_start_offset;
89893 duk__append_slice(re_ctx, (duk_uint32_t) atom_start_offset, (duk_uint32_t) atom_code_length);
89910 duk__append_jump_offset(re_ctx, atom_code_length);
89911 duk__append_slice(re_ctx, (duk_uint32_t) atom_start_offset, (duk_uint32_t) atom_code_length);
89918 duk__append_jump_offset(re_ctx, -atom_code_length - 1); /* -1 for opcode */
[all …]
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/src/libs/zbxembed/
H A Dduktape.c89814 duk_int32_t atom_code_length; local
89831 atom_code_length = (duk_int32_t) (DUK__RE_BUFLEN(re_ctx) - (duk_size_t) atom_start_offset);
89839 offset += duk__insert_jump_offset(re_ctx, offset, atom_code_length);
89844 offset += duk__insert_jump_offset(re_ctx, offset, atom_code_length);
89859 duk_int32_t atom_code_length; local
89887 atom_code_length = (duk_int32_t) DUK__RE_BUFLEN(re_ctx) - atom_start_offset;
89893 duk__append_slice(re_ctx, (duk_uint32_t) atom_start_offset, (duk_uint32_t) atom_code_length);
89910 duk__append_jump_offset(re_ctx, atom_code_length);
89911 duk__append_slice(re_ctx, (duk_uint32_t) atom_start_offset, (duk_uint32_t) atom_code_length);
89918 duk__append_jump_offset(re_ctx, -atom_code_length - 1); /* -1 for opcode */
[all …]
/dports/lang/duktape-lib/duktape-2.6.0/src-noline/
H A Dduktape.c89814 duk_int32_t atom_code_length; local
89831 atom_code_length = (duk_int32_t) (DUK__RE_BUFLEN(re_ctx) - (duk_size_t) atom_start_offset);
89839 offset += duk__insert_jump_offset(re_ctx, offset, atom_code_length);
89844 offset += duk__insert_jump_offset(re_ctx, offset, atom_code_length);
89859 duk_int32_t atom_code_length; local
89887 atom_code_length = (duk_int32_t) DUK__RE_BUFLEN(re_ctx) - atom_start_offset;
89893 duk__append_slice(re_ctx, (duk_uint32_t) atom_start_offset, (duk_uint32_t) atom_code_length);
89910 duk__append_jump_offset(re_ctx, atom_code_length);
89911 duk__append_slice(re_ctx, (duk_uint32_t) atom_start_offset, (duk_uint32_t) atom_code_length);
89918 duk__append_jump_offset(re_ctx, -atom_code_length - 1); /* -1 for opcode */
[all …]

12