Home
last modified time | relevance | path

Searched defs:persistent (Results 1 – 25 of 55) sorted by last modified time

123

/PHP-7.4/ext/pgsql/
H A Dpgsql.c1298 static void php_pgsql_do_connect(INTERNAL_FUNCTION_PARAMETERS, int persistent)
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c2755 mysqlnd_protocol_payload_decoder_factory_init(MYSQLND_CONN_DATA * conn, const zend_bool persistent) in mysqlnd_protocol_payload_decoder_factory_init()
H A Dmysqlnd_connection.c152 mysqlnd_error_info_init(MYSQLND_ERROR_INFO * const info, const zend_bool persistent) in mysqlnd_error_info_init()
2715 mysqlnd_connection_init(const size_t client_flags, const zend_bool persistent, MYSQLND_CLASS_METHOD…
H A Dmysqlnd_protocol_frame_codec.c502 mysqlnd_pfc_init(const zend_bool persistent, MYSQLND_CLASS_METHODS_TYPE(mysqlnd_object_factory) *ob… in mysqlnd_pfc_init()
/PHP-7.4/Zend/
H A Dzend_string.h134 static zend_always_inline zend_string *zend_string_alloc(size_t len, int persistent) in zend_string_alloc()
145 …end_always_inline zend_string *zend_string_safe_alloc(size_t n, size_t m, size_t l, int persistent) in zend_string_safe_alloc()
156 static zend_always_inline zend_string *zend_string_init(const char *str, size_t len, int persistent) in zend_string_init()
173 static zend_always_inline zend_string *zend_string_dup(zend_string *s, int persistent) in zend_string_dup()
182 …tic zend_always_inline zend_string *zend_string_realloc(zend_string *s, size_t len, int persistent) in zend_string_realloc()
202 …atic zend_always_inline zend_string *zend_string_extend(zend_string *s, size_t len, int persistent) in zend_string_extend()
223 …ic zend_always_inline zend_string *zend_string_truncate(zend_string *s, size_t len, int persistent) in zend_string_truncate()
244 …zend_string *zend_string_safe_realloc(zend_string *s, size_t n, size_t m, size_t l, int persistent) in zend_string_safe_realloc()
289 static zend_always_inline void zend_string_release_ex(zend_string *s, int persistent) in zend_string_release_ex()
H A Dzend_operators.c2693 ZEND_API zend_string* ZEND_FASTCALL zend_string_tolower_ex(zend_string *str, int persistent) /* {{{… in zend_string_tolower_ex()
H A Dzend_API.c2767 …r_class_alias_ex(const char *name, size_t name_len, zend_class_entry *ce, int persistent) /* {{{ */ in zend_register_class_alias_ex()
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()
/PHP-7.4/main/streams/
H A Dstreams.c2084 int persistent = options & STREAM_OPEN_PERSISTENT; local
H A Dfilter.c222 …am_filter *php_stream_filter_create(const char *filtername, zval *filterparams, uint8_t persistent) in php_stream_filter_create()
H A Dplain_wrapper.c1049 int persistent = options & STREAM_OPEN_PERSISTENT; in _php_stream_fopen() local
/PHP-7.4/ext/mbstring/
H A Dmbstring.c709 …alue, size_t value_length, const mbfl_encoding ***return_list, size_t *return_size, int persistent) in php_mb_parse_encoding_list()
815 …ncoding_array(zval *array, const mbfl_encoding ***return_list, size_t *return_size, int persistent) in php_mb_parse_encoding_array()
969 … size_t encoding_list_len, const zend_encoding ***return_list, size_t *return_size, int persistent) in php_mb_zend_encoding_list_parser()
/PHP-7.4/ext/standard/
H A Duser_filters.c268 zval *filterparams, uint8_t persistent) in user_filter_factory_create()
H A Dfilters.c174 uint8_t persistent; member
336 int persistent; member
749 int persistent; member
1001 int persistent; member
1205 int persistent; member
1281 #define GET_STR_PROP(ht, var, var_len, fldname, persistent) \ argument
1293 static php_conv *php_conv_open(int conv_mode, const HashTable *options, int persistent) in php_conv_open()
1429 const char *filtername, int persistent) in php_convert_filter_ctor()
1470 int persistent) in strfilter_convert_append_bucket()
1762 uint8_t persistent; member
[all …]
/PHP-7.4/ext/imap/
H A Dphp_imap.c1172 static void php_imap_do_open(INTERNAL_FUNCTION_PARAMETERS, int persistent) in php_imap_do_open()
/PHP-7.4/sapi/cli/
H A Dphp_cli_server.c334 …p_status_line(smart_str *buffer, int protocol_version, int response_code, int persistent) /* {{{ */ in append_http_status_line()
351 …ppend_essential_headers(smart_str* buffer, php_cli_server_client *client, int persistent) /* {{{ */ in append_essential_headers()
1539 …h(char **retval, size_t *retval_len, const char *vpath, size_t vpath_len, int persistent) /* {{{ */ in normalize_vpath()
/PHP-7.4/ext/bz2/
H A Dbz2_filter.c46 int persistent; member
313 …tream_filter *php_bz2_filter_create(const char *filtername, zval *filterparams, uint8_t persistent) in php_bz2_filter_create()
/PHP-7.4/ext/pdo_mysql/
H A Dmysql_driver.c38 # define pdo_mysql_init(persistent) mysqlnd_init(MYSQLND_CLIENT_NO_FLAG, persistent) argument
40 # define pdo_mysql_init(persistent) mysql_init(NULL) argument
/PHP-7.4/ext/odbc/
H A Dphp_odbc.c2495 …dbc_sqlconnect(odbc_connection **conn, char *db, char *uid, char *pwd, int cur_opt, int persistent) in odbc_sqlconnect()
2588 void odbc_do_connect(INTERNAL_FUNCTION_PARAMETERS, int persistent) in odbc_do_connect()
/PHP-7.4/ext/dba/
H A Ddba.c637 static void php_dba_open(INTERNAL_FUNCTION_PARAMETERS, int persistent) in php_dba_open()
/PHP-7.4/ext/zlib/
H A Dzlib_filter.c31 int persistent; member
284 …ream_filter *php_zlib_filter_create(const char *filtername, zval *filterparams, uint8_t persistent) in php_zlib_filter_create()
/PHP-7.4/ext/ffi/
H A Dffi.c162 zend_bool persistent; member
3628 zend_bool persistent = 0; in ZEND_METHOD() local
/PHP-7.4/ext/mysqli/
H A Dmysqli_nonapi.c61 zend_bool persistent = FALSE, ssl = FALSE; local
H A Dphp_mysqli_structs.h115 zend_bool persistent; member
/PHP-7.4/ext/pdo_pgsql/
H A Dpgsql_driver.c40 static char * _pdo_pgsql_trim_message(const char *message, int persistent) in _pdo_pgsql_trim_message()

Completed in 173 milliseconds

123