Home
last modified time | relevance | path

Searched refs:RREGC_SIZE (Results 1 – 24 of 24) sorted by relevance

/dports/lang/mosh/mosh-0.2.7/extlibs/onig-5.9.2/
H A Dregexec.c266 #define RREGC_SIZE (sizeof(int) * from->num_regs) in onig_region_copy() macro
273 to->beg = (int* )xmalloc(RREGC_SIZE); in onig_region_copy()
274 to->end = (int* )xmalloc(RREGC_SIZE); in onig_region_copy()
279 to->beg = (int* )xrealloc(to->beg, RREGC_SIZE); in onig_region_copy()
280 to->end = (int* )xrealloc(to->end, RREGC_SIZE); in onig_region_copy()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
H A Dregexec.c848 #define RREGC_SIZE (sizeof(int) * from->num_regs) in onig_region_copy() macro
855 to->beg = (int* )xmalloc(RREGC_SIZE); in onig_region_copy()
857 to->end = (int* )xmalloc(RREGC_SIZE); in onig_region_copy()
863 to->beg = (int* )xrealloc(to->beg, RREGC_SIZE, sizeof(int) * to->allocated); in onig_region_copy()
865 to->end = (int* )xrealloc(to->end, RREGC_SIZE, sizeof(int) * to->allocated); in onig_region_copy()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/onig_sys-69.1.0/oniguruma/src/
H A Dregexec.c847 #define RREGC_SIZE (sizeof(int) * from->num_regs) in onig_region_copy() macro
854 to->beg = (int* )xmalloc(RREGC_SIZE); in onig_region_copy()
856 to->end = (int* )xmalloc(RREGC_SIZE); in onig_region_copy()
862 to->beg = (int* )xrealloc(to->beg, RREGC_SIZE); in onig_region_copy()
864 to->end = (int* )xrealloc(to->end, RREGC_SIZE); in onig_region_copy()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
H A Dregexec.c848 #define RREGC_SIZE (sizeof(int) * from->num_regs) in onig_region_copy() macro
855 to->beg = (int* )xmalloc(RREGC_SIZE); in onig_region_copy()
857 to->end = (int* )xmalloc(RREGC_SIZE); in onig_region_copy()
863 to->beg = (int* )xrealloc(to->beg, RREGC_SIZE, sizeof(int) * to->allocated); in onig_region_copy()
865 to->end = (int* )xrealloc(to->end, RREGC_SIZE, sizeof(int) * to->allocated); in onig_region_copy()
/dports/editors/xi-core/xi-editor-0.3.0/rust/cargo-crates/onig_sys-69.1.0/oniguruma/src/
H A Dregexec.c847 #define RREGC_SIZE (sizeof(int) * from->num_regs) in onig_region_copy() macro
854 to->beg = (int* )xmalloc(RREGC_SIZE); in onig_region_copy()
856 to->end = (int* )xmalloc(RREGC_SIZE); in onig_region_copy()
862 to->beg = (int* )xrealloc(to->beg, RREGC_SIZE); in onig_region_copy()
864 to->end = (int* )xrealloc(to->end, RREGC_SIZE); in onig_region_copy()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
H A Dregexec.c877 #define RREGC_SIZE (sizeof(int) * from->num_regs) in onig_region_copy() macro
884 to->beg = (int* )xmalloc(RREGC_SIZE); in onig_region_copy()
886 to->end = (int* )xmalloc(RREGC_SIZE); in onig_region_copy()
892 to->beg = (int* )xrealloc(to->beg, RREGC_SIZE, sizeof(int) * to->allocated); in onig_region_copy()
894 to->end = (int* )xrealloc(to->end, RREGC_SIZE, sizeof(int) * to->allocated); in onig_region_copy()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
H A Dregexec.c848 #define RREGC_SIZE (sizeof(int) * from->num_regs) in onig_region_copy() macro
855 to->beg = (int* )xmalloc(RREGC_SIZE); in onig_region_copy()
857 to->end = (int* )xmalloc(RREGC_SIZE); in onig_region_copy()
863 to->beg = (int* )xrealloc(to->beg, RREGC_SIZE, sizeof(int) * to->allocated); in onig_region_copy()
865 to->end = (int* )xrealloc(to->end, RREGC_SIZE, sizeof(int) * to->allocated); in onig_region_copy()
/dports/lang/php73/php-7.3.33/ext/mbstring/oniguruma/src/
H A Dregexec.c903 #define RREGC_SIZE (sizeof(int) * from->num_regs) in onig_region_copy() macro
910 to->beg = (int* )xmalloc(RREGC_SIZE); in onig_region_copy()
912 to->end = (int* )xmalloc(RREGC_SIZE); in onig_region_copy()
918 to->beg = (int* )xrealloc(to->beg, RREGC_SIZE); in onig_region_copy()
920 to->end = (int* )xrealloc(to->end, RREGC_SIZE); in onig_region_copy()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/
H A Dregexec.c952 #define RREGC_SIZE (sizeof(int) * from->num_regs) in onig_region_copy() macro
959 to->beg = (int* )xmalloc(RREGC_SIZE); in onig_region_copy()
961 to->end = (int* )xmalloc(RREGC_SIZE); in onig_region_copy()
967 to->beg = (int* )xrealloc(to->beg, RREGC_SIZE); in onig_region_copy()
969 to->end = (int* )xrealloc(to->end, RREGC_SIZE); in onig_region_copy()
/dports/misc/broot/broot-1.7.0/cargo-crates/onig_sys-69.7.0/oniguruma/src/
H A Dregexec.c1006 #define RREGC_SIZE (sizeof(int) * from->num_regs) in onig_region_copy() macro
1013 to->beg = (int* )xmalloc(RREGC_SIZE); in onig_region_copy()
1015 to->end = (int* )xmalloc(RREGC_SIZE); in onig_region_copy()
1021 to->beg = (int* )xrealloc(to->beg, RREGC_SIZE); in onig_region_copy()
1023 to->end = (int* )xrealloc(to->end, RREGC_SIZE); in onig_region_copy()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/
H A Dregexec.c952 #define RREGC_SIZE (sizeof(int) * from->num_regs) in onig_region_copy() macro
959 to->beg = (int* )xmalloc(RREGC_SIZE); in onig_region_copy()
961 to->end = (int* )xmalloc(RREGC_SIZE); in onig_region_copy()
967 to->beg = (int* )xrealloc(to->beg, RREGC_SIZE); in onig_region_copy()
969 to->end = (int* )xrealloc(to->end, RREGC_SIZE); in onig_region_copy()
/dports/devel/git-delta/delta-0.9.2/cargo-crates/onig_sys-69.6.0/oniguruma/src/
H A Dregexec.c985 #define RREGC_SIZE (sizeof(int) * from->num_regs) in onig_region_copy() macro
992 to->beg = (int* )xmalloc(RREGC_SIZE); in onig_region_copy()
994 to->end = (int* )xmalloc(RREGC_SIZE); in onig_region_copy()
1000 to->beg = (int* )xrealloc(to->beg, RREGC_SIZE); in onig_region_copy()
1002 to->end = (int* )xrealloc(to->end, RREGC_SIZE); in onig_region_copy()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/
H A Dregexec.c952 #define RREGC_SIZE (sizeof(int) * from->num_regs) in onig_region_copy() macro
959 to->beg = (int* )xmalloc(RREGC_SIZE); in onig_region_copy()
961 to->end = (int* )xmalloc(RREGC_SIZE); in onig_region_copy()
967 to->beg = (int* )xrealloc(to->beg, RREGC_SIZE); in onig_region_copy()
969 to->end = (int* )xrealloc(to->end, RREGC_SIZE); in onig_region_copy()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/
H A Dregexec.c952 #define RREGC_SIZE (sizeof(int) * from->num_regs) in onig_region_copy() macro
959 to->beg = (int* )xmalloc(RREGC_SIZE); in onig_region_copy()
961 to->end = (int* )xmalloc(RREGC_SIZE); in onig_region_copy()
967 to->beg = (int* )xrealloc(to->beg, RREGC_SIZE); in onig_region_copy()
969 to->end = (int* )xrealloc(to->end, RREGC_SIZE); in onig_region_copy()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/onig_sys-69.7.0/oniguruma/src/
H A Dregexec.c1006 #define RREGC_SIZE (sizeof(int) * from->num_regs) in onig_region_copy() macro
1013 to->beg = (int* )xmalloc(RREGC_SIZE); in onig_region_copy()
1015 to->end = (int* )xmalloc(RREGC_SIZE); in onig_region_copy()
1021 to->beg = (int* )xrealloc(to->beg, RREGC_SIZE); in onig_region_copy()
1023 to->end = (int* )xrealloc(to->end, RREGC_SIZE); in onig_region_copy()
/dports/converters/php73-mbstring/php-7.3.33/ext/mbstring/oniguruma/src/
H A Dregexec.c903 #define RREGC_SIZE (sizeof(int) * from->num_regs) in onig_region_copy() macro
910 to->beg = (int* )xmalloc(RREGC_SIZE); in onig_region_copy()
912 to->end = (int* )xmalloc(RREGC_SIZE); in onig_region_copy()
918 to->beg = (int* )xrealloc(to->beg, RREGC_SIZE); in onig_region_copy()
920 to->end = (int* )xrealloc(to->end, RREGC_SIZE); in onig_region_copy()
/dports/devel/oniguruma/oniguruma-6.9.7.1/src/
H A Dregexec.c1006 #define RREGC_SIZE (sizeof(int) * from->num_regs) in onig_region_copy() macro
1013 to->beg = (int* )xmalloc(RREGC_SIZE); in onig_region_copy()
1015 to->end = (int* )xmalloc(RREGC_SIZE); in onig_region_copy()
1021 to->beg = (int* )xrealloc(to->beg, RREGC_SIZE); in onig_region_copy()
1023 to->end = (int* )xrealloc(to->end, RREGC_SIZE); in onig_region_copy()
/dports/www/xh/xh-0.14.1/cargo-crates/onig_sys-69.7.0/oniguruma/src/
H A Dregexec.c1006 #define RREGC_SIZE (sizeof(int) * from->num_regs) in onig_region_copy() macro
1013 to->beg = (int* )xmalloc(RREGC_SIZE); in onig_region_copy()
1015 to->end = (int* )xmalloc(RREGC_SIZE); in onig_region_copy()
1021 to->beg = (int* )xrealloc(to->beg, RREGC_SIZE); in onig_region_copy()
1023 to->end = (int* )xrealloc(to->end, RREGC_SIZE); in onig_region_copy()
/dports/www/zola/zola-0.15.2/cargo-crates/onig_sys-69.7.1/oniguruma/src/
H A Dregexec.c1006 #define RREGC_SIZE (sizeof(int) * from->num_regs) in onig_region_copy() macro
1013 to->beg = (int* )xmalloc(RREGC_SIZE); in onig_region_copy()
1015 to->end = (int* )xmalloc(RREGC_SIZE); in onig_region_copy()
1021 to->beg = (int* )xrealloc(to->beg, RREGC_SIZE); in onig_region_copy()
1023 to->end = (int* )xrealloc(to->end, RREGC_SIZE); in onig_region_copy()
/dports/www/mod_php73/php-7.3.33/ext/mbstring/oniguruma/src/
H A Dregexec.c903 #define RREGC_SIZE (sizeof(int) * from->num_regs) in onig_region_copy() macro
910 to->beg = (int* )xmalloc(RREGC_SIZE); in onig_region_copy()
912 to->end = (int* )xmalloc(RREGC_SIZE); in onig_region_copy()
918 to->beg = (int* )xrealloc(to->beg, RREGC_SIZE); in onig_region_copy()
920 to->end = (int* )xrealloc(to->end, RREGC_SIZE); in onig_region_copy()
/dports/sysutils/edk2/edk2-edk2-stable202102/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/
H A Dregexec.c952 #define RREGC_SIZE (sizeof(int) * from->num_regs) in onig_region_copy() macro
959 to->beg = (int* )xmalloc(RREGC_SIZE); in onig_region_copy()
961 to->end = (int* )xmalloc(RREGC_SIZE); in onig_region_copy()
967 to->beg = (int* )xrealloc(to->beg, RREGC_SIZE); in onig_region_copy()
969 to->end = (int* )xrealloc(to->end, RREGC_SIZE); in onig_region_copy()
/dports/textproc/bat/bat-0.18.3/cargo-crates/onig_sys-69.6.0/oniguruma/src/
H A Dregexec.c985 #define RREGC_SIZE (sizeof(int) * from->num_regs) in onig_region_copy() macro
992 to->beg = (int* )xmalloc(RREGC_SIZE); in onig_region_copy()
994 to->end = (int* )xmalloc(RREGC_SIZE); in onig_region_copy()
1000 to->beg = (int* )xrealloc(to->beg, RREGC_SIZE); in onig_region_copy()
1002 to->end = (int* )xrealloc(to->end, RREGC_SIZE); in onig_region_copy()
/dports/lang/ruby26/ruby-2.6.9/
H A Dregexec.c359 #define RREGC_SIZE (sizeof(int) * from->num_regs) in onig_region_copy() macro
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/onigmo/
H A Dregexec.c359 #define RREGC_SIZE (sizeof(int) * from->num_regs) in onig_region_copy() macro