Home
last modified time | relevance | path

Searched defs:obj (Results 76 – 100 of 152) sorted by relevance

1234567

/php-src/ext/dom/
H A Dtext.c67 zend_result dom_text_whole_text_read(dom_object *obj, zval *retval) in dom_text_whole_text_read()
H A Dphp_dom.h73 static inline dom_xpath_object *php_xpath_obj_from_obj(zend_object *obj) { in php_xpath_obj_from_obj()
120 static inline dom_object_namespace_node *php_dom_namespace_node_obj_from_obj(zend_object *obj) { in php_dom_namespace_node_obj_from_obj()
H A Dtoken_list.c354 zend_result dom_token_list_length_read(dom_object *obj, zval *retval) in dom_token_list_length_read()
364 zend_result dom_token_list_value_read(dom_object *obj, zval *retval) in dom_token_list_value_read()
378 zend_result dom_token_list_value_write(dom_object *obj, zval *newval) in dom_token_list_value_write()
/php-src/ext/intl/common/
H A Dcommon_enum.h55 static inline IntlIterator_object *php_intl_iterator_fetch_object(zend_object *obj) { in php_intl_iterator_fetch_object()
/php-src/ext/xsl/
H A Dphp_xsl.h67 static inline xsl_object *php_xsl_fetch_object(zend_object *obj) { in php_xsl_fetch_object()
/php-src/ext/opcache/jit/
H A Dzend_jit_helpers.c144 static zend_function* ZEND_FASTCALL zend_jit_find_method_helper(zend_object *obj, zval *function_na… in zend_jit_find_method_helper()
174 static zend_function* ZEND_FASTCALL zend_jit_find_method_tmp_helper(zend_object *obj, zval *functio… in zend_jit_find_method_tmp_helper()
278 static zend_execute_data* ZEND_FASTCALL zend_jit_push_static_method_call_frame(zend_object *obj, ze… in zend_jit_push_static_method_call_frame()
285 static zend_execute_data* ZEND_FASTCALL zend_jit_push_static_method_call_frame_tmp(zend_object *obj in zend_jit_push_static_method_call_frame_tmp()
1259 zend_object *obj = Z_OBJ_P(container); in zend_jit_fetch_dim_obj_r_helper() local
1286 zend_object *obj = Z_OBJ_P(container); in zend_jit_fetch_dim_obj_is_helper() local
1459 zend_object *obj = Z_OBJ_P(object_ptr); in zend_jit_fetch_dim_obj_helper() local
1564 zend_object *obj = Z_OBJ_P(object_ptr); in zend_jit_assign_dim_helper() local
1655 zend_object *obj = Z_OBJ_P(container); in zend_jit_assign_dim_op_helper() local
2180 zval *result, zval *ptr, zend_object *obj, zend_property_info *prop_info, uint32_t flags) in zend_handle_fetch_obj_flags()
/php-src/ext/com_dotnet/
H A Dphp_com_dotnet_internal.h60 #define CDNO_FETCH_VERIFY(obj, zv) do { \ argument
H A Dcom_iterator.c136 php_com_dotnet_object *obj; in php_com_iter_get() local
H A Dcom_wrapper.c276 php_com_dotnet_object *obj = CDNO_FETCH(&params[i]); in disp_invokeex() local
592 php_com_dotnet_object *obj = CDNO_FETCH(val); in php_com_wrapper_export() local
H A Dcom_dotnet.c221 php_com_dotnet_object *obj; in PHP_METHOD() local
/php-src/ext/xmlreader/
H A Dphp_xmlreader.c72 static int xmlreader_property_reader(xmlreader_object *obj, xmlreader_prop_handler *hnd, zval *rv) in xmlreader_property_reader()
128 xmlreader_object *obj = php_xmlreader_fetch_object(object); in xmlreader_has_property() local
164 xmlreader_object *obj = php_xmlreader_fetch_object(object); in xmlreader_read_property() local
209 static zend_function *xmlreader_get_method(zend_object **obj, zend_string *name, const zval *key) in xmlreader_get_method()
228 xmlreader_object *obj = php_xmlreader_fetch_object(object); in xmlreader_get_debug_info() local
/php-src/ext/dba/
H A Ddba.c326 static zend_result dba_connection_cast_object(zend_object *obj, zval *result, int type) in dba_connection_cast_object()
339 static inline dba_connection *dba_connection_from_obj(zend_object *obj) in dba_connection_from_obj()
347 static void dba_connection_free_obj(zend_object *obj) in dba_connection_free_obj()
/php-src/ext/intl/converter/
H A Dconverter.c33 zend_object obj; member
37 static inline php_converter_object *php_converter_fetch_object(zend_object *obj) { in php_converter_fetch_object()
46 #define THROW_UFAILURE(obj, fname, error) php_converter_throw_failure(obj, error, \ argument
888 static void php_converter_free_object(zend_object *obj) { in php_converter_free_object()
/php-src/ext/ftp/
H A Dphp_ftp.c66 static inline zend_object *ftp_object_to_zend_object(php_ftp_object *obj) { in ftp_object_to_zend_object()
75 php_ftp_object *obj = zend_object_alloc(sizeof(php_ftp_object), ce); in ftp_object_create() local
91 php_ftp_object *obj = ftp_object_from_zend_object(zobj); in ftp_object_destroy() local
1207 php_ftp_object *obj; in PHP_FUNCTION() local
/php-src/ext/spl/
H A Dspl_iterators.c141 static inline spl_recursive_it_object *spl_recursive_it_from_obj(zend_object *obj) /* {{{ */ { in spl_recursive_it_from_obj()
148 static inline spl_dual_it_object *spl_dual_it_from_obj(zend_object *obj) /* {{{ */ { in spl_dual_it_from_obj()
290 zend_object *obj = Z_OBJ(object->iterators[object->level].zobject); in spl_recursive_it_move_forward_ex() local
354 zend_object *obj = Z_OBJ(object->iterators[object->level].zobject); in spl_recursive_it_move_forward_ex() local
509 …zend_result spl_get_iterator_from_aggregate(zval *retval, zend_class_entry *ce, zend_object *obj) { in spl_get_iterator_from_aggregate()
939 static HashTable *spl_RecursiveIteratorIterator_get_gc(zend_object *obj, zval **table, int *n) in spl_RecursiveIteratorIterator_get_gc()
2058 static HashTable *spl_dual_it_get_gc(zend_object *obj, zval **table, int *n) in spl_dual_it_get_gc()
2922 PHPAPI zend_result spl_iterator_apply(zval *obj, spl_iterator_apply_func_t apply_func, void *puser) in spl_iterator_apply()
3010 zval *obj; in PHP_FUNCTION() local
3044 zval *obj; in PHP_FUNCTION() local
[all …]
H A Dspl_heap.c75 static inline spl_heap_object *spl_heap_from_obj(zend_object *obj) /* {{{ */ { in spl_heap_from_obj()
519 static HashTable* spl_heap_object_get_debug_info(const zend_class_entry *ce, zend_object *obj) { /*… in spl_heap_object_get_debug_info()
556 static HashTable *spl_heap_object_get_gc(zend_object *obj, zval **gc_data, int *gc_data_count) /* {… in spl_heap_object_get_gc()
566 static HashTable *spl_pqueue_object_get_gc(zend_object *obj, zval **gc_data, int *gc_data_count) /*… in spl_pqueue_object_get_gc()
/php-src/ext/curl/
H A Dcurl_private.h142 static inline php_curl *curl_from_obj(zend_object *obj) { in curl_from_obj()
148 static inline php_curlsh *curl_share_from_obj(zend_object *obj) { in curl_share_from_obj()
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c256 #define checkconsistency(obj) argument
257 #define checkliveness(g,obj) argument
258 #define setnilvalue(obj)((obj)->tt=0) argument
259 #define setnvalue(obj,x){TValue*i_o=(obj);i_o->value.n=(x);i_o->tt=3;} argument
260 #define setbvalue(obj,x){TValue*i_o=(obj);i_o->value.b=(x);i_o->tt=1;} argument
261 #define setsvalue(L,obj,x){TValue*i_o=(obj);i_o->value.gc=cast(GCObject*,(x));i_o->tt=4;checklivene… argument
262 #define setuvalue(L,obj,x){TValue*i_o=(obj);i_o->value.gc=cast(GCObject*,(x));i_o->tt=7;checklivene… argument
263 #define setthvalue(L,obj,x){TValue*i_o=(obj);i_o->value.gc=cast(GCObject*,(x));i_o->tt=8;checkliven… argument
264 #define setclvalue(L,obj,x){TValue*i_o=(obj);i_o->value.gc=cast(GCObject*,(x));i_o->tt=6;checkliven… argument
265 #define sethvalue(L,obj,x){TValue*i_o=(obj);i_o->value.gc=cast(GCObject*,(x));i_o->tt=5;checklivene… argument
[all …]
/php-src/ext/sysvsem/
H A Dsysvsem.c87 static inline sysvsem_sem *sysvsem_from_obj(zend_object *obj) { in sysvsem_from_obj()
/php-src/Zend/
H A Dzend_gc.h136 zend_get_gc_buffer *gc_buffer, zend_object *obj) { in zend_get_gc_buffer_add_obj()
H A Dzend_interfaces.c504 ZEND_API zend_result zend_create_internal_iterator_zval(zval *return_value, zval *obj) { in zend_create_internal_iterator_zval()
520 static void zend_internal_iterator_free(zend_object *obj) { in zend_internal_iterator_free()
H A Dzend_builtin_functions.c581 zval *obj = NULL; in ZEND_FUNCTION() local
651 zval *obj; in is_a_impl() local
881 zend_object *obj; in ZEND_FUNCTION() local
971 zend_object *obj = Z_OBJ_P(klass); in ZEND_FUNCTION() local
/php-src/ext/zip/
H A Dphp_zip.h85 static inline ze_zip_object *php_zip_fetch_object(zend_object *obj) { in php_zip_fetch_object()
/php-src/ext/snmp/
H A Dphp_snmp.h61 static inline php_snmp_object *php_snmp_fetch_object(zend_object *obj) { in php_snmp_fetch_object()
/php-src/ext/shmop/
H A Dshmop.c75 static inline php_shmop *shmop_from_obj(zend_object *obj) in shmop_from_obj()

Completed in 157 milliseconds

1234567