Home
last modified time | relevance | path

Searched defs:persistent (Results 51 – 63 of 63) sorted by relevance

123

/PHP-8.3/Zend/
H A Dzend_inheritance.c68 bool persistent in zend_type_list_copy_ctor()
87 static void zend_type_copy_ctor(zend_type *const type, bool use_arena, bool persistent) { in zend_type_copy_ctor()
H A Dzend_hash.c262 …e void _zend_hash_init_int(HashTable *ht, uint32_t nSize, dtor_func_t pDestructor, bool persistent) in _zend_hash_init_int()
277 …D_FASTCALL _zend_hash_init(HashTable *ht, uint32_t nSize, dtor_func_t pDestructor, bool persistent) in _zend_hash_init()
H A Dzend_operators.c3047 ZEND_API zend_string* ZEND_FASTCALL zend_string_tolower_ex(zend_string *str, bool persistent) /* {{… in zend_string_tolower_ex()
3096 ZEND_API zend_string* ZEND_FASTCALL zend_string_toupper_ex(zend_string *str, bool persistent) /* {{… in zend_string_toupper_ex()
H A Dzend_hash.h106 #define zend_hash_init(ht, nSize, pHashFunction, pDestructor, persistent) \ argument
385 #define ZEND_INIT_SYMTABLE_EX(ht, n, persistent) \ in END_EXTERN_C() argument
H A Dzend_API.c3397 …_class_alias_ex(const char *name, size_t name_len, zend_class_entry *ce, bool persistent) /* {{{ */ in zend_register_class_alias_ex()
/PHP-8.3/ext/mysqlnd/
H A Dmysqlnd.h79 #define mysqlnd_init(flags, persistent) mysqlnd_connection_init((flags), (persistent), NULL /*use … argument
H A Dmysqlnd_wireprotocol.c2618 mysqlnd_protocol_payload_decoder_factory_init(MYSQLND_CONN_DATA * conn, const bool persistent) in mysqlnd_protocol_payload_decoder_factory_init()
/PHP-8.3/main/streams/
H A Dstreams.c2189 int persistent = options & STREAM_OPEN_PERSISTENT; local
/PHP-8.3/ext/mbstring/
H A Dmbstring.c294 const mbfl_encoding ***return_list, size_t *return_size, bool persistent, uint32_t arg_num) in php_mb_parse_encoding_list()
474 …size_t encoding_list_len, const zend_encoding ***return_list, size_t *return_size, bool persistent) in php_mb_zend_encoding_list_parser()
/PHP-8.3/ext/ffi/
H A Dffi.c174 bool persistent; member
3762 bool persistent = 0; in ZEND_METHOD() local
/PHP-8.3/ext/phar/
H A Dphar_object.c4003 static int serialize_metadata_or_throw(phar_metadata_tracker *tracker, int persistent, zval *metada… in serialize_metadata_or_throw()
/PHP-8.3/ext/sodium/
H A Dlibsodium.c41 static zend_always_inline zend_string *zend_string_checked_alloc(size_t len, int persistent) in zend_string_checked_alloc()
/PHP-8.3/ext/pgsql/
H A Dpgsql.c542 static void php_pgsql_do_connect(INTERNAL_FUNCTION_PARAMETERS, int persistent) in php_pgsql_do_connect()

Completed in 157 milliseconds

123