Home
last modified time | relevance | path

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

1...<<111213141516

/PHP-5.5/ext/intl/transliterator/
H A Dtransliterator_methods.c30 …c int create_transliterator( char *str_id, int str_id_len, long direction, zval *object TSRMLS_DC ) in create_transliterator()
/PHP-5.5/ext/posix/
H A Dposix.c696 static int php_posix_stream_get_fd(zval *zfp, int *fd TSRMLS_DC) /* {{{ */ in php_posix_stream_get_fd()
1214 static int posix_addlimit(int limit, char *name, zval *return_value TSRMLS_DC) { in posix_addlimit()
/PHP-5.5/ext/imap/
H A Dphp_imap.c625 static int add_assoc_object(zval *arg, char *key, zval *tmp TSRMLS_DC) in add_assoc_object()
640 static inline int add_next_index_object(zval *arg, zval *tmp TSRMLS_DC) in add_next_index_object()
3883 …(char *to, char *subject, char *message, char *headers, char *cc, char *bcc, char* rpath TSRMLS_DC) in _php_imap_mail()
4325 static char* _php_rfc822_write_address(ADDRESS *addresslist TSRMLS_DC) in _php_rfc822_write_address()
4405 static char* _php_rfc822_write_address(ADDRESS *addresslist TSRMLS_DC) in _php_rfc822_write_address()
4421 static char* _php_imap_parse_address (ADDRESS *addresslist, zval *paddress TSRMLS_DC) in _php_imap_parse_address()
4447 static void _php_make_header_object(zval *myzvalue, ENVELOPE *en TSRMLS_DC) in _php_make_header_object()
4539 void _php_imap_add_body(zval *arg, BODY *body TSRMLS_DC) in _php_imap_add_body()
/PHP-5.5/ext/standard/
H A Dexec.c103 PHPAPI int php_exec(int type, char *cmd, zval *array, zval *return_value TSRMLS_DC) in php_exec()
H A Dpassword.c111 static int php_password_make_salt(size_t length, char *ret TSRMLS_DC) /* {{{ */ in php_password_make_salt()
H A Ddir.c112 static void php_set_default_dir(int id TSRMLS_DC) in php_set_default_dir()
H A Dscanf.c581 int varStart, zval **return_value TSRMLS_DC) in php_sscanf_internal()
/PHP-5.5/ext/soap/
H A Dphp_xml.c80 xmlDocPtr soap_xmlParseFile(const char *filename TSRMLS_DC) in soap_xmlParseFile()
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.5/ext/pdo/
H A Dpdo_sql_parser.c438 char **outquery, int *outquery_len TSRMLS_DC) in pdo_parse_params()
/PHP-5.5/ext/sysvshm/
H A Dsysvshm.c125 static void php_release_sysvshm(zend_rsrc_list_entry *rsrc TSRMLS_DC) in php_release_sysvshm()
/PHP-5.5/sapi/apache2filter/
H A Dphp_functions.c46 static request_rec *php_apache_lookup_uri(char *filename TSRMLS_DC) in php_apache_lookup_uri()
/PHP-5.5/ext/intl/collator/
H A Dcollator_convert.c244 zval* collator_convert_object_to_string( zval* obj TSRMLS_DC ) in collator_convert_object_to_string()
/PHP-5.5/ext/odbc/
H A Dphp_odbc.c468 static void _close_odbc_conn(zend_rsrc_list_entry *rsrc TSRMLS_DC) in _close_odbc_conn()
497 static void _close_odbc_pconn(zend_rsrc_list_entry *rsrc TSRMLS_DC) in _close_odbc_pconn()
945 int odbc_bindcols(odbc_result *result TSRMLS_DC) in odbc_bindcols()
1061 static int _close_pconn_with_id(zend_rsrc_list_entry *le, int *id TSRMLS_DC) in _close_pconn_with_id()
2407 …nect(odbc_connection **conn, char *db, char *uid, char *pwd, int cur_opt, int persistent TSRMLS_DC) in odbc_sqlconnect()
/PHP-5.5/win32/
H A Dregistry.c172 void UpdateIniFromRegistry(char *path TSRMLS_DC) in UpdateIniFromRegistry()
/PHP-5.5/ext/enchant/
H A Denchant.c239 static void php_enchant_broker_free(zend_rsrc_list_entry *rsrc TSRMLS_DC) /* {{{ */ in php_enchant_broker_free()
266 static void php_enchant_dict_free(zend_rsrc_list_entry *rsrc TSRMLS_DC) /* {{{ */ in php_enchant_dict_free()
/PHP-5.5/sapi/apache2handler/
H A Dphp_functions.c59 static request_rec *php_apache_lookup_uri(char *filename TSRMLS_DC) in php_apache_lookup_uri()
/PHP-5.5/ext/dom/
H A Dxpath.c319 int dom_xpath_document_read(dom_object *obj, zval **retval TSRMLS_DC) in dom_xpath_document_read()
H A Delement.c238 int dom_element_tag_name_read(dom_object *obj, zval **retval TSRMLS_DC) in dom_element_tag_name_read()
273 int dom_element_schema_type_info_read(dom_object *obj, zval **retval TSRMLS_DC) in dom_element_schema_type_info_read()
/PHP-5.5/ext/interbase/
H A Dibase_service.c39 static void _php_ibase_free_service(zend_rsrc_list_entry *rsrc TSRMLS_DC) /* {{{ */ in _php_ibase_free_service()
/PHP-5.5/ext/session/
H A Dmod_mm.c211 static int ps_mm_key_exists(ps_mm *data, const char *key TSRMLS_DC) in ps_mm_key_exists()
/PHP-5.5/ext/bcmath/
H A Dbcmath.c191 static void php_str2num(bc_num *num, char *str TSRMLS_DC) in php_str2num()
/PHP-5.5/Zend/
H A Dzend_vm_execute.h337 ZEND_API void execute_ex(zend_execute_data *execute_data TSRMLS_DC) in execute_ex()
383 ZEND_API void zend_execute(zend_op_array *op_array TSRMLS_DC) in zend_execute()
14223 …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()
16742 …_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()
18841 …_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()
22481 …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()
28943 …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()
31757 …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()
34043 …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()
36006 …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()
[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.5/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()

Completed in 343 milliseconds

1...<<111213141516