Home
last modified time | relevance | path

Searched defs:out (Results 1 – 25 of 94) sorted by last modified time

1234

/php-src/ext/openssl/
H A Dopenssl.c1724 BIO *out = NULL; in PHP_FUNCTION() local
4821 zval * zpkey, * args = NULL, *out; in PHP_FUNCTION() local
4976 BIO *out = BIO_new(BIO_s_mem()); in PHP_FUNCTION() local
5918 BIO * in = NULL, *out = NULL, *datain = NULL; in PHP_FUNCTION() local
6628 BIO * in = NULL, * out = NULL, * datain = NULL; in PHP_FUNCTION() local
6744 zend_string *out = zend_string_alloc(out_len, 0); in PHP_FUNCTION() local
6753 ZSTR_VAL(out)[out_len] = '\0'; in PHP_FUNCTION() local
6793 zend_string *out = zend_string_alloc(out_len, 0); in PHP_FUNCTION() local
6803 ZSTR_VAL(out)[out_len] = '\0'; in PHP_FUNCTION() local
6852 ZSTR_VAL(out)[out_len] = '\0'; in PHP_FUNCTION() local
[all …]
H A Dxp_ssl.c130 #define PHP_X509_NAME_ENTRY_TO_UTF8(ne, i, out) \ argument
1608 unsigned char *out; in php_openssl_alpn_protos_parse() local
1638 const unsigned char **out, unsigned char *outlen, in php_openssl_server_alpn_callback()
/php-src/ext/dom/
H A Ddocument.c1614 xmlOutputBufferPtr out = xmlOutputBufferCreateBuffer(buf, handler); in dom_document_save_xml() local
1654 xmlOutputBufferPtr out = xmlOutputBufferCreateBuffer(buf, handler); in dom_document_save_xml() local
H A Dxml_serializer.c459 static int dom_xml_output_qname(xmlOutputBufferPtr out, const dom_qname_pair *qname) in dom_xml_output_qname()
545 static int dom_xml_serialize_attribute_node_value(xmlOutputBufferPtr out, xmlAttrPtr attr) in dom_xml_serialize_attribute_node_value()
564 static int dom_xml_serialize_attribute_node(xmlOutputBufferPtr out, xmlNodePtr attr) in dom_xml_serialize_attribute_node()
574 static int dom_xml_serialize_comment_node(xmlOutputBufferPtr out, xmlNodePtr comment) in dom_xml_serialize_comment_node()
603 static int dom_xml_serialize_cdata_section_node(xmlOutputBufferPtr out, xmlNodePtr cdata) in dom_xml_serialize_cdata_section_node()
614 xmlOutputBufferPtr out, in dom_xml_serialize_attributes()
770 static int dom_xml_output_indents(xmlOutputBufferPtr out, int indent) in dom_xml_output_indents()
782 xmlOutputBufferPtr out, in dom_xml_serialize_element_node()
1044 xmlOutputBufferPtr out, in dom_xml_serializing_a_document_fragment_node()
1070 xmlOutputBufferPtr out, in dom_xml_serializing_a_document_node()
[all …]
/php-src/ext/mbstring/
H A Dmbstring.c6074 unsigned char *out, *limit; in transfer_encode_mime_bytes() local
/php-src/ext/tidy/
H A Dtidy.c460 static zend_result tidy_doc_cast_handler(zend_object *in, zval *out, int type) in tidy_doc_cast_handler()
498 static zend_result tidy_node_cast_handler(zend_object *in, zval *out, int type) in tidy_node_cast_handler()
/php-src/ext/zlib/
H A Dzlib.c388 zend_string *out; in php_zlib_encode() local
408 ZSTR_VAL(out)[ZSTR_LEN(out)] = '\0'; in php_zlib_encode() local
941 zend_string *out; in PHP_FUNCTION() local
1045 ZSTR_VAL(out)[buffer_used] = 0; in PHP_FUNCTION() local
1178 zend_string *out; in PHP_FUNCTION() local
1240 ZSTR_VAL(out)[ZSTR_LEN(out)] = 0; in PHP_FUNCTION() local
1245 ZSTR_VAL(out)[ZSTR_LEN(out)] = 0; in PHP_FUNCTION() local
/php-src/main/
H A Dphp_output.h102 php_output_buffer out; member
/php-src/ext/iconv/
H A Diconv.c339 zend_string *out; in php_iconv_output_handler() local
438 PHP_ICONV_API php_iconv_err_t php_iconv_string(const char *in_p, size_t in_len, zend_string **out, … in php_iconv_string()
/php-src/ext/ftp/
H A Dftp.c1736 char out[INET6_ADDRSTRLEN]; in ftp_getdata() local
/php-src/scripts/dev/
H A Dbless_tests.php22 $out = file_get_contents($outPath); variable
37 $out = generateMinimallyDifferingOutput($out, $oldExpect); variable
39 $out = normalizeOutput($out); variable
64 function normalizeOutput(string $out): string {
96 function generateMinimallyDifferingOutput(string $out, string $oldExpect) {
118 function insertOutput(string $phpt, string $out): string {
/php-src/ext/standard/
H A Duser_filters.c42 zval *in, *out, *consumed; in PHP_METHOD() local
H A Duser_filters.stub.php50 public function filter($in, $out, &$consumed, bool $closing): int {}
H A Dpassword.c305 zend_string *salt, *out, *encoded; in php_password_argon2_hash() local
H A Dbase64.c74 …gned char *neon_base64_encode(const unsigned char *in, size_t inl, unsigned char *out, size_t *lef… in neon_base64_encode()
123 … char *php_base64_encode_impl(const unsigned char *in, size_t inl, unsigned char *out, zend_long f… in php_base64_encode_impl()
181 …ine size_t neon_base64_decode(const unsigned char *in, size_t inl, unsigned char *out, size_t *lef… in neon_base64_decode()
250 …ne int php_base64_decode_impl(const unsigned char *in, size_t inl, unsigned char *out, size_t *out… in php_base64_decode_impl()
982 __m256i merge_ab_and_bc, out; in php_base64_decode_avx2_reshuffle() local
1003 __m128i merge_ab_and_bc, out; in php_base64_decode_ssse3_reshuffle() local
H A Dstring.c120 PHPAPI struct lconv *localeconv_r(struct lconv *out) in localeconv_r()
4208 static zend_always_inline char *php_stripslashes_impl(const char *str, char *out, size_t len)
H A Ddns.c177 char out[NI_MAXHOST]; in php_gethostbyaddr() local
/php-src/main/streams/
H A Dstreams.c338 static const char *_php_stream_pretty_free_options(int close_options, char *out) in _php_stream_pretty_free_options()
393 char out[200] = ""; in _php_stream_free() local
/php-src/ext/session/
H A Dsession.c291 static void bin_to_readable(unsigned char *in, size_t inlen, char *out, size_t outlen, char nbits) … in bin_to_readable()
/php-src/ext/pdo/
H A Dpdo_stmt.c1949 php_stream *out = php_stream_open_wrapper("php://output", "w", 0, NULL); in PHP_METHOD() local
/php-src/ext/sockets/
H A Dmulticast.c62 zend_result php_string_to_if_index(const char *val, unsigned *out) in php_string_to_if_index()
84 static zend_result php_get_if_index_from_zval(zval *val, unsigned *out) in php_get_if_index_from_zval()
/php-src/ext/curl/
H A Dinterface.c2996 char *out = NULL; in PHP_FUNCTION() local
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_convert.c384 convert_glob_write(pcre2_output_context *out, PCRE2_UCHAR chr) in convert_glob_write()
401 convert_glob_write_str(pcre2_output_context *out, PCRE2_SIZE length) in convert_glob_write_str()
431 convert_glob_print_separator(pcre2_output_context *out, in convert_glob_print_separator()
450 convert_glob_print_wildcard(pcre2_output_context *out, in convert_glob_print_wildcard()
476 pcre2_output_context *out) in convert_glob_parse_class()
585 pcre2_output_context *out, BOOL utf, PCRE2_UCHAR separator, in convert_glob_parse_range()
761 convert_glob_print_commit(pcre2_output_context *out) in convert_glob_print_commit()
798 pcre2_output_context out; in convert_glob() local
/php-src/ext/ldap/
H A Dldap.c2529 static void _ldap_hash_fetch(zval *hashTbl, const char *key, zval **out) in _ldap_hash_fetch()
/php-src/ext/fileinfo/libmagic/
H A Dfile.h450 struct out { struct
451 char *buf; /* Accumulation buffer */
452 size_t blen; /* Length of buffer */
453 char *pbuf; /* Printable buffer */

Completed in 154 milliseconds

1234