Home
last modified time | relevance | path

Searched refs:zend_bool (Results 26 – 50 of 237) sorted by relevance

12345678910

/PHP-5.5/ext/mssql/
H A Dphp_mssql.h160 zend_bool allow_persistent;
169 zend_bool compatibility_mode;
172 zend_bool datetimeconvert;
174 zend_bool secure_connection;
/PHP-5.5/Zend/
H A Dzend_ptr_stack.c28 ZEND_API void zend_ptr_stack_init_ex(zend_ptr_stack *stack, zend_bool persistent) in zend_ptr_stack_init_ex()
94 ZEND_API void zend_ptr_stack_clean(zend_ptr_stack *stack, void (*func)(void *), zend_bool free_elem… in zend_ptr_stack_clean()
H A Dzend_objects_API.h32 zend_bool destructor_called;
33 zend_bool valid;
H A Dzend_ini.h105 ZEND_API char *zend_ini_string_ex(char *name, uint name_length, int orig, zend_bool *exists);
160 #define INI_BOOL(name) ((zend_bool) INI_INT(name))
165 #define INI_ORIG_BOOL(name) ((zend_bool) INI_ORIG_INT(name))
197 ZEND_API int zend_parse_ini_file(zend_file_handle *fh, zend_bool unbuffered_errors, int scanner_mod…
198 ZEND_API int zend_parse_ini_string(char *str, zend_bool unbuffered_errors, int scanner_mode, zend_i…
H A Dzend_hash.h77 zend_bool persistent;
79 zend_bool bApplyProtection;
93 typedef zend_bool (*merge_checker_func_t)(HashTable *target_ht, void *source_data, zend_hash_key *h…
100 …le *ht, uint nSize, hash_func_t pHashFunction, dtor_func_t pDestructor, zend_bool persistent ZEND_…
101 …t nSize, hash_func_t pHashFunction, dtor_func_t pDestructor, zend_bool persistent, zend_bool bAppl…
179 …st HashTable *ht, char **str_index, uint *str_length, ulong *num_index, zend_bool duplicate, HashP…
221 ZEND_API int zend_hash_compare(HashTable *ht1, HashTable *ht2, compare_func_t compar, zend_bool ord…
H A Dzend_ts_hash.h40 …le *ht, uint nSize, hash_func_t pHashFunction, dtor_func_t pDestructor, zend_bool persistent ZEND_…
41 …t nSize, hash_func_t pHashFunction, dtor_func_t pDestructor, zend_bool persistent, zend_bool bAppl…
104 …hash_compare(TsHashTable *ht1, TsHashTable *ht2, compare_func_t compar, zend_bool ordered TSRMLS_D…
H A Dzend_types.h25 typedef unsigned char zend_bool; typedef
H A Dzend_generators.h66 ZEND_API void zend_generator_close(zend_generator *generator, zend_bool finished_execution TSRMLS_D…
/PHP-5.5/ext/standard/
H A Dbase64.h28 PHPAPI extern unsigned char *php_base64_decode_ex(const unsigned char *, int, int *, zend_bool);
H A Dbase64.c143 …base64_decode_ex(const unsigned char *str, int length, int *ret_length, zend_bool strict) /* {{{ */ in php_base64_decode_ex()
244 zend_bool strict = 0; in PHP_FUNCTION()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_result.h26 PHPAPI MYSQLND_RES * mysqlnd_result_init(unsigned int field_count, zend_bool persistent TSRMLS_DC);
H A Dmysqlnd_result_meta.h26 PHPAPI MYSQLND_RES_METADATA * mysqlnd_result_meta_init(unsigned int field_count, zend_bool persiste…
H A Dmysqlnd_net.h26 PHPAPI MYSQLND_NET * mysqlnd_net_init(zend_bool persistent, MYSQLND_STATS * stats, MYSQLND_ERROR_IN…
H A Dmysqlnd_driver.c33 static zend_bool mysqlnd_library_initted = FALSE;
116 MYSQLND_METHOD(mysqlnd_object_factory, get_connection)(zend_bool persistent TSRMLS_DC) in MYSQLND_METHOD()
254 MYSQLND_METHOD(mysqlnd_object_factory, get_io_channel)(zend_bool persistent, MYSQLND_STATS * stats,… in MYSQLND_METHOD()
289 MYSQLND_METHOD(mysqlnd_object_factory, get_protocol_decoder)(zend_bool persistent TSRMLS_DC) in MYSQLND_METHOD()
H A Dmysqlnd_net.c110 const zend_bool persistent, in MYSQLND_METHOD()
290 const zend_bool persistent, in MYSQLND_METHOD()
458 static zend_bool
718 zend_bool pers = net->persistent; in MYSQLND_METHOD()
727 zend_bool pers = net->persistent; in MYSQLND_METHOD()
736 zend_bool pers = net->persistent; in MYSQLND_METHOD()
745 zend_bool pers = net->persistent; in MYSQLND_METHOD()
754 zend_bool pers = net->persistent; in MYSQLND_METHOD()
763 zend_bool pers = net->persistent; in MYSQLND_METHOD()
953 zend_bool pers = net->persistent; in MYSQLND_METHOD()
[all …]
/PHP-5.5/ext/intl/resourcebundle/
H A Dresourcebundle_iterator.h27 zend_bool is_table;
/PHP-5.5/ext/opcache/
H A Dzend_shared_alloc.h107 zend_bool memory_exhausted;
127 void *_zend_shared_memdup(void *p, size_t size, zend_bool free_source TSRMLS_DC);
H A Dzend_accelerator_blacklist.h46 zend_bool zend_accel_blacklist_is_blacklisted(zend_blacklist *blacklist, char *verify_path);
/PHP-5.5/main/
H A Dphp_variables.c63 zend_bool is_array = 0; in php_register_variable_ex()
444 zend_bool php_std_auto_global_callback(char *name, uint name_len TSRMLS_DC) in php_std_auto_global_callback()
616 static zend_bool php_auto_globals_create_server(const char *name, uint name_len TSRMLS_DC);
617 static zend_bool php_auto_globals_create_env(const char *name, uint name_len TSRMLS_DC);
633 static zend_bool php_auto_globals_create_get(const char *name, uint name_len TSRMLS_DC) in php_auto_globals_create_get()
656 static zend_bool php_auto_globals_create_post(const char *name, uint name_len TSRMLS_DC) in php_auto_globals_create_post()
683 static zend_bool php_auto_globals_create_cookie(const char *name, uint name_len TSRMLS_DC) in php_auto_globals_create_cookie()
706 static zend_bool php_auto_globals_create_files(const char *name, uint name_len TSRMLS_DC) in php_auto_globals_create_files()
742 static zend_bool php_auto_globals_create_server(const char *name, uint name_len TSRMLS_DC) in php_auto_globals_create_server()
781 static zend_bool php_auto_globals_create_env(const char *name, uint name_len TSRMLS_DC) in php_auto_globals_create_env()
[all …]
H A Dphp_open_temporary_file.h26 …temporary_fd_ex(const char *dir, const char *pfx, char **opened_path_p, zend_bool open_basedir_che…
/PHP-5.5/sapi/apache/
H A Dmod_php5.h34 zend_bool in_request;
/PHP-5.5/ext/mysqli/
H A Dmysqli_priv.h149 void mysqli_common_connect(INTERNAL_FUNCTION_PARAMETERS, zend_bool is_real_connect, zend_bool in_ct…
/PHP-5.5/ext/intl/
H A Dphp_intl.h54 zend_bool use_exceptions;
/PHP-5.5/ext/curl/
H A Dphp_curl.h182 zend_bool in_callback;
184 zend_bool safe_upload;
/PHP-5.5/ext/oci8/
H A Dphp_oci8_int.h477 zend_bool debug_mode; /* debug mode flag */
487 zend_bool privileged_connect; /* privileged connect flag (On/Off) */
488zend_bool old_oci_close_semantics; /* old_oci_close_semantics flag (to determine the way oci_clo…
494 zend_bool in_call;
496 zend_bool events;

Completed in 71 milliseconds

12345678910