Home
last modified time | relevance | path

Searched defs:persistent (Results 1 – 25 of 52) sorted by relevance

123

/PHP-7.0/main/streams/
H A Dphp_streams_int.h34 #define pemalloc_rel_orig(size, persistent) ((persistent) ? malloc((size)) : emalloc_rel_orig((size… argument
35 #define perealloc_rel_orig(ptr, size, persistent) ((persistent) ? realloc((ptr), (size)) : erealloc… argument
37 # define pemalloc_rel_orig(size, persistent) pemalloc((size), (persistent)) argument
38 # define perealloc_rel_orig(ptr, size, persistent) perealloc((ptr), (size), (persistent)) argument
H A Dphp_stream_filter_api.h136 #define php_stream_filter_alloc(fops, thisptr, persistent) _php_stream_filter_alloc((fops), (thispt… argument
137 #define php_stream_filter_alloc_rel(fops, thisptr, persistent) _php_stream_filter_alloc((fops), (th… argument
/PHP-7.0/Zend/
H A Dzend_alloc.h195 #define pemalloc(size, persistent) ((persistent)?__zend_malloc(size):emalloc(size)) argument
197 #define pefree(ptr, persistent) ((persistent)?free(ptr):efree(ptr)) argument
198 #define pefree_size(ptr, size, persistent) ((persistent)?free(ptr):efree_size(ptr, size)) argument
199 #define pecalloc(nmemb, size, persistent) ((persistent)?__zend_calloc((nmemb), (size)):ecalloc((nme… argument
200 #define perealloc(ptr, size, persistent) ((persistent)?__zend_realloc((ptr), (size)):erealloc((ptr)… argument
205 #define pestrdup(s, persistent) ((persistent)?strdup(s):estrdup(s)) argument
206 #define pestrndup(s, length, persistent) ((persistent)?zend_strndup((s),(length)):estrndup((s),(len… argument
208 #define pemalloc_rel(size, persistent) ((persistent)?__zend_malloc(size):emalloc_rel(size)) argument
209 #define pefree_rel(ptr, persistent) ((persistent)?free(ptr):efree_rel(ptr)) argument
211 #define perealloc_rel(ptr, size, persistent) ((persistent)?__zend_realloc((ptr), (size)):erealloc_r… argument
[all …]
H A Dzend_smart_str.h82 static zend_always_inline void smart_str_appendc_ex(smart_str *dest, char ch, zend_bool persistent)… in smart_str_appendc_ex()
88 …ine void smart_str_appendl_ex(smart_str *dest, const char *str, size_t len, zend_bool persistent) { in smart_str_appendl_ex()
94 …ys_inline void smart_str_append_ex(smart_str *dest, const zend_string *src, zend_bool persistent) { in smart_str_append_ex()
98 …e void smart_str_append_smart_str_ex(smart_str *dest, const smart_str *src, zend_bool persistent) { in smart_str_append_smart_str_ex()
104 …always_inline void smart_str_append_long_ex(smart_str *dest, zend_long num, zend_bool persistent) { in smart_str_append_long_ex()
110 …s_inline void smart_str_append_unsigned_ex(smart_str *dest, zend_ulong num, zend_bool persistent) { in smart_str_append_unsigned_ex()
H A Dzend_string.h119 static zend_always_inline zend_string *zend_string_alloc(size_t len, int persistent) in zend_string_alloc()
137 …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()
155 static zend_always_inline zend_string *zend_string_init(const char *str, size_t len, int persistent) in zend_string_init()
172 static zend_always_inline zend_string *zend_string_dup(zend_string *s, int persistent) in zend_string_dup()
181 …tic zend_always_inline zend_string *zend_string_realloc(zend_string *s, size_t len, int persistent) in zend_string_realloc()
200 …atic zend_always_inline zend_string *zend_string_extend(zend_string *s, size_t len, int persistent) in zend_string_extend()
220 …ic zend_always_inline zend_string *zend_string_truncate(zend_string *s, size_t len, int persistent) in zend_string_truncate()
240 …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()
H A Dzend_ts_hash.h45 #define zend_ts_hash_init(ht, nSize, pHashFunction, pDestructor, persistent) \ argument
47 #define zend_ts_hash_init_ex(ht, nSize, pHashFunction, pDestructor, persistent, bApplyProtection) \ argument
145 #define ZEND_TS_INIT_SYMTABLE_EX(ht, n, persistent) \ argument
H A Dzend_multibyte.c53 … size_t encoding_list_len, const zend_encoding ***return_list, size_t *return_size, int persistent) in dummy_encoding_list_parser()
153 … size_t encoding_list_len, const zend_encoding ***return_list, size_t *return_size, int persistent) in zend_multibyte_parse_encoding_list()
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()
H A Dzend_llist.h43 unsigned char persistent; member
H A Dzend_ptr_stack.h29 zend_bool persistent; member
/PHP-7.0/ext/standard/
H A Dfilters.c176 int persistent; member
331 int persistent; member
744 int persistent; member
996 int persistent; member
1201 int persistent; member
1279 #define GET_STR_PROP(ht, var, var_len, fldname, persistent) \ argument
1291 static php_conv *php_conv_open(int conv_mode, const HashTable *options, int persistent) in php_conv_open()
1427 const char *filtername, int persistent) in php_convert_filter_ctor()
1468 int persistent) in strfilter_convert_append_bucket()
1781 int persistent; member
[all …]
H A Dbrowscap.c154 static zend_string *browscap_convert_pattern(zend_string *pattern, int persistent) /* {{{ */ in browscap_convert_pattern()
243 browscap_parser_ctx *ctx, zend_string *str, zend_bool persistent) { in browscap_intern_str_ci()
264 browser_data *bdata, zend_string *key, zend_string *value, zend_bool persistent) { in browscap_add_kv()
306 int persistent = bdata->htab->u.flags & HASH_FLAG_PERSISTENT; in php_browscap_parser_cb() local
393 static int browscap_read_file(char *filename, browser_data *browdata, int persistent) /* {{{ */ in browscap_read_file()
458 static void browscap_bdata_dtor(browser_data *bdata, int persistent) /* {{{ */ in browscap_bdata_dtor()
H A Dfsock.c32 static void php_fsockopen_stream(INTERNAL_FUNCTION_PARAMETERS, int persistent) in php_fsockopen_stream()
/PHP-7.0/ext/bcmath/libbcmath/src/
H A Dinit.c48 _bc_new_num_ex (length, scale, persistent) in _bc_new_num_ex() argument
84 _bc_free_num_ex (num, persistent) in _bc_free_num_ex() argument
/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd_statistics.c233 mysqlnd_stats_init(MYSQLND_STATS ** stats, size_t statistic_count, int persistent) in mysqlnd_stats_init()
252 mysqlnd_stats_end(MYSQLND_STATS * stats, int persistent) in mysqlnd_stats_end()
H A Dmysqlnd_result_meta.c32 php_mysqlnd_free_field_metadata(MYSQLND_FIELD *meta, zend_bool persistent) in php_mysqlnd_free_field_metadata()
354 mysqlnd_result_meta_init(unsigned int field_count, zend_bool persistent) in mysqlnd_result_meta_init()
H A Dmysqlnd_priv.h67 #define SET_NEW_MESSAGE(buf, buf_len, message, len, persistent) \ argument
80 #define SET_EMPTY_MESSAGE(buf, buf_len, persistent) \ argument
H A Dmysqlnd_result.c1896 mysqlnd_result_init(unsigned int field_count, zend_bool persistent) in mysqlnd_result_init()
1918 mysqlnd_result_unbuffered_init(unsigned int field_count, zend_bool ps, zend_bool persistent) in mysqlnd_result_unbuffered_init()
1959 mysqlnd_result_buffered_zval_init(unsigned int field_count, zend_bool ps, zend_bool persistent) in mysqlnd_result_buffered_zval_init()
2002 mysqlnd_result_buffered_c_init(unsigned int field_count, zend_bool ps, zend_bool persistent) in mysqlnd_result_buffered_c_init()
/PHP-7.0/main/
H A Dphp_network.h326 #define php_stream_sock_open_from_socket(socket, persistent) _php_stream_sock_open_from_socket((soc… argument
327 #define php_stream_sock_open_host(host, port, socktype, timeout, persistent) _php_stream_sock_open_… argument
330 #define php_stream_sock_open_from_socket_rel(socket, persistent) _php_stream_sock_open_from_socket(… argument
331 #define php_stream_sock_open_host_rel(host, port, socktype, timeout, persistent) _php_stream_sock_o… argument
332 #define php_stream_sock_open_unix_rel(path, pathlen, persistent, timeval) _php_stream_sock_open_uni… argument
/PHP-7.0/ext/mcrypt/
H A Dmcrypt_filter.c33 char persistent; member
152 …stream_filter *php_mcrypt_filter_create(const char *filtername, zval *filterparams, int persistent) in php_mcrypt_filter_create()
/PHP-7.0/ext/zlib/
H A Dzlib_filter.c33 int persistent; member
289 …p_stream_filter *php_zlib_filter_create(const char *filtername, zval *filterparams, int persistent) in php_zlib_filter_create()
/PHP-7.0/ext/bz2/
H A Dbz2_filter.c47 int persistent; member
310 …hp_stream_filter *php_bz2_filter_create(const char *filtername, zval *filterparams, int persistent) in php_bz2_filter_create()
/PHP-7.0/ext/dba/libinifile/
H A Dinifile.c82 inifile * inifile_alloc(php_stream *fp, int readonly, int persistent) in inifile_alloc()
102 void inifile_free(inifile *dba, int persistent) in inifile_free()
/PHP-7.0/ext/pdo_mysql/
H A Dmysql_driver.c40 # define pdo_mysql_init(persistent) mysqlnd_init(MYSQLND_CLIENT_NO_FLAG, persistent) argument
42 # define pdo_mysql_init(persistent) mysql_init(NULL) argument
/PHP-7.0/ext/iconv/
H A Diconv.c2544 int persistent; member
2566 const char *from_charset, size_t from_charset_len, int persistent) in php_iconv_stream_filter_ctor()
2600 int persistent) in php_iconv_stream_filter_append_bucket()
2867 …ream_filter *php_iconv_stream_filter_factory_create(const char *name, zval *params, int persistent) in php_iconv_stream_filter_factory_create()

Completed in 82 milliseconds

123