Home
last modified time | relevance | path

Searched defs:out (Results 76 – 94 of 94) sorted by relevance

1234

/php-src/ext/standard/
H A Dpassword.c305 zend_string *salt, *out, *encoded; in php_password_argon2_hash() local
H A Dfile.c564 zval out; in PHP_FUNCTION() local
H A Dfilters.c1712 char *out = buf; in php_dechunk() 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)
/php-src/ext/hash/
H A Dhash.c465 static inline void php_hash_string_xor_char(unsigned char *out, const unsigned char *in, const unsi… in php_hash_string_xor_char()
472 static inline void php_hash_string_xor(unsigned char *out, const unsigned char *in, const unsigned … in php_hash_string_xor()
/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/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/Zend/
H A Dzend_vm_gen.php551 function out($f, $s) { function
/php-src/ext/opcache/jit/ir/
H A Dir_gdb.c602 char out[1024]; in ir_gdb_present() local
/php-src/main/
H A Drfc1867.c627 char buf[FILLUNIT], *out=NULL; in multipart_buffer_read_body() local
/php-src/ext/fileinfo/libmagic/
H A Dcompress.c736 ZSTD_outBuffer out; in uncompresszstd() local
/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
/php-src/ext/gd/libgd/
H A Dgd_topal.c1376 int in, out; in init_error_limit() local
/php-src/ext/ftp/
H A Dftp.c1736 char out[INET6_ADDRSTRLEN]; in ftp_getdata() local
/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/curl/
H A Dinterface.c2996 char *out = NULL; in PHP_FUNCTION() 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/ldap/
H A Dldap.c2529 static void _ldap_hash_fetch(zval *hashTbl, const char *key, zval **out) in _ldap_hash_fetch()
/php-src/ext/mbstring/
H A Dmbstring.c6074 unsigned char *out, *limit; in transfer_encode_mime_bytes() local

Completed in 141 milliseconds

1234