/PHP-5.6/main/streams/ |
H A D | php_streams_int.h | 34 #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 D | php_stream_filter_api.h | 136 #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.6/Zend/ |
H A D | zend_alloc.h | 124 #define pemalloc(size, persistent) ((persistent)?__zend_malloc(size):emalloc(size)) argument 126 #define pefree(ptr, persistent) ((persistent)?free(ptr):efree(ptr)) argument 127 #define pecalloc(nmemb, size, persistent) ((persistent)?__zend_calloc((nmemb), (size)):ecalloc((nme… argument 128 #define perealloc(ptr, size, persistent) ((persistent)?__zend_realloc((ptr), (size)):erealloc((ptr)… argument 131 #define pestrdup(s, persistent) ((persistent)?strdup(s):estrdup(s)) argument 132 #define pestrndup(s, length, persistent) ((persistent)?zend_strndup((s),(length)):estrndup((s),(len… argument 134 #define pemalloc_rel(size, persistent) ((persistent)?__zend_malloc(size):emalloc_rel(size)) argument 135 #define pefree_rel(ptr, persistent) ((persistent)?free(ptr):efree_rel(ptr)) argument 136 #define pecalloc_rel(nmemb, size, persistent) ((persistent)?__zend_calloc((nmemb), (size)):ecalloc_… argument 137 #define perealloc_rel(ptr, size, persistent) ((persistent)?__zend_realloc((ptr), (size)):erealloc_r… argument [all …]
|
H A D | zend_ts_hash.h | 45 #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 D | zend_ptr_stack.c | 28 ZEND_API void zend_ptr_stack_init_ex(zend_ptr_stack *stack, zend_bool persistent) in zend_ptr_stack_init_ex()
|
H A D | zend_llist.h | 43 unsigned char persistent; member
|
H A D | zend_hash.h | 77 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 312 #define ZEND_INIT_SYMTABLE_EX(ht, n, persistent) \ in END_EXTERN_C() argument
|
H A D | zend_ptr_stack.h | 29 zend_bool persistent; member
|
H A D | zend_llist.c | 26 … void zend_llist_init(zend_llist *l, size_t size, llist_dtor_func_t dtor, unsigned char persistent) in zend_llist_init()
|
/PHP-5.6/ext/bcmath/libbcmath/src/ |
H A D | init.c | 48 _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-5.6/main/ |
H A D | php_network.h | 306 #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 D | php_streams.h | 62 #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.6/ext/standard/ |
H A D | filters.c | 176 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 D | fsock.c | 32 static void php_fsockopen_stream(INTERNAL_FUNCTION_PARAMETERS, int persistent) in php_fsockopen_stream()
|
H A D | browscap.c | 85 static void convert_browscap_pattern(zval *pattern, int persistent) /* {{{ */ in convert_browscap_pattern() 148 int persistent = bdata->htab->persistent; in php_browscap_parser_cb() local
|
/PHP-5.6/ext/mysqlnd/ |
H A D | mysqlnd_priv.h | 41 #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 D | mysqlnd_structs.h | 872 zend_bool persistent; member 895 zend_bool persistent; member 901 zend_bool persistent; member 982 zend_bool persistent; member 989 zend_bool persistent; member 1010 zend_bool persistent; member 1086 zend_bool persistent; member 1105 zend_bool persistent; member 1139 zend_bool persistent; member 1162 zend_bool persistent; member
|
/PHP-5.6/ext/pdo_mysql/ |
H A D | mysql_driver.c | 40 # define pdo_mysql_init(persistent) mysqlnd_init(MYSQLND_CLIENT_NO_FLAG, persistent) argument 42 # define pdo_mysql_init(persistent) mysql_init(NULL) argument
|
/PHP-5.6/ext/mcrypt/ |
H A D | mcrypt_filter.c | 33 char persistent; member
|
/PHP-5.6/ext/zlib/ |
H A D | zlib_filter.c | 28 int persistent; member
|
/PHP-5.6/ext/bz2/ |
H A D | bz2_filter.c | 37 int persistent; member
|
/PHP-5.6/ext/dba/libinifile/ |
H A D | inifile.c | 102 void inifile_free(inifile *dba, int persistent) in inifile_free()
|
/PHP-5.6/ext/odbc/ |
H A D | php_odbc_includes.h | 226 int persistent; member
|
/PHP-5.6/ext/oci8/ |
H A D | oci8.c | 1755 void php_oci_do_connect(INTERNAL_FUNCTION_PARAMETERS, int persistent, int exclusive) in php_oci_do_connect() 1801 …len, char *dbname, int dbname_len, char *charset, long session_mode, int persistent, int exclusive… in php_oci_do_connect_ex()
|
/PHP-5.6/ext/dba/ |
H A D | dba.c | 614 static void php_dba_open(INTERNAL_FUNCTION_PARAMETERS, int persistent) in php_dba_open()
|