Home
last modified time | relevance | path

Searched defs:TSRMLS_DC (Results 351 – 365 of 365) sorted by relevance

1...<<1112131415

/PHP-5.4/ext/bcmath/
H A Dbcmath.c191 static void php_str2num(bc_num *num, char *str TSRMLS_DC) in php_str2num()
/PHP-5.4/Zend/
H A Dzend_vm_execute.h342 ZEND_API void execute(zend_op_array *op_array TSRMLS_DC) in execute()
12366 …p_helper_SPEC_VAR_CONST(int (*binary_op)(zval *result, zval *op1, zval *op2 TSRMLS_DC), ZEND_OPCOD… in zend_binary_assign_op_helper_SPEC_VAR_CONST()
14705 …_op_helper_SPEC_VAR_TMP(int (*binary_op)(zval *result, zval *op1, zval *op2 TSRMLS_DC), ZEND_OPCOD… in zend_binary_assign_op_helper_SPEC_VAR_TMP()
16627 …_op_helper_SPEC_VAR_VAR(int (*binary_op)(zval *result, zval *op1, zval *op2 TSRMLS_DC), ZEND_OPCOD… in zend_binary_assign_op_helper_SPEC_VAR_VAR()
19923 …n_op_helper_SPEC_VAR_CV(int (*binary_op)(zval *result, zval *op1, zval *op2 TSRMLS_DC), ZEND_OPCOD… in zend_binary_assign_op_helper_SPEC_VAR_CV()
25541 …p_helper_SPEC_UNUSED_CV(int (*binary_op)(zval *result, zval *op1, zval *op2 TSRMLS_DC), ZEND_OPCOD… in zend_binary_assign_op_helper_SPEC_UNUSED_CV()
28196 …op_helper_SPEC_CV_CONST(int (*binary_op)(zval *result, zval *op1, zval *op2 TSRMLS_DC), ZEND_OPCOD… in zend_binary_assign_op_helper_SPEC_CV_CONST()
30310 …n_op_helper_SPEC_CV_TMP(int (*binary_op)(zval *result, zval *op1, zval *op2 TSRMLS_DC), ZEND_OPCOD… in zend_binary_assign_op_helper_SPEC_CV_TMP()
32101 …n_op_helper_SPEC_CV_VAR(int (*binary_op)(zval *result, zval *op1, zval *op2 TSRMLS_DC), ZEND_OPCOD… in zend_binary_assign_op_helper_SPEC_CV_VAR()
33997 …p_helper_SPEC_CV_UNUSED(int (*binary_op)(zval *result, zval *op1, zval *op2 TSRMLS_DC), ZEND_OPCOD… in zend_binary_assign_op_helper_SPEC_CV_UNUSED()
[all …]
H A Dzend_gc.h187 static zend_always_inline void gc_remove_from_buffer(gc_root_buffer *root TSRMLS_DC) in gc_remove_from_buffer()
/PHP-5.4/sapi/apache_hooks/
H A Dphp_apache.c122 static void php_apache_request_free(zend_rsrc_list_entry *rsrc TSRMLS_DC) in php_apache_request_free()
129 static request_rec *get_apache_request(zval *z TSRMLS_DC) in get_apache_request()
/PHP-5.4/ext/soap/
H A Dphp_schema.c98 …ma_load_file(sdlCtx *ctx, xmlAttrPtr ns, xmlChar *location, xmlAttrPtr tns, int import TSRMLS_DC) { in schema_load_file()
163 int load_schema(sdlCtx *ctx, xmlNodePtr schema TSRMLS_DC) in load_schema()
/PHP-5.4/sapi/cgi/
H A Dfastcgi.c331 static void fcgi_hash_apply(fcgi_hash *h, fcgi_apply_func func, void *arg TSRMLS_DC) in fcgi_hash_apply()
1502 void fcgi_loadenv(fcgi_request *req, fcgi_apply_func func, zval *array TSRMLS_DC)
/PHP-5.4/ext/gd/
H A Dgd.c1113 static void php_free_gd_font(zend_rsrc_list_entry *rsrc TSRMLS_DC) in php_free_gd_font()
2311 gdImagePtr _php_image_create_from_string(zval **data, char *tn, gdImagePtr (*ioctx_func_p)() TSRMLS… in _php_image_create_from_string()
3537 static gdFontPtr php_find_gd_font(int size TSRMLS_DC) in php_find_gd_font()
4045 static void php_free_ps_font(zend_rsrc_list_entry *rsrc TSRMLS_DC) in php_free_ps_font()
4056 static void php_free_ps_enc(zend_rsrc_list_entry *rsrc TSRMLS_DC) in php_free_ps_enc()
/PHP-5.4/ext/pdo/
H A Dphp_pdo_driver.h195 …nline long pdo_attr_lval(zval *options, enum pdo_attribute_type option_name, long defval TSRMLS_DC) in pdo_attr_lval()
205 …e char *pdo_attr_strval(zval *options, enum pdo_attribute_type option_name, char *defval TSRMLS_DC) in pdo_attr_strval()
/PHP-5.4/ext/pspell/
H A Dpspell.c223 static void php_pspell_close_config(zend_rsrc_list_entry *rsrc TSRMLS_DC) in php_pspell_close_config()
/PHP-5.4/ext/hash/
H A Dhash.c601 static void php_hash_dtor(zend_rsrc_list_entry *rsrc TSRMLS_DC) /* {{{ */ in php_hash_dtor()
/PHP-5.4/ext/phar/
H A Dfunc_interceptors.c442 static void phar_fancy_stat(struct stat *stat_sb, int type, zval *return_value TSRMLS_DC) in phar_fancy_stat()
/PHP-5.4/ext/ldap/
H A Dldap.c108 static void _free_ldap_result(zend_rsrc_list_entry *rsrc TSRMLS_DC) /* {{{ */ in _free_ldap_result()
115 static void _free_ldap_result_entry(zend_rsrc_list_entry *rsrc TSRMLS_DC) /* {{{ */ in _free_ldap_result_entry()
/PHP-5.4/ext/standard/
H A Dmath.c933 PHPAPI char * _php_math_zvaltobase(zval *arg, int base TSRMLS_DC) in _php_math_zvaltobase()
/PHP-5.4/ext/mcrypt/
H A Dmcrypt.c1172 …ar *mode, const char *iv, int iv_len, int argc, int dencrypt, zval* return_value TSRMLS_DC) /* {{{… in php_mcrypt_do_crypt()
/PHP-5.4/ext/xml/
H A Dxml.c422 static void xml_parser_dtor(zend_rsrc_list_entry *rsrc TSRMLS_DC) in xml_parser_dtor()

Completed in 189 milliseconds

1...<<1112131415