Home
last modified time | relevance | path

Searched defs:ret (Results 151 – 175 of 258) sorted by relevance

1234567891011

/php-src/main/
H A DSAPI.c845 int ret = FAILURE; in sapi_send_headers() local
948 int ret; in sapi_register_post_entry() local
/php-src/ext/com_dotnet/
H A Dcom_variant.c188 zend_result ret = SUCCESS; in php_com_zval_from_variant() local
286 zend_result ret = SUCCESS; in php_com_copy_variant() local
/php-src/ext/curl/
H A Dinterface.c1874 zend_result ret = php_curl_option_str(ch, option, ZSTR_VAL(str), ZSTR_LEN(str)); in _php_curl_setopt() local
1904 zend_result ret = php_curl_option_str(ch, option, ZSTR_VAL(str), ZSTR_LEN(str)); in _php_curl_setopt() local
1924 zend_result ret = php_curl_option_url(ch, str); in _php_curl_setopt() local
2239 zend_result ret; in _php_curl_setopt() local
/php-src/sapi/phpdbg/
H A Dphpdbg_list.c231 zend_op_array *ret; in phpdbg_compile_file() local
/php-src/ext/gd/libgd/
H A Dgdkanji.c556 int ret; in any2eucjp() local
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h387 #define SLJIT_ARGS0(ret) \ argument
392 #define SLJIT_ARGS1(ret, arg1) \ argument
397 #define SLJIT_ARGS2(ret, arg1, arg2) \ argument
402 #define SLJIT_ARGS3(ret, arg1, arg2, arg3) \ argument
407 #define SLJIT_ARGS4(ret, arg1, arg2, arg3, arg4) \ argument
/php-src/main/streams/
H A Dglob_wrapper.c219 int ret, i; in php_glob_stream_opener() local
H A Dfilter.c45 int ret; in php_stream_filter_register_factory() local
/php-src/ext/xml/
H A Dxml.c285 int ret = XML_Parse(parser->parser, (const XML_Char *) data, data_len, is_final); in xml_parse_helper() local
290 static void _xml_xmlchar_zval(const XML_Char *s, int len, const XML_Char *encoding, zval *ret) in _xml_xmlchar_zval()
929 int ret = 0; /* abort if no handler is set (should be configurable?) */ in _xml_externalEntityRefHandler() local
/php-src/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_encoding.h234 zend_string *ret = buf->str; in mb_convert_buf_result_raw() local
263 zend_string *ret = mb_convert_buf_result_raw(buf); in mb_convert_buf_result() local
/php-src/ext/opcache/jit/
H A Dzend_jit_vm_helpers.c652 int ret = zend_jit_trace_record_fake_init_call(prev_call, trace_buffer, idx, is_megamorphic); local
1004 int ret = zend_jit_trace_record_fake_init_call(prev_call, trace_buffer, idx, 0); local
H A Dzend_jit_internal.h284 #define ZEND_JIT_TRACE_STOP_OK(ret) \ argument
287 #define ZEND_JIT_TRACE_STOP_DONE(ret) \ argument
290 #define ZEND_JIT_TRACE_STOP_REPEAT(ret) \ argument
293 #define ZEND_JIT_TRACE_STOP_MAY_RECOVER(ret) \ argument
/php-src/ext/xsl/
H A Dxsltprocessor.c496 int ret; in PHP_METHOD() local
527 int ret; in PHP_METHOD() local
/php-src/ext/ldap/
H A Dldap.c1443 int num_attribs = 0, ret = 1, i, ldap_errno, argcount = ZEND_NUM_ARGS(); in php_ldap_do_search() local
3767 zend_string *ret; in php_ldap_do_escape() local
3786 ZSTR_VAL(ret)[p++] = '\\'; in php_ldap_do_escape() local
3787 ZSTR_VAL(ret)[p++] = hex[v >> 4]; in php_ldap_do_escape() local
3788 ZSTR_VAL(ret)[p++] = hex[v & 0x0f]; in php_ldap_do_escape() local
3790 ZSTR_VAL(ret)[p++] = v; in php_ldap_do_escape() local
3794 ZSTR_VAL(ret)[p] = '\0'; in php_ldap_do_escape() local
/php-src/ext/standard/
H A Dbasic_functions.c565 int ret, af = AF_INET; in PHP_FUNCTION() local
1644 int ret; local
1757 int ret; local
2353 int oldmask; int ret; local
H A Dmail.c419 int ret; in php_mail() local
/php-src/ext/sysvshm/
H A Dsysvshm.c239 int ret; in PHP_FUNCTION() local
/php-src/sapi/fpm/fpm/
H A Dfpm_unix.c609 int ret; in fpm_unix_init_main() local
/php-src/Zend/
H A Dzend_ini.c333 zend_result ret; in zend_alter_ini_entry_chars() local
345 zend_result ret; in zend_alter_ini_entry_chars_ex() local
H A Dzend_object_handlers.c1575 zval *ret; in zend_std_get_static_property_with_info() local
1729 int ret = object_lhs ? zend_compare(&casted, value) : zend_compare(value, &casted); in zend_std_compare_objects() local
1775 int ret; in zend_std_compare_objects() local
H A Dzend_smart_str.h58 char *ret = ZSTR_VAL(dest->s) + ZSTR_LEN(dest->s); in smart_str_extend_ex() local
/php-src/Zend/Optimizer/
H A Dsccp.c1951 static void join_hash_tables(HashTable *ret, HashTable *ht1, HashTable *ht2) in join_hash_tables()
1976 zval ret; in join_partial_arrays() local
1993 zval ret; in join_partial_objects() local
/php-src/ext/soap/
H A Dphp_sdl.c71 sdlTypePtr ret = NULL; in get_element() local
1199 #define WSDL_CACHE_GET(ret,type,buf) memcpy(&ret,*buf,sizeof(type)); *buf += sizeof(type); argument
1200 #define WSDL_CACHE_GET_INT(ret,buf) ret = ((unsigned char)(*buf)[0])|((unsigned char)(*buf)[1]<<… argument
1201 #define WSDL_CACHE_GET_1(ret,type,buf) ret = (type)(**buf); (*buf)++; argument
1202 #define WSDL_CACHE_GET_N(ret,n,buf) memcpy(ret,*buf,n); *buf += n; argument
/php-src/ext/mysqli/
H A Dmysqli_prop.c263 const size_t *ret; in result_lengths_read() local
/php-src/ext/phar/
H A Ddirstream.c292 php_stream *ret; in phar_wrapper_open_dir() local

Completed in 140 milliseconds

1234567891011