Home
last modified time | relevance | path

Searched defs:res (Results 51 – 75 of 106) sorted by relevance

12345

/PHP-7.4/ext/zend_test/
H A Dtest.c80 zend_string *str, *res; in ZEND_FUNCTION() local
/PHP-7.4/main/streams/
H A Dphp_stream_filter_api.h120 zend_resource *res; member
/PHP-7.4/Zend/
H A Dzend_smart_str.h103 zend_string *res; in smart_str_extract() 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
/PHP-7.4/ext/intl/calendar/
H A Dcalendar_methods.cpp387 UBool res = (co->ucal->*func)(*when_co->ucal, CALENDAR_ERROR_CODE(co)); in _php_intlcal_before_after() local
812 int32_t res = co->ucal->getWeekendTransition((UCalendarDaysOfWeek)dow, in PHP_FUNCTION() local
/PHP-7.4/ext/standard/
H A Dvar.c738 int res; in php_var_serialize_call_sleep() local
764 int res; in php_var_serialize_call_magic_serialize() local
H A Dstring.c1421 zend_string *res = zend_string_alloc(ZSTR_LEN(s), 0); in php_string_toupper() local
1486 zend_string *res = zend_string_alloc(ZSTR_LEN(s), 0); in php_string_tolower() local
3944 uint32_t res = 0; local
4096 static zend_always_inline char *aarch64_add_slashes(quad_word res, const char *source, char *target)
4136 quad_word res = {0}; local
4294 uint32_t res = _mm_movemask_epi8(any_slash); local
5037 char *res = NULL; local
H A Dhtml.c529 static inline int map_from_unicode(unsigned code, enum entity_charset charset, unsigned *res) in map_from_unicode()
651 static inline void map_to_unicode(unsigned code, const enc_to_uni *table, unsigned *res) in map_to_unicode()
H A Dbrowscap.c156 zend_string *res; in browscap_convert_pattern() local
H A Ddns.c348 static void _php_dns_free_res(struct __res_state *res) { /* {{{ */ in _php_dns_free_res()
/PHP-7.4/ext/soap/
H A Dphp_schema.c460 char *res = zend_print_long_to_buf(buf + sizeof(buf) - 1, zend_hash_num_elements(sdl->types)); in schema_list() local
557 char *res = zend_print_long_to_buf(buf + sizeof(buf) - 1, zend_hash_num_elements(sdl->types)); in schema_union() local
1928 char *res = zend_print_long_to_buf(buf + sizeof(buf) - 1, zend_hash_num_elements(sdl->types)); in schema_attribute() local
/PHP-7.4/ext/fileinfo/libmagic/
H A Dfuncs.c526 zend_string *res; in file_replace() local
/PHP-7.4/ext/pgsql/
H A Dpgsql.c915 static void php_pgsql_set_default_link(zend_resource *res) in php_pgsql_set_default_link()
932 PGresult *res; in _close_pgsql_link() local
955 PGresult *res; in _close_pgsql_plink() local
997 PGresult *res; in _rollback_transactions() local
1803 PGresult *res; local
4806 PGresult *res; local
5760 int res, errnumber; local
/PHP-7.4/ext/curl/
H A Dmulti.c493 zend_resource *res; in _php_server_push_callback() local
H A Dinterface.c2131 int res; in seek_cb() local
3797 char *res; in PHP_FUNCTION() local
/PHP-7.4/ext/phar/
H A Dstream.c399 int res; in phar_stream_seek() local
/PHP-7.4/ext/odbc/
H A Dphp_odbc_includes.h190 zend_resource *res; member
/PHP-7.4/ext/intl/timezone/
H A Dtimezone_methods.cpp359 const char *res = TimeZone::getTZDataVersion(status); in PHP_FUNCTION() local
/PHP-7.4/TSRM/
H A Dtsrm_win32.c457 BOOL res; in popen_ex() local
/PHP-7.4/ext/spl/
H A Dphp_spl.c864 char *res; in spl_build_class_list_string() local
/PHP-7.4/ext/com_dotnet/
H A Dcom_wrapper.c48 zend_resource *res; member
/PHP-7.4/ext/filter/
H A Dlogical_filters.c920 int res = 0; in php_filter_validate_ip() local
/PHP-7.4/main/
H A Dphp_variables.c420 char *res = NULL, *var, *val, *separator = NULL; in SAPI_TREAT_DATA_FUNC() local
/PHP-7.4/ext/openssl/
H A Dopenssl.c1716 zend_resource *res = Z_RES_P(val); in php_openssl_x509_from_zval() local
2742 zend_resource *res; in PHP_FUNCTION() local
3307 zend_resource *res = Z_RES_P(val); in php_openssl_csr_from_zval() local
3861 zend_resource * res = Z_RES_P(val); in php_openssl_evp_from_zval() local
4763 zend_resource *res; in PHP_FUNCTION() local
4801 zend_resource *res; in PHP_FUNCTION() local
/PHP-7.4/ext/posix/
H A Dposix.c1447 zend_long res, cur, max; in PHP_FUNCTION() local

Completed in 155 milliseconds

12345