Home
last modified time | relevance | path

Searched defs:out (Results 26 – 50 of 63) sorted by relevance

123

/PHP-7.4/ext/gd/libgd/
H A Dgd_ss.c22 gdIOCtx *out = gdNewSSCtx(NULL, outSink); in gdImagePngToSink() local
H A Dgd_gd2.c644 static void _gd2PutHeader (gdImagePtr im, gdIOCtx * out, int cs, int fmt, int cx, int cy) in _gd2PutHeader()
664 static void _gdImageGd2 (gdImagePtr im, gdIOCtx * out, int cs, int fmt) in _gdImageGd2()
834 gdIOCtx *out = gdNewFileCtx(outFile); in gdImageGd2() local
844 gdIOCtx *out = gdNewDynamicCtx(2048, NULL); in gdImageGd2Ptr() local
H A Dwebpng.c23 FILE *out; in main() local
H A Dgdtest.c23 FILE *in, *out; in main() local
H A Dgd_jpeg.c148 gdIOCtx *out = gdNewFileCtx (outFile); in gdImageJpeg() local
156 gdIOCtx *out = gdNewDynamicCtx (2048, NULL); in gdImageJpegPtr() local
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_dfg.c28 zend_bitset tmp, def, use, in, out; in zend_build_dfg() local
H A Dzend_dfg.h32 zend_bitset out; member
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_eol.c98 char *in = *str, *out; in phpdbg_eol_convert() local
/PHP-7.4/ext/standard/
H A Dcrypt.c114 char output[MD5_HASH_MAX_LEN], *out; in php_crypt() local
H A Ddns_win32.c265 unsigned short out[8]; in php_parserr() local
H A Dcrypt_freesec.c576 des_cipher(const char *in, char *out, uint32_t salt, int count, in des_cipher()
H A Dpassword.c379 zend_string *salt, *out, *encoded; in php_password_argon2_hash() local
/PHP-7.4/ext/hash/
H A Dphp_hash.h151 static inline void php_hash_bin2hex(char *out, const unsigned char *in, size_t in_len) in php_hash_bin2hex()
H A Dhash.c202 static inline void php_hash_string_xor_char(unsigned char *out, const unsigned char *in, const unsi… in php_hash_string_xor_char()
209 static inline void php_hash_string_xor(unsigned char *out, const unsigned char *in, const unsigned … in php_hash_string_xor()
/PHP-7.4/ext/sockets/
H A Dmulticast.c64 int php_string_to_if_index(const char *val, unsigned *out) in php_string_to_if_index()
86 static int php_get_if_index_from_zval(zval *val, unsigned *out) in php_get_if_index_from_zval()
/PHP-7.4/ext/fileinfo/libmagic/
H A Dencoding.c589 from_ebcdic(const unsigned char *buf, size_t nbytes, unsigned char *out) in from_ebcdic()
H A Dfile.h408 struct out { struct
409 char *buf; /* Accumulation buffer */
410 char *pbuf; /* Printable buffer */
/PHP-7.4/ext/xmlrpc/
H A Dxmlrpc-epi-php.c676 php_output_options out; in PHP_FUNCTION() local
1037 php_output_options out; in PHP_FUNCTION() local
/PHP-7.4/main/
H A Dphp_output.h102 php_output_buffer out; member
/PHP-7.4/TSRM/
H A Dtsrm_win32.c455 HANDLE in, out; in popen_ex() local
/PHP-7.4/ext/openssl/
H A Dxp_ssl.c117 #define PHP_X509_NAME_ENTRY_TO_UTF8(ne, i, out) \ argument
1546 unsigned char *out; in php_openssl_alpn_protos_parse() local
1576 const unsigned char **out, unsigned char *outlen, in php_openssl_server_alpn_callback()
/PHP-7.4/ext/soap/
H A Dphp_encoding.c666 xmlBufferPtr out = xmlBufferCreate(); in to_zval_string() local
699 xmlBufferPtr out = xmlBufferCreate(); in to_zval_stringr() local
732 xmlBufferPtr out = xmlBufferCreate(); in to_zval_stringc() local
853 xmlBufferPtr out = xmlBufferCreate(); in to_xml_string() local
/PHP-7.4/ext/tidy/
H A Dtidy.c771 static int tidy_doc_cast_handler(zval *in, zval *out, int type) in tidy_doc_cast_handler()
809 static int tidy_node_cast_handler(zval *in, zval *out, int type) in tidy_node_cast_handler()
/PHP-7.4/ext/imap/
H A Dphp_imap.c2492 zval *stream, *out; in PHP_FUNCTION() local
2829 unsigned char *out, *outp; in PHP_FUNCTION() local
2968 zend_string *out; in PHP_FUNCTION() local
3081 unsigned char *out; in php_imap_mutf7() local
/PHP-7.4/ext/iconv/
H A Diconv.c418 zend_string *out; in php_iconv_output_handler() local
536 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()

Completed in 103 milliseconds

123