Home
last modified time | relevance | path

Searched refs:zend_bool (Results 201 – 225 of 341) sorted by relevance

12345678910>>...14

/PHP-7.4/ext/openssl/
H A Dopenssl.c1790 zend_bool notext = 1; in PHP_FUNCTION()
2119 zend_bool notext = 1; in PHP_FUNCTION()
2192 zend_bool raw_output = 0; in PHP_FUNCTION()
2369 zend_bool useshortnames = 1; in PHP_FUNCTION()
3358 zend_bool notext = 1; in PHP_FUNCTION()
3408 zend_bool notext = 1; in PHP_FUNCTION()
3689 zend_bool use_shortnames = 1; in PHP_FUNCTION()
6380 zend_bool aliases = 0; in PHP_FUNCTION()
6396 zend_bool aliases = 0; in PHP_FUNCTION()
6439 zend_bool raw_output = 0; in PHP_FUNCTION()
[all …]
H A Dxp_ssl.c125 extern zend_string* php_openssl_x509_fingerprint(X509 *peer, const char *method, zend_bool raw);
207 static int php_openssl_handle_ssl_error(php_stream *stream, int nr_bytes, zend_bool is_init) /* {{{… in php_openssl_handle_ssl_error()
345 static zend_bool php_openssl_x509_fingerprint_match(X509 *peer, zval *val) in php_openssl_x509_fingerprint_match()
389 static zend_bool php_openssl_matches_wildcard_name(const char *subjectname, const char *certname) /… in php_openssl_matches_wildcard_name()
424 static zend_bool php_openssl_matches_san_list(X509 *peer, const char *subject_name) /* {{{ */ in php_openssl_matches_san_list()
484 static zend_bool php_openssl_matches_common_name(X509 *peer, const char *subject_name) /* {{{ */ in php_openssl_matches_common_name()
488 zend_bool is_match = 0; in php_openssl_matches_common_name()
638 zend_bool is_self_signed = 0; in php_openssl_win_cert_verify_callback()
2320 zend_bool nodelay = 0; in php_openssl_tcp_sockop_accept()
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c45 zend_bool neg;
62 zend_bool is_bit = field->type == MYSQL_TYPE_BIT; in ps_fetch_from_1_to_8_bytes()
225 t.neg = (zend_bool) to[0]; in ps_fetch_time()
945 …equest(MYSQLND_STMT * const s, zend_uchar ** request, size_t *request_len, zend_bool * free_buffer) in mysqlnd_stmt_execute_generate_request()
H A Dmysqlnd_commands.c197 …kill)(MYSQLND_CONN_DATA * const conn, const unsigned int process_id, const zend_bool read_response) in MYSQLND_METHOD()
343 …change_user)(MYSQLND_CONN_DATA * const conn, const MYSQLND_CSTRING payload, const zend_bool silent) in MYSQLND_METHOD()
568 const zend_bool server_has_ssl = (server_capabilities & CLIENT_SSL)? TRUE:FALSE; in MYSQLND_METHOD()
H A Dmysqlnd_libmysql_compat.h31 #define my_bool zend_bool
H A Dmysqlnd_protocol_frame_codec.c392 const zend_bool pers = pfc->persistent; in MYSQLND_METHOD()
502 mysqlnd_pfc_init(const zend_bool persistent, MYSQLND_CLASS_METHODS_TYPE(mysqlnd_object_factory) *ob… in mysqlnd_pfc_init()
/PHP-7.4/ext/opcache/
H A Dzend_accelerator_module.c227 zend_bool *p; in ZEND_INI_MH()
234 p = (zend_bool *) (base+(size_t) mh_arg1); in ZEND_INI_MH()
585 zend_bool fetch_scripts = 1;
831 zend_bool force = 0;
/PHP-7.4/sapi/apache2handler/
H A Dapache_config.c118 static zend_bool should_overwrite_per_dir_entry(HashTable *target_ht, zval *zv, zend_hash_key *hash… in should_overwrite_per_dir_entry()
/PHP-7.4/ext/opcache/Optimizer/
H A Descape_analysis.c394 zend_bool has_allocations; in zend_ssa_escape_analysis()
475 zend_bool changed; in zend_ssa_escape_analysis()
/PHP-7.4/ext/standard/
H A Dmail.c92 static zend_bool php_mail_build_headers_check_field_value(zval *val) in php_mail_build_headers_check_field_value()
118 static zend_bool php_mail_build_headers_check_field_name(zend_string *key) in php_mail_build_headers_check_field_name()
H A Dstreamsfuncs.c305 zend_bool want_peer; in PHP_FUNCTION()
755 zend_bool secnull; in PHP_FUNCTION()
1325 zend_bool block; in PHP_FUNCTION()
1495 zend_bool enable, cryptokindnull = 1; in PHP_FUNCTION()
1664 zend_bool enable; in PHP_FUNCTION()
H A Dvar_unserializer.re222 zend_bool delayed_call_failed = 0;
680 static inline int object_common(UNSERIALIZE_PARAMETER, zend_long elements, zend_bool has_unserializ…
683 zend_bool has_wakeup;
1030 zend_bool incomplete_class = 0;
1031 zend_bool custom_object = 0;
1032 zend_bool has_unserialize = 0;
H A Dhttp.c57 zend_bool is_dynamic = 1; in php_url_encode_hash_ex()
H A Dmd5.c48 zend_bool raw_output = 0; in PHP_NAMED_FUNCTION()
77 zend_bool raw_output = 0; in PHP_NAMED_FUNCTION()
H A Diptc.c196 zend_bool written = 0; in PHP_FUNCTION()
H A Dsha1.c36 zend_bool raw_output = 0; in PHP_FUNCTION()
67 zend_bool raw_output = 0; in PHP_FUNCTION()
/PHP-7.4/ext/dba/
H A Ddba.c654 zend_bool restarted = 0; in php_dba_open()
655 zend_bool need_creation = 0; in php_dba_open()
972 zend_bool close_both; in php_dba_open()
1281 zend_bool full_info = 0; in PHP_FUNCTION()
/PHP-7.4/ext/ffi/
H A Dffi.c128 zend_bool is_const;
144 zend_bool is_const;
162 zend_bool persistent;
1830 zend_bool by_ref;
3627 zend_bool owned = 1; in ZEND_METHOD()
3628 zend_bool persistent = 0; in ZEND_METHOD()
3629 zend_bool is_const = 0; in ZEND_METHOD()
3783 zend_bool is_const = 0; in ZEND_METHOD()
4936 zend_bool is_glob = 0;
5547 zend_bool overflow = 0;
[all …]
/PHP-7.4/ext/pdo_firebird/
H A Dfirebird_statement.c443 *len = sizeof(zend_bool); in firebird_stmt_get_col()
444 *ptr = FETCH_BUF(S->fetch_buf[colno], zend_bool, 1, NULL); in firebird_stmt_get_col()
445 *(zend_bool*)*ptr = *(FB_BOOLEAN*)var->sqldata; in firebird_stmt_get_col()
/PHP-7.4/Zend/
H A Dzend_hash.c227 …d _zend_hash_init_int(HashTable *ht, uint32_t nSize, dtor_func_t pDestructor, zend_bool persistent) in _zend_hash_init_int()
242 …TCALL _zend_hash_init(HashTable *ht, uint32_t nSize, dtor_func_t pDestructor, zend_bool persistent) in _zend_hash_init()
291 ZEND_API void ZEND_FASTCALL zend_hash_real_init(HashTable *ht, zend_bool packed) in zend_hash_real_init()
346 ZEND_API void ZEND_FASTCALL zend_hash_extend(HashTable *ht, uint32_t nSize, zend_bool packed) in zend_hash_extend()
617 …s_inline Bucket *zend_hash_find_bucket(const HashTable *ht, zend_string *key, zend_bool known_hash) in zend_hash_find_bucket()
2123 …merge(HashTable *target, HashTable *source, copy_ctor_func_t pCopyConstructor, zend_bool overwrite) in zend_hash_merge()
2181 static zend_bool ZEND_FASTCALL zend_hash_replace_checker_wrapper(HashTable *target, zval *source_da… in zend_hash_replace_checker_wrapper()
2472 …TCALL zend_hash_sort_ex(HashTable *ht, sort_func_t sort, compare_func_t compar, zend_bool renumber) in zend_hash_sort_ex()
2540 … zend_hash_compare_impl(HashTable *ht1, HashTable *ht2, compare_func_t compar, zend_bool ordered) { in zend_hash_compare_impl()
2618 ZEND_API int zend_hash_compare(HashTable *ht1, HashTable *ht2, compare_func_t compar, zend_bool ord… in zend_hash_compare()
[all …]
H A Dzend_execute_API.c260 zend_bool fast_shutdown = 0; in shutdown_executor()
262 zend_bool fast_shutdown = is_zend_mm() && !EG(full_tables_cleanup); in shutdown_executor()
558 ZEND_API zend_bool zend_is_executing(void) /* {{{ */ in zend_is_executing()
643 fci.no_separation = (zend_bool) no_separation; in _call_user_function_ex()
760 zend_bool must_wrap = 0; in zend_call_function()
H A Dzend_constants.c159 ZEND_API void zend_register_bool_constant(const char *name, size_t name_len, zend_bool bval, int fl… in zend_register_bool_constant()
305 static zend_bool is_access_deprecated(const zend_constant *c, const char *access_name) { in is_access_deprecated()
/PHP-7.4/ext/sysvsem/
H A Dsysvsem.c312 zend_bool nowait = 0; in php_sysvsem_semop()
/PHP-7.4/ext/pcre/
H A Dphp_pcre.c82 ZEND_TLS zend_bool mdata_used = 0;
1009 zval *subpats, zend_string *name, zval *val, zend_bool unmatched) { in add_named()
1059 zend_bool offset_capture = (flags & PREG_OFFSET_CAPTURE) != 0; in populate_subpat_array()
1060 zend_bool unmatched_as_null = (flags & PREG_UNMATCHED_AS_NULL) != 0; in populate_subpat_array()
1155 static zend_always_inline zend_bool is_known_valid_utf8( in is_known_valid_utf8()
1675 zend_bool simple_string; in php_pcre_replace_impl()
1872 zend_bool old_mdata_used; in php_pcre_replace_func_impl()
2900 zend_bool invert; /* Whether to return non-matching in php_pcre_grep_impl()
/PHP-7.4/ext/intl/grapheme/
H A Dgrapheme_string.c391 zend_bool no_length = 1; in PHP_FUNCTION()
598 zend_bool part = 0; in strstr_common_handler()

Completed in 167 milliseconds

12345678910>>...14