Home
last modified time | relevance | path

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

12345

/PHP-8.2/Zend/
H A Dzend_gdb.c132 char out[1024]; in zend_gdb_present() local
H A Dzend_vm_gen.php551 function out($f, $s) { function
/PHP-8.2/ext/gd/libgd/
H A Dgd_jpeg.c146 gdIOCtx *out = gdNewFileCtx (outFile); in gdImageJpeg() local
154 gdIOCtx *out = gdNewDynamicCtx (2048, NULL); in gdImageJpegPtr() local
/PHP-8.2/ext/hash/murmur/
H A DPMurHash128.c427 void PMurHash128x86(const void * key, const int len, uint32_t seed, void * out) in PMurHash128x86()
634 void PMurHash128x64(const void * key, const int len, uint32_t seed, void * out) in PMurHash128x64()
/PHP-8.2/ext/sockets/
H A Dmulticast.c62 int php_string_to_if_index(const char *val, unsigned *out) in php_string_to_if_index()
84 static int php_get_if_index_from_zval(zval *val, unsigned *out) in php_get_if_index_from_zval()
/PHP-8.2/ext/fileinfo/libmagic/
H A Dfile.h425 struct out { struct
426 char *buf; /* Accumulation buffer */
427 size_t blen; /* Length of buffer */
428 char *pbuf; /* Printable buffer */
H A Dencoding.c637 from_ebcdic(const unsigned char *buf, size_t nbytes, unsigned char *out) in from_ebcdic()
/PHP-8.2/ext/hash/
H A Dphp_hash.h161 static inline void php_hash_bin2hex(char *out, const unsigned char *in, size_t in_len) in php_hash_bin2hex()
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-8.2/ext/standard/
H A Ddns_win32.c263 unsigned short out[8]; in php_parserr() local
H A Duser_filters.c43 zval *in, *out, *consumed; in PHP_METHOD() local
H A Dcrypt_freesec.c574 des_cipher(const char *in, char *out, uint32_t salt, int count, in des_cipher()
H A Ddns.c178 char out[NI_MAXHOST]; in php_gethostbyaddr() local
H A Dpassword.c304 zend_string *salt, *out, *encoded; in php_password_argon2_hash() local
/PHP-8.2/ext/openssl/
H A Dopenssl.c1680 BIO *out = NULL; in PHP_FUNCTION() local
4596 zval * zpkey, * args = NULL, *out; in PHP_FUNCTION() local
4751 BIO *out = BIO_new(BIO_s_mem()); in PHP_FUNCTION() local
5679 BIO * in = NULL, *out = NULL, *datain = NULL; in PHP_FUNCTION() local
6389 BIO * in = NULL, * out = NULL, * datain = NULL; in PHP_FUNCTION() local
6505 zend_string *out = zend_string_alloc(out_len, 0); in PHP_FUNCTION() local
6514 ZSTR_VAL(out)[out_len] = '\0'; in PHP_FUNCTION() local
6554 zend_string *out = zend_string_alloc(out_len, 0); in PHP_FUNCTION() local
6564 ZSTR_VAL(out)[out_len] = '\0'; in PHP_FUNCTION() local
6613 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
1612 unsigned char *out; in php_openssl_alpn_protos_parse() local
1642 const unsigned char **out, unsigned char *outlen, in php_openssl_server_alpn_callback()
/PHP-8.2/main/
H A Dphp_output.h100 php_output_buffer out; member
H A Drfc1867.c650 char buf[FILLUNIT], *out=NULL; in multipart_buffer_read_body() local
/PHP-8.2/TSRM/
H A Dtsrm_win32.c452 HANDLE in, out; in popen_ex() local
/PHP-8.2/ext/tidy/
H A Dtidy.c465 static zend_result tidy_doc_cast_handler(zend_object *in, zval *out, int type) in tidy_doc_cast_handler()
503 static zend_result tidy_node_cast_handler(zend_object *in, zval *out, int type) in tidy_node_cast_handler()
/PHP-8.2/ext/soap/
H A Dphp_encoding.c660 xmlBufferPtr out = xmlBufferCreate(); in to_zval_string() local
693 xmlBufferPtr out = xmlBufferCreate(); in to_zval_stringr() local
726 xmlBufferPtr out = xmlBufferCreate(); in to_zval_stringc() local
847 xmlBufferPtr out = xmlBufferCreate(); in to_xml_string() local
/PHP-8.2/ext/imap/
H A Dphp_imap.c1844 zval *out; in PHP_FUNCTION() local
2174 unsigned char *out, *outp; in PHP_FUNCTION() local
2313 zend_string *out; in PHP_FUNCTION() local
2426 unsigned char *out; in php_imap_mutf7() local
/PHP-8.2/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-8.2/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-8.2/ext/ftp/
H A Dftp.c1716 char out[INET6_ADDRSTRLEN]; in ftp_getdata() local

Completed in 175 milliseconds

12345