• Home
  • Raw
  • Download

Lines Matching refs:BITONE

1506 #define BITONE 32  macro
1512 #define BITONE 32 macro
1518 #define BITONE 16 macro
1525 #define BYTEONE (BITONE/8)
1529 ((test_mode == G(G(PCRE,BITONE),_MODE))? (t)(G(a,BITONE)->b) : \
1533 (test_mode == G(G(PCRE,BITONE),_MODE))? \
1534 (t)G(x,BITONE) : (t)G(x,BITTWO))
1537 (test_mode == G(G(PCRE,BITONE),_MODE))? \
1538 (uint32_t)(((G(PCRE2_SPTR,BITONE))(a))[b]) : \
1542 if (test_mode == G(G(PCRE,BITONE),_MODE)) \
1543 memcpy(G(a,BITONE),G(b,BITONE),sizeof(G(pcre2_convert_context_,BITONE))); \
1548 (test_mode == G(G(PCRE,BITONE),_MODE))? \
1549 memcpy(G(a,BITONE),(char *)b,(c)*BYTEONE) : \
1553 if (test_mode == G(G(PCRE,BITONE),_MODE)) \
1554 memcpy(G(a,BITONE),G(b,BITONE),sizeof(G(pcre2_match_context_,BITONE))); \
1559 ((test_mode == G(G(PCRE,BITONE),_MODE))? G(a,BITONE)->b : G(a,BITTWO)->b)
1562 if (test_mode == G(G(PCRE,BITONE),_MODE)) \
1563 memcpy(G(a,BITONE),G(b,BITONE),sizeof(G(pcre2_compile_context_,BITONE))); \
1568 if (test_mode == G(G(PCRE,BITONE),_MODE)) \
1569 lv = G(pchars,BITONE)((G(PCRE2_SPTR,BITONE))(p)+offset, len, utf, f); \
1574 if (test_mode == G(G(PCRE,BITONE),_MODE)) \
1575 (void)G(pchars,BITONE)((G(PCRE2_SPTR,BITONE))(p)+offset, len, utf, f); \
1580 if (test_mode == G(G(PCRE,BITONE),_MODE)) \
1581 a = G(pcre2_callout_enumerate,BITONE)(G(compiled_code,BITONE), \
1582 (int (*)(struct G(pcre2_callout_enumerate_block_,BITONE) *, void *))b,c); \
1588 if (test_mode == G(G(PCRE,BITONE),_MODE)) \
1589 G(a,BITONE) = G(pcre2_code_copy_,BITONE)(b); \
1594 if (test_mode == G(G(PCRE,BITONE),_MODE)) \
1595 a = (void *)G(pcre2_code_copy_,BITONE)(G(b,BITONE)); \
1600 if (test_mode == G(G(PCRE,BITONE),_MODE)) \
1601 a = (void *)G(pcre2_code_copy_with_tables_,BITONE)(G(b,BITONE)); \
1606 if (test_mode == G(G(PCRE,BITONE),_MODE)) \
1607 G(a,BITONE) = G(pcre2_compile_,BITONE)(G(b,BITONE),c,d,e,f,g); \
1612 if (test_mode == G(G(PCRE,BITONE),_MODE)) \
1613 G(pcre2_converted_pattern_free_,BITONE)((G(PCRE2_UCHAR,BITONE) *)a); \
1618 if (test_mode == G(G(PCRE,BITONE),_MODE)) \
1619 a = G(pcre2_dfa_match_,BITONE)(G(b,BITONE),(G(PCRE2_SPTR,BITONE))c,d,e,f, \
1620 G(g,BITONE),h,i,j); \
1626 if (test_mode == G(G(PCRE,BITONE),_MODE)) \
1627 r = G(pcre2_get_error_message_,BITONE)(a,G(b,BITONE),G(G(b,BITONE),_size/BYTEONE)); \
1632 if (test_mode == G(G(PCRE,BITONE),_MODE)) \
1633 a = G(pcre2_get_ovector_count_,BITONE)(G(b,BITONE)); \
1638 if (test_mode == G(G(PCRE,BITONE),_MODE)) \
1639 a = G(pcre2_get_startchar_,BITONE)(G(b,BITONE)); \
1644 if (test_mode == G(G(PCRE,BITONE),_MODE)) \
1645 r = G(pcre2_jit_compile_,BITONE)(G(a,BITONE),b); \
1650 if (test_mode == G(G(PCRE,BITONE),_MODE)) \
1651 G(pcre2_jit_free_unused_memory_,BITONE)(G(a,BITONE)); \
1656 if (test_mode == G(G(PCRE,BITONE),_MODE)) \
1657 a = G(pcre2_jit_match_,BITONE)(G(b,BITONE),(G(PCRE2_SPTR,BITONE))c,d,e,f, \
1658 G(g,BITONE),h); \
1664 if (test_mode == G(G(PCRE,BITONE),_MODE)) \
1665 a = (PCRE2_JIT_STACK *)G(pcre2_jit_stack_create_,BITONE)(b,c,d); \
1670 if (test_mode == G(G(PCRE,BITONE),_MODE)) \
1671 G(pcre2_jit_stack_assign_,BITONE)(G(a,BITONE),(G(pcre2_jit_callback_,BITONE))b,c); \
1676 if (test_mode == G(G(PCRE,BITONE),_MODE)) \
1677 G(pcre2_jit_stack_free_,BITONE)((G(pcre2_jit_stack_,BITONE) *)a); \
1682 if (test_mode == G(G(PCRE,BITONE),_MODE)) \
1683 a = G(pcre2_maketables_,BITONE)(NULL); \
1688 if (test_mode == G(G(PCRE,BITONE),_MODE)) \
1689 a = G(pcre2_match_,BITONE)(G(b,BITONE),(G(PCRE2_SPTR,BITONE))c,d,e,f, \
1690 G(g,BITONE),h); \
1696 if (test_mode == G(G(PCRE,BITONE),_MODE)) \
1697 G(a,BITONE) = G(pcre2_match_data_create_,BITONE)(b,c); \
1702 if (test_mode == G(G(PCRE,BITONE),_MODE)) \
1703 G(a,BITONE) = G(pcre2_match_data_create_from_pattern_,BITONE)(G(b,BITONE),c); \
1708 if (test_mode == G(G(PCRE,BITONE),_MODE)) \
1709 G(pcre2_match_data_free_,BITONE)(G(a,BITONE)); \
1714 if (test_mode == G(G(PCRE,BITONE),_MODE)) \
1715 … a = G(pcre2_pattern_convert_,BITONE)(G(b,BITONE),c,d,(G(PCRE2_UCHAR,BITONE) **)e,f,G(g,BITONE)); \
1720 if (test_mode == G(G(PCRE,BITONE),_MODE)) \
1721 a = G(pcre2_pattern_info_,BITONE)(G(b,BITONE),c,d); \
1726 if (test_mode == G(G(PCRE,BITONE),_MODE)) \
1727 G(pcre2_printint_,BITONE)(G(compiled_code,BITONE),outfile,a); \
1732 if (test_mode == G(G(PCRE,BITONE),_MODE)) \
1733 r = G(pcre2_serialize_decode_,BITONE)((G(pcre2_code_,BITONE) **)a,b,c,G(d,BITONE)); \
1738 if (test_mode == G(G(PCRE,BITONE),_MODE)) \
1739 r = G(pcre2_serialize_encode_,BITONE)((G(const pcre2_code_,BITONE) **)a,b,c,d,G(e,BITONE)); \
1744 if (test_mode == G(G(PCRE,BITONE),_MODE)) \
1745 G(pcre2_serialize_free_,BITONE)(a); \
1750 if (test_mode == G(G(PCRE,BITONE),_MODE)) \
1751 r = G(pcre2_serialize_get_number_of_codes_,BITONE)(a); \
1756 if (test_mode == G(G(PCRE,BITONE),_MODE)) \
1757 G(pcre2_set_callout_,BITONE)(G(a,BITONE), \
1758 (int (*)(G(pcre2_callout_block_,BITONE) *, void *))b,c); \
1764 if (test_mode == G(G(PCRE,BITONE),_MODE)) \
1765 G(pcre2_set_character_tables_,BITONE)(G(a,BITONE),b); \
1770 if (test_mode == G(G(PCRE,BITONE),_MODE)) \
1771 G(pcre2_set_compile_recursion_guard_,BITONE)(G(a,BITONE),b,c); \
1776 if (test_mode == G(G(PCRE,BITONE),_MODE)) \
1777 G(pcre2_set_depth_limit_,BITONE)(G(a,BITONE),b); \
1782 if (test_mode == G(G(PCRE,BITONE),_MODE)) \
1783 r = G(pcre2_set_glob_escape_,BITONE)(G(a,BITONE),b); \
1788 if (test_mode == G(G(PCRE,BITONE),_MODE)) \
1789 r = G(pcre2_set_glob_separator_,BITONE)(G(a,BITONE),b); \
1794 if (test_mode == G(G(PCRE,BITONE),_MODE)) \
1795 G(pcre2_set_heap_limit_,BITONE)(G(a,BITONE),b); \
1800 if (test_mode == G(G(PCRE,BITONE),_MODE)) \
1801 G(pcre2_set_match_limit_,BITONE)(G(a,BITONE),b); \
1806 if (test_mode == G(G(PCRE,BITONE),_MODE)) \
1807 G(pcre2_set_max_pattern_length_,BITONE)(G(a,BITONE),b); \
1812 if (test_mode == G(G(PCRE,BITONE),_MODE)) \
1813 G(pcre2_set_offset_limit_,BITONE)(G(a,BITONE),b); \
1818 if (test_mode == G(G(PCRE,BITONE),_MODE)) \
1819 G(pcre2_set_parens_nest_limit_,BITONE)(G(a,BITONE),b); \
1824 if (test_mode == G(G(PCRE,BITONE),_MODE)) \
1825 a = G(pcre2_substitute_,BITONE)(G(b,BITONE),(G(PCRE2_SPTR,BITONE))c,d,e,f, \
1826 G(g,BITONE),G(h,BITONE),(G(PCRE2_SPTR,BITONE))i,j, \
1827 (G(PCRE2_UCHAR,BITONE) *)k,l); \
1834 if (test_mode == G(G(PCRE,BITONE),_MODE)) \
1835 a = G(pcre2_substring_copy_byname_,BITONE)(G(b,BITONE),G(c,BITONE),\
1836 (G(PCRE2_UCHAR,BITONE) *)d,e); \
1842 if (test_mode == G(G(PCRE,BITONE),_MODE)) \
1843 a = G(pcre2_substring_copy_bynumber_,BITONE)(G(b,BITONE),c,\
1844 (G(PCRE2_UCHAR,BITONE) *)d,e); \
1850 if (test_mode == G(G(PCRE,BITONE),_MODE)) \
1851 G(pcre2_substring_free_,BITONE)((G(PCRE2_UCHAR,BITONE) *)a); \
1855 if (test_mode == G(G(PCRE,BITONE),_MODE)) \
1856 a = G(pcre2_substring_get_byname_,BITONE)(G(b,BITONE),G(c,BITONE),\
1857 (G(PCRE2_UCHAR,BITONE) **)d,e); \
1863 if (test_mode == G(G(PCRE,BITONE),_MODE)) \
1864 a = G(pcre2_substring_get_bynumber_,BITONE)(G(b,BITONE),c,\
1865 (G(PCRE2_UCHAR,BITONE) **)d,e); \
1871 if (test_mode == G(G(PCRE,BITONE),_MODE)) \
1872 a = G(pcre2_substring_length_byname_,BITONE)(G(b,BITONE),G(c,BITONE),d); \
1877 if (test_mode == G(G(PCRE,BITONE),_MODE)) \
1878 a = G(pcre2_substring_length_bynumber_,BITONE)(G(b,BITONE),c,d); \
1883 if (test_mode == G(G(PCRE,BITONE),_MODE)) \
1884 a = G(pcre2_substring_list_get_,BITONE)(G(b,BITONE), \
1885 (G(PCRE2_UCHAR,BITONE) ***)c,d); \
1891 if (test_mode == G(G(PCRE,BITONE),_MODE)) \
1892 G(pcre2_substring_list_free_,BITONE)((G(PCRE2_SPTR,BITONE) *)a); \
1897 if (test_mode == G(G(PCRE,BITONE),_MODE)) \
1898 a = G(pcre2_substring_number_from_name_,BITONE)(G(b,BITONE),G(c,BITONE)); \
1903 (test_mode == G(G(PCRE,BITONE),_MODE))? (void *)G(x,BITONE) : \
1907 if (test_mode == G(G(PCRE,BITONE),_MODE)) G(x,BITONE)->y = z; \
1911 if (test_mode == G(G(PCRE,BITONE),_MODE)) G(x,BITONE)->y[v] = z; \
1915 if (test_mode == G(G(PCRE,BITONE),_MODE)) G(x,BITONE) z y; \
1919 if (test_mode == G(G(PCRE,BITONE),_MODE)) \
1920 G(x,BITONE) = (G(G(uint,BITONE),_t) *)(y); \
1924 #define STRLEN(p) ((test_mode == G(G(PCRE,BITONE),_MODE))? \
1925 G(strlen,BITONE)((G(PCRE2_SPTR,BITONE))p) : \
1929 if (test_mode == G(G(PCRE,BITONE),_MODE)) \
1930 G(a,BITONE)(G(b,BITONE)); \
1935 if (test_mode == G(G(PCRE,BITONE),_MODE)) \
1936 G(a,BITONE))(G(b,BITONE),G(c,BITONE)); \
1941 (test_mode == G(G(PCRE,BITONE),_MODE) && G(x,BITONE) r (y)) || \
1945 (test_mode == G(G(PCRE,BITONE),_MODE) && G(x,BITONE)->f r (y)) || \