Home
last modified time | relevance | path

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

123

/PHP-7.4/win32/
H A Dconsole.h43 PHP_WINUTIL_API BOOL php_win32_console_fileno_is_console(zend_long fileno);
49 PHP_WINUTIL_API BOOL php_win32_console_fileno_has_vt100(zend_long fileno);
55 PHP_WINUTIL_API BOOL php_win32_console_fileno_set_vt100(zend_long fileno, BOOL enable);
60 PHP_WINUTIL_API BOOL php_win32_console_is_own(void);
63 PHP_WINUTIL_API BOOL php_win32_console_is_cli_sapi(void);
H A Dconsole.c24 PHP_WINUTIL_API BOOL php_win32_console_fileno_is_console(zend_long fileno) in php_win32_console_fileno_is_console()
26 BOOL result = FALSE; in php_win32_console_fileno_is_console()
38 PHP_WINUTIL_API BOOL php_win32_console_fileno_has_vt100(zend_long fileno) in php_win32_console_fileno_has_vt100()
40 BOOL result = FALSE; in php_win32_console_fileno_has_vt100()
60 PHP_WINUTIL_API BOOL php_win32_console_fileno_set_vt100(zend_long fileno, BOOL enable) in php_win32_console_fileno_set_vt100()
62 BOOL result = FALSE; in php_win32_console_fileno_set_vt100()
95 PHP_WINUTIL_API BOOL php_win32_console_is_own(void) in php_win32_console_is_own()
100 BOOL ret0 = FALSE, ret1 = FALSE; in php_win32_console_is_own()
114 PHP_WINUTIL_API BOOL php_win32_console_is_cli_sapi(void) in php_win32_console_is_cli_sapi()
H A Dwinutil.h36 BOOL php_win32_init_random_bytes(void);
37 BOOL php_win32_shutdown_random_bytes(void);
58 PHP_WINUTIL_API BOOL php_win32_image_compatible(const char *img, char **err);
59 PHP_WINUTIL_API BOOL php_win32_crt_compatible(const char *img, char **err);
H A Dwinutil.c73 static BOOL has_bcrypt_algo = 0;
78 BOOL php_win32_shutdown_random_bytes(void) in php_win32_shutdown_random_bytes()
80 BOOL ret = TRUE; in php_win32_shutdown_random_bytes()
90 BOOL php_win32_init_random_bytes(void) in php_win32_init_random_bytes()
105 BOOL ret; in php_win32_get_random_bytes()
441 static zend_always_inline BOOL is_compatible(const char *name, BOOL is_smaller, char *format, char … in is_compatible()
488 PHP_WINUTIL_API BOOL php_win32_image_compatible(const char *name, char **err) in php_win32_image_compatible()
494 PHP_WINUTIL_API BOOL php_win32_crt_compatible(const char *name, char **err) in php_win32_crt_compatible()
H A Ddllmain.c36 BOOL WINAPI DllMain(HINSTANCE inst, DWORD reason, LPVOID dummy) in DllMain()
38 BOOL ret = TRUE; in DllMain()
/PHP-7.4/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()
H A Dpcre2_auto_possess.c195 static BOOL
197 BOOL negated) in check_char_prop()
308 get_chr_property_list(PCRE2_SPTR code, BOOL utf, BOOL ucp, const uint8_t *fcc, in get_chr_property_list()
517 static BOOL
518 compare_opcodes(PCRE2_SPTR code, BOOL utf, BOOL ucp, const compile_block *cb, in compare_opcodes()
533 BOOL accepted, invert_bits; in compare_opcodes()
534 BOOL entered_a_group = FALSE; in compare_opcodes()
831 BOOL same = leftop == rightop; in compare_opcodes()
832 BOOL lisprop = leftop == OP_PROP; in compare_opcodes()
833 BOOL risprop = rightop == 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_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()
518 BOOL inparens; in pcre2_substitute()
519 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 */
854 BOOL hitend; /* Hit the end of the subject at some point */
855 BOOL hasthen; /* Pattern contains (*THEN) */
856 BOOL allowemptypartial; /* Allow empty hard partial */
912 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()
308 pcre2_printint(pcre2_code *re, FILE *f, BOOL print_lengths) in pcre2_printint()
312 BOOL utf = (re->overall_options & PCRE2_UTF) != 0; in pcre2_printint()
646 BOOL printmap; in pcre2_printint()
647 BOOL invertmap = FALSE; in pcre2_printint()
713 BOOL not = FALSE; in pcre2_printint()
H A Dpcre2_compile.c134 static BOOL
1311 static BOOL
1397 static BOOL
2063 static BOOL
2186 static BOOL
2272 static BOOL
5199 static BOOL
5334 BOOL xclass; in compile_branch()
8268 static BOOL
8373 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_script_run.c84 BOOL
85 PRIV(script_run)(PCRE2_SPTR ptr, PCRE2_SPTR endptr, BOOL utf) in PRIV()
H A Dpcre2_internal.h67 typedef int BOOL; typedef
1969 int *, uint32_t, uint32_t, BOOL, compile_block *);
1971 BOOL, int *);
1972 extern PCRE2_SPTR _pcre2_find_bracket(PCRE2_SPTR, BOOL, int);
1973 extern BOOL _pcre2_is_newline(PCRE2_SPTR, uint32_t, PCRE2_SPTR,
1974 uint32_t *, BOOL);
1981 extern BOOL _pcre2_script_run(PCRE2_SPTR, PCRE2_SPTR, BOOL);
1990 extern BOOL _pcre2_was_newline(PCRE2_SPTR, uint32_t, PCRE2_SPTR,
1991 uint32_t *, BOOL);
1992 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()
1428 BOOL OK; in internal_dfa_match()
1593 BOOL OK; in internal_dfa_match()
1626 BOOL OK; in internal_dfa_match()
1669 BOOL OK; in internal_dfa_match()
1859 BOOL OK; in internal_dfa_match()
1899 BOOL OK; in internal_dfa_match()
1935 BOOL OK; in internal_dfa_match()
2115 BOOL OK; in internal_dfa_match()
[all …]
H A Dpcre2_find_bracket.c70 PRIV(find_bracket)(PCRE2_SPTR code, BOOL utf, int number) in PRIV()
H A Dpcre2_jit_compile.c306 BOOL enabled;
427 BOOL has_set_som;
431 BOOL has_then;
483 BOOL utf;
485 BOOL ucp;
2323 BOOL *needs_control_head, BOOL *has_quit, BOOL *has_accept) in get_recurse_data_length()
3287 BOOL has_pre; in copy_ovector()
5935 BOOL in_range; in fast_forward_first_n_chars()
9130 BOOL minimize; in compile_ref_iterator_matchingpath()
11149 BOOL use_tmp; in compile_iterator_matchingpath()
[all …]
/PHP-7.4/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-7.4/win32/build/
H A Ddeplister.c26 BOOL CALLBACK StatusRoutine(IMAGEHLP_STATUS_REASON reason, in StatusRoutine()
/PHP-7.4/ext/com_dotnet/
H A Dcom_olechar.c35 BOOL ok; in php_com_string_to_olestring()
76 BOOL ok; in php_com_olestring_to_string()
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_options_int_and_float_native.phpt21 'BOOL' => array('BOOL', 0),

Completed in 155 milliseconds

123