Home
last modified time | relevance | path

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

12

/PHP-5.5/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-5.5/Zend/
H A Dzend_alloc.h122 #define pemalloc(size, persistent) ((persistent)?__zend_malloc(size):emalloc(size)) argument
124 #define pefree(ptr, persistent) ((persistent)?free(ptr):efree(ptr)) argument
125 #define pecalloc(nmemb, size, persistent) ((persistent)?__zend_calloc((nmemb), (size)):ecalloc((nme… argument
126 #define perealloc(ptr, size, persistent) ((persistent)?__zend_realloc((ptr), (size)):erealloc((ptr)… argument
129 #define pestrdup(s, persistent) ((persistent)?strdup(s):estrdup(s)) argument
130 #define pestrndup(s, length, persistent) ((persistent)?zend_strndup((s),(length)):estrndup((s),(len… argument
132 #define pemalloc_rel(size, persistent) ((persistent)?__zend_malloc(size):emalloc_rel(size)) argument
133 #define pefree_rel(ptr, persistent) ((persistent)?free(ptr):efree_rel(ptr)) argument
134 #define pecalloc_rel(nmemb, size, persistent) ((persistent)?__zend_calloc((nmemb), (size)):ecalloc_… argument
135 #define perealloc_rel(ptr, size, persistent) ((persistent)?__zend_realloc((ptr), (size)):erealloc_r… argument
[all …]
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
124 #define ZEND_TS_INIT_SYMTABLE_EX(ht, n, persistent) \ argument
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_hash.h77 zend_bool persistent; member
104 #define zend_hash_init(ht, nSize, pHashFunction, pDestructor, persistent) _zend_hash_init((ht)… argument
105 #define zend_hash_init_ex(ht, nSize, pHashFunction, pDestructor, persistent, bApplyProtection) _ze… argument
307 #define ZEND_INIT_SYMTABLE_EX(ht, n, persistent) \ in END_EXTERN_C() argument
H A Dzend_llist.h43 unsigned char persistent; member
H A Dzend_ptr_stack.h29 zend_bool persistent; member
H A Dzend_llist.c26 … void zend_llist_init(zend_llist *l, size_t size, llist_dtor_func_t dtor, unsigned char persistent) in zend_llist_init()
/PHP-5.5/ext/bcmath/libbcmath/src/
H A Dinit.c48 _bc_new_num_ex (length, scale, persistent) in _bc_new_num_ex() argument
81 _bc_free_num_ex (num, persistent) in _bc_free_num_ex() argument
/PHP-5.5/main/
H A Dphp_network.h306 #define php_stream_sock_open_from_socket(socket, persistent) _php_stream_sock_open_from_socket((soc… argument
307 #define php_stream_sock_open_host(host, port, socktype, timeout, persistent) _php_stream_sock_open_… argument
310 #define php_stream_sock_open_from_socket_rel(socket, persistent) _php_stream_sock_open_from_socket(… argument
311 #define php_stream_sock_open_host_rel(host, port, socktype, timeout, persistent) _php_stream_sock_o… argument
312 #define php_stream_sock_open_unix_rel(path, pathlen, persistent, timeval) _php_stream_sock_open_uni… argument
H A Dphp_streams.h62 #define php_stream_alloc_rel(ops, thisptr, persistent, mode) _php_stream_alloc((ops), (thisptr), (p… argument
64 #define php_stream_copy_to_mem_rel(src, buf, maxlen, persistent) _php_stream_copy_to_mem((src), (bu… argument
449 #define php_stream_copy_to_mem(src, buf, maxlen, persistent) _php_stream_copy_to_mem((src), (buf), … argument
/PHP-5.5/ext/standard/
H A Dfilters.c176 int persistent; member
179 …r_ctor(php_strip_tags_filter *inst, const char *allowed_tags, int allowed_tags_len, int persistent) in php_strip_tags_filter_ctor()
342 int persistent; member
754 int persistent; member
1005 int persistent; member
1210 int persistent; member
1355 #define GET_STR_PROP(ht, var, var_len, fldname, persistent) \ argument
1367 static php_conv *php_conv_open(int conv_mode, const HashTable *options, int persistent) in php_conv_open()
1503 const char *filtername, int persistent) in php_convert_filter_ctor()
1855 int persistent; member
[all …]
H A Dfsock.c32 static void php_fsockopen_stream(INTERNAL_FUNCTION_PARAMETERS, int persistent) in php_fsockopen_stream()
H A Dbrowscap.c85 static void convert_browscap_pattern(zval *pattern, int persistent) /* {{{ */ in convert_browscap_pattern()
144 int persistent = bdata->htab->persistent; in php_browscap_parser_cb() local
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_priv.h41 #define pestrndup(s, length, persistent) ((persistent)?zend_strndup((s),(length)):estrndup((s),(len… argument
90 #define SET_NEW_MESSAGE(buf, buf_len, message, len, persistent) \ argument
103 #define SET_EMPTY_MESSAGE(buf, buf_len, persistent) \ argument
H A Dmysqlnd_structs.h827 zend_bool persistent; member
850 zend_bool persistent; member
856 zend_bool persistent; member
926 zend_bool persistent; member
942 zend_bool persistent; member
963 zend_bool persistent; member
1016 zend_bool persistent; member
1050 zend_bool persistent; member
1073 zend_bool persistent; member
/PHP-5.5/ext/pdo_mysql/
H A Dmysql_driver.c40 # define pdo_mysql_init(persistent) mysqlnd_init(persistent) argument
42 # define pdo_mysql_init(persistent) mysql_init(NULL) argument
/PHP-5.5/ext/mcrypt/
H A Dmcrypt_filter.c33 char persistent; member
/PHP-5.5/ext/zlib/
H A Dzlib_filter.c28 int persistent; member
/PHP-5.5/ext/bz2/
H A Dbz2_filter.c37 int persistent; member
/PHP-5.5/ext/dba/libinifile/
H A Dinifile.c102 void inifile_free(inifile *dba, int persistent) in inifile_free()
/PHP-5.5/ext/oci8/
H A Doci8.c1727 void php_oci_do_connect(INTERNAL_FUNCTION_PARAMETERS, int persistent, int exclusive) in php_oci_do_connect()
1759 …len, char *dbname, int dbname_len, char *charset, long session_mode, int persistent, int exclusive… in php_oci_do_connect_ex()
/PHP-5.5/ext/odbc/
H A Dphp_odbc_includes.h226 int persistent; member
/PHP-5.5/ext/dba/
H A Ddba.c614 static void php_dba_open(INTERNAL_FUNCTION_PARAMETERS, int persistent) in php_dba_open()

Completed in 113 milliseconds

12