Home
last modified time | relevance | path

Searched defs:res (Results 1 – 25 of 106) sorted by path

12345

/PHP-7.4/TSRM/
H A Dtsrm_win32.c457 BOOL res; in popen_ex() local
/PHP-7.4/Zend/
H A Dzend_API.c3908 ZEND_API int zend_try_assign_typed_ref_res(zend_reference *ref, zend_resource *res) /* {{{ */ in zend_try_assign_typed_ref_res()
H A Dzend_API.h960 #define _ZEND_TRY_ASSIGN_RES(zv, res, is_ref) do { \ argument
974 #define ZEND_TRY_ASSIGN_RES(zv, res) \ argument
977 #define ZEND_TRY_ASSIGN_REF_RES(zv, res) do { \ argument
H A Dzend_closures.c687 ZEND_API void zend_create_closure(zval *res, zend_function *func, zend_class_entry *scope, zend_cla… in zend_create_closure()
781 ZEND_API void zend_create_fake_closure(zval *res, zend_function *func, zend_class_entry *scope, zen… in zend_create_fake_closure()
H A Dzend_compile.c791 zend_string *res = zend_string_alloc(len, 0); in zend_concat3() local
796 ZSTR_VAL(res)[len] = '\0'; in zend_concat3() local
H A Dzend_dtrace.c46 zend_op_array *res; in dtrace_compile_file() local
H A Dzend_execute.c1318 zval rv, res; in zend_binary_assign_op_obj_dim() local
1897 zval rv, obj, res; in zend_assign_op_overloaded_property() local
H A Dzend_hash.c578 HashPosition res = ht->nNumUsed; in zend_hash_iterators_lower_pos() local
2651 Bucket *p, *res; in zend_hash_minmax() local
H A Dzend_list.c47 ZEND_API int ZEND_FASTCALL zend_list_delete(zend_resource *res) in zend_list_delete()
56 ZEND_API int ZEND_FASTCALL zend_list_free(zend_resource *res) in zend_list_free()
65 static void zend_resource_dtor(zend_resource *res) in zend_resource_dtor()
84 ZEND_API int ZEND_FASTCALL zend_list_close(zend_resource *res) in zend_list_close()
124 ZEND_API void *zend_fetch_resource(zend_resource *res, const char *resource_type_name, int resource… in zend_fetch_resource()
139 ZEND_API void *zend_fetch_resource_ex(zval *res, const char *resource_type_name, int resource_type) in zend_fetch_resource_ex()
160 ZEND_API void *zend_fetch_resource2_ex(zval *res, const char *resource_type_name, int resource_type… in zend_fetch_resource2_ex()
183 zend_resource *res = Z_RES_P(zv); in list_entry_destructor() local
194 zend_resource *res = Z_RES_P(zv); in plist_entry_destructor() local
227 zend_resource *res; in zend_close_rsrc_list() local
[all …]
H A Dzend_multiply.h159 size_t res = nmemb; in zend_safe_address() local
187 size_t res = nmemb; in zend_safe_address() local
224 size_t res; in zend_safe_address() local
246 size_t res; in zend_safe_address() local
267 size_t res; in zend_safe_address() local
291 uint64_t res = (uint64_t) nmemb * (uint64_t) size + (uint64_t) offset; in zend_safe_address() local
305 size_t res = nmemb * size + offset; in zend_safe_address() local
H A Dzend_operators.c2508 int res; in increment_function() local
2575 int res; in decrement_function() local
2672 char *res = (char*)emalloc(length + 1); in zend_str_tolower_dup_ex() local
2700 zend_string *res = zend_string_alloc(ZSTR_LEN(str), persistent); in zend_string_tolower_ex() local
3014 char *res = zend_print_long_to_buf(buf + sizeof(buf) - 1, num); local
H A Dzend_smart_str.c79 char *res; in smart_str_append_escaped() local
H A Dzend_smart_str.h103 zend_string *res; in smart_str_extract() local
H A Dzend_types.h183 zend_resource *res; member
H A Dzend_vm_def.h6601 zval *res = EX_VAR(opline->op2.var); variable
H A Dzend_vm_execute.h21652 zval *res = EX_VAR(opline->op2.var); in ZEND_FE_FETCH_R_SPEC_VAR_HANDLER() local
/PHP-7.4/ext/calendar/
H A Deaster.c38 struct tm b, *res; in _cal_easter() local
/PHP-7.4/ext/com_dotnet/
H A Dcom_com.c43 HRESULT res = E_FAIL; in PHP_FUNCTION() local
306 HRESULT res; in PHP_FUNCTION() local
H A Dcom_handlers.c34 HRESULT res; in com_property_read() local
128 HRESULT res; in com_write_dimension() local
493 HRESULT res = S_OK; in com_object_cast() local
H A Dcom_persist.c42 zend_resource *res; member
329 HRESULT res; in CPH_METHOD() local
364 HRESULT res; in CPH_METHOD() local
427 HRESULT res; in CPH_METHOD() local
474 HRESULT res; in CPH_METHOD() local
506 HRESULT res; in CPH_METHOD() local
533 HRESULT res; in CPH_METHOD() local
593 HRESULT res; in CPH_METHOD() local
H A Dcom_saproxy.c93 HRESULT res; in saproxy_read_dimension() local
214 HRESULT res; in saproxy_write_dimension() local
H A Dcom_variant.c433 HRESULT res; in PHP_FUNCTION() local
985 VARIANT res; in PHP_FUNCTION() local
1050 HRESULT res; in PHP_FUNCTION() local
1086 HRESULT res; in PHP_FUNCTION() local
H A Dcom_wrapper.c48 zend_resource *res; member
/PHP-7.4/ext/curl/
H A Dcurl_file.c74 zval *res, rv; in curlfile_get_property() local
H A Dinterface.c2131 int res; in seek_cb() local
3797 char *res; in PHP_FUNCTION() local

Completed in 278 milliseconds

12345