Home
last modified time | relevance | path

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

12

/PHP-5.5/sapi/pi3web/
H A Dpi3web_sapi.h19 typedef int BOOL; typedef
69 BOOL (* GetServerVariable) ( HCONN hConn,
74 BOOL (* WriteClient) ( HCONN hConn,
79 BOOL (* ReadClient) ( HCONN hConn,
83 BOOL (* SendHeaderFunction)( HCONN hConn,
90 MODULE_API BOOL PHP5_startup();
91 MODULE_API BOOL PHP5_shutdown();
H A Dpi3web_sapi.c414 MODULE_API BOOL PHP5_startup() { in PHP5_startup()
424 MODULE_API BOOL PHP5_shutdown() { in PHP5_shutdown()
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_newline.c75 BOOL
77 BOOL utf) in PRIV()
150 BOOL
152 BOOL utf) in PRIV()
H A Dpcre_xclass.c66 BOOL
67 PRIV(xclass)(pcre_uint32 c, const pcre_uchar *data, BOOL utf) in PRIV()
70 BOOL negated = (*data & XCL_NOT) != 0; in PRIV()
136 BOOL isprop = t == XCL_PROP; in PRIV()
H A Dpcre_internal.h1163 typedef int BOOL; typedef
2457 BOOL had_accept; /* (*ACCEPT) encountered */
2460 BOOL dupnames; /* Duplicate names exist */
2535 BOOL notbol; /* NOTBOL flag */
2536 BOOL noteol; /* NOTEOL flag */
2537 BOOL utf; /* UTF-8 / UTF-16 flag */
2538 BOOL jscript_compat; /* JAVASCRIPT_COMPAT flag */
2539 BOOL use_ucp; /* PCRE_UCP flag */
2746 int *, BOOL);
2750 int *, BOOL);
[all …]
H A Dpcre_compile.c86 static BOOL
959 static BOOL
1510 static BOOL
2395 static BOOL
2770 static BOOL
2826 static BOOL
3119 static BOOL
3932 static BOOL
4451 static BOOL
8242 static BOOL
[all …]
H A Dpcreposix.c329 BOOL allocated_ovector = FALSE; in regexec()
330 BOOL nosub = in regexec()
H A Dpcre_study.c89 BOOL utf = (options & PCRE_UTF8) != 0; in find_minlength()
90 BOOL had_recurse = FALSE; in find_minlength()
635 set_table_bit(pcre_uint8 *start_bits, const pcre_uchar *p, BOOL caseless, in set_table_bit()
636 compile_data *cd, BOOL utf) in set_table_bit()
802 set_start_bits(const pcre_uchar *code, pcre_uint8 *start_bits, BOOL utf, in set_start_bits()
832 BOOL try_next = TRUE; in set_start_bits()
1463 BOOL bits_set = FALSE; in pcre_study()
H A Dpcre_jit_compile.c364 BOOL has_set_som;
366 BOOL has_skip_arg;
368 BOOL has_then;
372 BOOL local_exit;
419 BOOL utf;
421 BOOL use_ucp;
1672 BOOL save, int stackptr, int stacktop, BOOL needs_control_head) in copy_private_data()
2621 static BOOL is_char7_bitset(const pcre_uint8 *bitset, BOOL nclass) in is_char7_bitset()
3587 BOOL in_range; in fast_forward_first_n_chars()
6095 BOOL minimize; in compile_ref_iterator_matchingpath()
[all …]
H A Dpcre_exec.c134 BOOL utf = md->utf; in pchars()
166 BOOL caseless) in match_ref()
171 BOOL utf = md->utf; in match_ref()
417 BOOL Xcondition;
527 BOOL caseless; in match()
634 BOOL cur_is_word; in match()
635 BOOL condition; in match()
6365 BOOL anchored; in pcre_exec()
6366 BOOL startline; in pcre_exec()
6367 BOOL firstline; in pcre_exec()
[all …]
/PHP-5.5/sapi/isapi/stresstest/
H A Dstresstest.cpp68 typedef BOOL (WINAPI *TerminateProc) (DWORD);
71 BOOL WINAPI ReadClient(HCONN, LPVOID, LPDWORD);
94 BOOL bUseTestFiles = FALSE;
107 BOOL CompareFiles(const char*f1, const char*f2) in CompareFiles()
190 BOOL ReadGlobalEnvironment(const char *environment) in ReadGlobalEnvironment()
212 BOOL ReadFileList(const char *filelist) in ReadFileList()
384 BOOL GetTestFiles(const char *path) in GetTestFiles()
600 BOOL ok = FALSE; in IsapiThread()
632 BOOL stress_main(const char *filename, in stress_main()
709 BOOL ok = TRUE; in stress_main()
[all …]
/PHP-5.5/ext/com_dotnet/
H A Dcom_olechar.c37 BOOL ok; in php_com_string_to_olestring()
78 BOOL ok; in php_com_olestring_to_string()
/PHP-5.5/win32/build/
H A Ddeplister.c27 BOOL CALLBACK StatusRoutine(IMAGEHLP_STATUS_REASON reason, in StatusRoutine()
/PHP-5.5/TSRM/
H A Dtsrm_win32.c142 BOOL bSuccess = FALSE; in tsrm_win32_get_token_sid()
205 BOOL fAccess = FALSE; in tsrm_win32_access()
207 BOOL bucket_key_alloc = FALSE; in tsrm_win32_access()
442 static HANDLE dupHandle(HANDLE fh, BOOL inherit) { in dupHandle()
466 BOOL res; in popen_ex()
473 BOOL asuser = TRUE; in popen_ex()
596 BOOL created = FALSE; in shmget()
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_options_int_and_float_native.phpt21 'BOOL' => array('BOOL', 0),
H A Dmysqli_stmt_get_result_types.phpt126 func_mysqli_stmt_get_result($link, $engine, "i", "BOOL", 1, 100);
127 func_mysqli_stmt_get_result($link, $engine, "i", "BOOL", NULL, 120);
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);
H A Dmysqli_stmt_bind_result.phpt168 func_mysqli_stmt_bind_result($link, $engine, "i", "BOOL", 1, 100);
169 func_mysqli_stmt_bind_result($link, $engine, "i", "BOOL", NULL, 120);
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);
/PHP-5.5/win32/
H A Dwinutil.c84 BOOL ret; in php_win32_get_random_bytes()
/PHP-5.5/sapi/isapi/
H A Dphp5isapi.c697 BOOL WINAPI GetFilterVersion(PHTTP_FILTER_VERSION pFilterVersion) in GetFilterVersion()
801 BOOL WINAPI GetExtensionVersion(HSE_VERSION_INFO *pVer) in GetExtensionVersion()
826 BOOL exceptionhandler(LPEXCEPTION_POINTERS *e, LPEXCEPTION_POINTERS ep) in exceptionhandler()
938 __declspec(dllexport) BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) in DllMain()
/PHP-5.5/ext/mysql/tests/
H A Dmysql_fetch_field.phpt53 'BOOL' => array('true', 'int'),
54 'BOOL' => array(1, 'int'),
H A Dmysql_fetch_array.phpt158 func_mysql_fetch_array($link, $engine, "BOOL", 1, "1", 60);
159 func_mysql_fetch_array($link, $engine, "BOOL", NULL, NULL, 70);
/PHP-5.5/ext/standard/
H A Dproc_open.c417 static inline HANDLE dup_handle(HANDLE src, BOOL inherit, BOOL closeorig) in dup_handle()
469 BOOL newprocok; in PHP_FUNCTION()

Completed in 151 milliseconds

12