Home
last modified time | relevance | path

Searched refs:BOOL (Results 1 – 25 of 56) sorted by relevance

123

/PHP-8.2/win32/
H A Dconsole.h41 PHP_WINUTIL_API BOOL php_win32_console_fileno_is_console(zend_long fileno);
47 PHP_WINUTIL_API BOOL php_win32_console_fileno_has_vt100(zend_long fileno);
53 PHP_WINUTIL_API BOOL php_win32_console_fileno_set_vt100(zend_long fileno, BOOL enable);
58 PHP_WINUTIL_API BOOL php_win32_console_is_own(void);
61 PHP_WINUTIL_API BOOL php_win32_console_is_cli_sapi(void);
H A Dconsole.c22 PHP_WINUTIL_API BOOL php_win32_console_fileno_is_console(zend_long fileno) in php_win32_console_fileno_is_console()
24 BOOL result = FALSE; in php_win32_console_fileno_is_console()
36 PHP_WINUTIL_API BOOL php_win32_console_fileno_has_vt100(zend_long fileno) in php_win32_console_fileno_has_vt100()
38 BOOL result = FALSE; in php_win32_console_fileno_has_vt100()
58 PHP_WINUTIL_API BOOL php_win32_console_fileno_set_vt100(zend_long fileno, BOOL enable) in php_win32_console_fileno_set_vt100()
60 BOOL result = FALSE; in php_win32_console_fileno_set_vt100()
93 PHP_WINUTIL_API BOOL php_win32_console_is_own(void) in php_win32_console_is_own()
98 BOOL ret0 = FALSE, ret1 = FALSE; in php_win32_console_is_own()
112 PHP_WINUTIL_API BOOL php_win32_console_is_cli_sapi(void) in php_win32_console_is_cli_sapi()
H A Dwinutil.h34 BOOL php_win32_init_random_bytes(void);
35 BOOL php_win32_shutdown_random_bytes(void);
56 PHP_WINUTIL_API BOOL php_win32_image_compatible(HMODULE handle, char **err);
57 PHP_WINUTIL_API BOOL php_win32_crt_compatible(char **err);
H A Dwinutil.c74 static BOOL has_bcrypt_algo = 0;
79 BOOL php_win32_shutdown_random_bytes(void) in php_win32_shutdown_random_bytes()
81 BOOL ret = TRUE; in php_win32_shutdown_random_bytes()
91 BOOL php_win32_init_random_bytes(void) in php_win32_init_random_bytes()
106 BOOL ret; in php_win32_get_random_bytes()
442 static zend_always_inline BOOL is_compatible(HMODULE handle, BOOL is_smaller, char *format, char **… in is_compatible()
479 PHP_WINUTIL_API BOOL php_win32_image_compatible(HMODULE handle, char **err) in php_win32_image_compatible()
485 PHP_WINUTIL_API BOOL php_win32_crt_compatible(char **err) in php_win32_crt_compatible()
H A Ddllmain.c34 BOOL WINAPI DllMain(HINSTANCE inst, DWORD reason, LPVOID dummy) in DllMain()
36 BOOL ret = TRUE; in DllMain()
H A Dsignal.c74 static BOOL WINAPI php_win32_signal_system_ctrl_handler(DWORD evt) in php_win32_signal_system_ctrl_handler()
/PHP-8.2/ext/pcre/pcre2lib/
H A Dpcre2_newline.c78 BOOL
80 uint32_t *lenptr, BOOL utf) in PRIV()
168 BOOL
170 uint32_t *lenptr, BOOL utf) in PRIV()
H A Dpcre2_convert.c140 BOOL nextisliteral = FALSE; in convert_posix()
433 PCRE2_UCHAR separator, BOOL with_escape) in convert_glob_print_separator()
452 PCRE2_UCHAR separator, BOOL with_escape) in convert_glob_print_wildcard()
541 static BOOL
579 BOOL with_escape, PCRE2_UCHAR escape, BOOL no_wildsep) in convert_glob_parse_range()
581 BOOL is_negative = FALSE; in convert_glob_parse_range()
582 BOOL separator_seen = FALSE; in convert_glob_parse_range()
583 BOOL has_prev_c; in convert_glob_parse_range()
799 BOOL in_atomic = FALSE; in convert_glob()
800 BOOL after_starstar = FALSE; in convert_glob()
[all …]
H A Dpcre2_xclass.c68 BOOL
69 PRIV(xclass)(uint32_t c, PCRE2_SPTR data, BOOL utf) in PRIV()
72 BOOL negated = (*data & XCL_NOT) != 0; in PRIV()
137 BOOL isprop = t == XCL_PROP; in PRIV()
138 BOOL ok; in PRIV()
H A Dpcre2_auto_possess.c198 static BOOL
200 BOOL negated) in check_char_prop()
202 BOOL ok; in check_char_prop()
325 get_chr_property_list(PCRE2_SPTR code, BOOL utf, BOOL ucp, const uint8_t *fcc, in get_chr_property_list()
535 static BOOL
536 compare_opcodes(PCRE2_SPTR code, BOOL utf, BOOL ucp, const compile_block *cb, in compare_opcodes()
551 BOOL accepted, invert_bits; in compare_opcodes()
552 BOOL entered_a_group = FALSE; in compare_opcodes()
849 BOOL same = leftop == rightop; in compare_opcodes()
850 BOOL lisprop = leftop == OP_PROP; in compare_opcodes()
[all …]
H A Dpcre2_extuni.c61 PCRE2_SPTR end_subject, BOOL utf, int *xcount) in PRIV()
93 PCRE2_SPTR end_subject, BOOL utf, int *xcount) in PRIV()
H A Dpcre2_script_run.c84 BOOL
85 PRIV(script_run)(PCRE2_SPTR ptr, PCRE2_SPTR endptr, BOOL utf) in PRIV()
141 BOOL OK; in PRIV()
H A Dpcre2_substitute.c80 BOOL last) in find_text_end()
84 BOOL literal = FALSE; in find_text_end()
233 BOOL escaped_literal = FALSE; in pcre2_substitute()
234 BOOL overflowed = FALSE; in pcre2_substitute()
235 BOOL use_existing_match; in pcre2_substitute()
236 BOOL replacement_only; in pcre2_substitute()
238 BOOL utf = (code->overall_options & PCRE2_UTF) != 0; in pcre2_substitute()
239 BOOL ucp = (code->overall_options & PCRE2_UCP) != 0; in pcre2_substitute()
537 BOOL inparens; in pcre2_substitute()
538 BOOL star; in pcre2_substitute()
H A Dpcre2_intmodedep.h752 BOOL had_accept; /* (*ACCEPT) encountered */
753 BOOL had_pruneorskip; /* (*PRUNE) or (*SKIP) encountered */
754 BOOL had_recurse; /* Had a recursion or subroutine call */
755 BOOL dupnames; /* Duplicate names exist */
865 BOOL hitend; /* Hit the end of the subject at some point */
866 BOOL hasthen; /* Pattern contains (*THEN) */
867 BOOL allowemptypartial; /* Allow empty hard partial */
923 BOOL allowemptypartial; /* Allow empty hard partial */
H A Dpcre2_printint.c92 print_char(FILE *f, PCRE2_SPTR ptr, BOOL utf) in print_char()
95 BOOL one_code_unit = !utf; in print_char()
339 pcre2_printint(pcre2_code *re, FILE *f, BOOL print_lengths) in pcre2_printint()
343 BOOL utf = (re->overall_options & PCRE2_UTF) != 0; in pcre2_printint()
677 BOOL printmap; in pcre2_printint()
678 BOOL invertmap = FALSE; in pcre2_printint()
744 BOOL not = FALSE; in pcre2_printint()
H A Dpcre2_compile.c134 static BOOL
1316 static BOOL
1402 static BOOL
2086 static BOOL
2292 static BOOL
2378 static BOOL
5306 static BOOL
5441 BOOL xclass; in compile_branch()
8393 static BOOL
8498 static BOOL
[all …]
H A Dpcre2_study.c104 PCRE2_SPTR startcode, BOOL utf, recurse_check *recurses, int *countptr, in find_minlength()
114 BOOL had_recurse = FALSE; in find_minlength()
115 BOOL dupcapused = (re->flags & PCRE2_DUPCAPUSED) != 0; in find_minlength()
781 set_table_bit(pcre2_real_code *re, PCRE2_SPTR p, BOOL caseless, BOOL utf, in set_table_bit()
782 BOOL ucp) in set_table_bit()
953 set_start_bits(pcre2_real_code *re, PCRE2_SPTR code, BOOL utf, BOOL ucp, in set_start_bits()
970 BOOL try_next = TRUE; in set_start_bits()
1676 BOOL utf = (re->overall_options & PCRE2_UTF) != 0; in PRIV()
1677 BOOL ucp = (re->overall_options & PCRE2_UCP) != 0; in PRIV()
H A Dpcre2_internal.h67 typedef int BOOL; typedef
2013 int *, uint32_t, uint32_t, BOOL, compile_block *);
2015 BOOL, int *);
2016 extern PCRE2_SPTR _pcre2_find_bracket(PCRE2_SPTR, BOOL, int);
2017 extern BOOL _pcre2_is_newline(PCRE2_SPTR, uint32_t, PCRE2_SPTR,
2018 uint32_t *, BOOL);
2025 extern BOOL _pcre2_script_run(PCRE2_SPTR, PCRE2_SPTR, BOOL);
2034 extern BOOL _pcre2_was_newline(PCRE2_SPTR, uint32_t, PCRE2_SPTR,
2035 uint32_t *, BOOL);
2036 extern BOOL _pcre2_xclass(uint32_t, PCRE2_SPTR, BOOL);
H A Dpcre2_dfa_match.c553 BOOL utf = FALSE; in internal_dfa_match()
1170 BOOL OK; in internal_dfa_match()
1442 BOOL OK; in internal_dfa_match()
1621 BOOL OK; in internal_dfa_match()
1654 BOOL OK; in internal_dfa_match()
1697 BOOL OK; in internal_dfa_match()
1901 BOOL OK; in internal_dfa_match()
1941 BOOL OK; in internal_dfa_match()
1977 BOOL OK; in internal_dfa_match()
2172 BOOL OK; in internal_dfa_match()
[all …]
H A Dpcre2_match.c2730 BOOL ok; in match()
2868 BOOL ok; in match()
3525 BOOL ok; in match()
3685 BOOL ok; in match()
6306 BOOL anchored; in pcre2_match()
6307 BOOL firstline; in pcre2_match()
6310 BOOL startline; in pcre2_match()
6331 BOOL use_jit; in pcre2_match()
6337 BOOL utf = FALSE; in pcre2_match()
6340 BOOL ucp = FALSE; in pcre2_match()
[all …]
H A Dpcre2_find_bracket.c70 PRIV(find_bracket)(PCRE2_SPTR code, BOOL utf, int number) in PRIV()
/PHP-8.2/ext/opcache/tests/
H A Dbool_cp_in_pass1.phpt2 Incorrect constant propagation on BOOL in pass 1
H A Dblock_pass_001.phpt2 Block pass: Bugs in BOOL/QM_ASSIGN elision
/PHP-8.2/win32/build/
H A Ddeplister.c24 BOOL CALLBACK StatusRoutine(IMAGEHLP_STATUS_REASON reason, in StatusRoutine()
/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_options_int_and_float_native.phpt17 'BOOL' => array('BOOL', 0),

Completed in 151 milliseconds

123