Home
last modified time | relevance | path

Searched refs:BOOL (Results 1 – 25 of 53) sorted by last modified time

123

/PHP-7.4/ext/libxml/
H A Dlibxml.c1404 PHP_LIBXML_API BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) in DllMain()
/PHP-7.4/ext/pcre/pcre2lib/
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 …]
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_match.c4265 BOOL gotspace; in match()
4287 BOOL gotspace; in match()
6111 BOOL anchored; in pcre2_match()
6112 BOOL firstline; in pcre2_match()
6113 BOOL has_first_cu = FALSE; in pcre2_match()
6114 BOOL has_req_cu = FALSE; in pcre2_match()
6115 BOOL startline; in pcre2_match()
6136 BOOL use_jit; in pcre2_match()
6142 BOOL utf = FALSE; in pcre2_match()
6145 BOOL ucp = FALSE; in pcre2_match()
[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_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_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_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_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 …]
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch2722 -BOOL WINAPI DllMain(HINSTANCE, DWORD, LPVOID);
2724 -BOOL WINAPI
/PHP-7.4/TSRM/
H A Dtsrm_win32.c205 BOOL fAccess = FALSE; in tsrm_win32_access()
433 static HANDLE dupHandle(HANDLE fh, BOOL inherit) in dupHandle()
457 BOOL res; in popen_ex()
464 BOOL asuser = TRUE; in popen_ex()
623 BOOL created = FALSE; in shmget()
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c1490 BOOL WINAPI fastcgi_cleanup(DWORD sig)
/PHP-7.4/sapi/cli/
H A Dphp_cli.c607 BOOL WINAPI php_cli_win32_ctrl_handler(DWORD sig) in php_cli_win32_ctrl_handler()
1166 BOOL using_wide_argv = 0; in WinMain()
/PHP-7.4/ext/openssl/
H A Dxp_ssl.c719 BOOL verify_result; in php_openssl_win_cert_verify_callback()
/PHP-7.4/Zend/
H A Dzend_virtual_cwd.c641 BOOL isVolume = FALSE; in tsrm_realpath_r()
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_types.phpt124 func_mysqli_stmt_get_result($link, $engine, "i", "BOOL", 1, 100);
125 func_mysqli_stmt_get_result($link, $engine, "i", "BOOL", NULL, 120);
H A Dmysqli_stmt_bind_param.phpt179 func_mysqli_stmt_bind_datatype($link, $engine, "i", "BOOL", 1, 60);
180 func_mysqli_stmt_bind_datatype($link, $engine, "i", "BOOL", NULL, 70);
H A Dmysqli_stmt_bind_result.phpt166 func_mysqli_stmt_bind_result($link, $engine, "i", "BOOL", 1, 100);
167 func_mysqli_stmt_bind_result($link, $engine, "i", "BOOL", NULL, 120);
H A Dmysqli_options_int_and_float_native.phpt21 'BOOL' => array('BOOL', 0),
H A Dmysqli_fetch_all.phpt176 func_mysqli_fetch_all($link, $engine, "BOOL", 1, "1", 60);
177 func_mysqli_fetch_all($link, $engine, "BOOL", NULL, NULL, 70);
H A Dmysqli_fetch_all_oo.phpt176 func_mysqli_fetch_all_oo($link, $engine, "BOOL", 1, "1", 60);
177 func_mysqli_fetch_all_oo($link, $engine, "BOOL", NULL, NULL, 70);
H A Dmysqli_fetch_array.phpt162 func_mysqli_fetch_array($link, $engine, "BOOL", 1, "1", 60);
163 func_mysqli_fetch_array($link, $engine, "BOOL", NULL, NULL, 70);
H A Dmysqli_fetch_array_oo.phpt149 func_mysqli_fetch_array($mysqli, $engine, "BOOL", 1, "1", 60);
150 func_mysqli_fetch_array($mysqli, $engine, "BOOL", NULL, NULL, 70);
/PHP-7.4/build/
H A Dlibtool.m46262 # BOOL APIENTRY DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved);
6273 # BOOL APIENTRY
/PHP-7.4/win32/
H A Dioutil.h177 BOOL php_win32_ioutil_init(void);
264 PW32IO BOOL php_win32_ioutil_posix_to_open_opts(int flags, mode_t mode, php_ioutil_open_opts *opts);

Completed in 293 milliseconds

123