Home
last modified time | relevance | path

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

123

/PHP-7.2/ext/openssl/
H A Dopenssl.c1972 BIO *out = NULL; in PHP_FUNCTION() local
4595 zval * zpkey, * args = NULL, *out; in PHP_FUNCTION() local
4741 BIO *out; in PHP_FUNCTION() local
5528 BIO * in = NULL, * out = NULL, * datain = NULL; in PHP_FUNCTION() local
/PHP-7.2/main/
H A Drfc1867.c667 char buf[FILLUNIT], *out=NULL; in multipart_buffer_read_body() local
H A Dphp_output.h104 php_output_buffer out; member
/PHP-7.2/main/streams/
H A Dstreams.c335 static const char *_php_stream_pretty_free_options(int close_options, char *out) in _php_stream_pretty_free_options()
382 char out[200] = ""; in _php_stream_free() local
/PHP-7.2/ext/session/
H A Dsession.c272 static size_t bin_to_readable(unsigned char *in, size_t inlen, char *out, char nbits) /* {{{ */ in bin_to_readable()
/PHP-7.2/ext/standard/
H A Dstring.c197 PHPAPI struct lconv *localeconv_r(struct lconv *out) in localeconv_r()
H A Dpassword.c478 zend_string *salt, *out, *encoded; in PHP_FUNCTION() local
H A Dphp_crypt_r.c127 char * php_md5_crypt_r(const char *pw, const char *salt, char *out) { in php_md5_crypt_r()
319 char * php_md5_crypt_r(const char *pw, const char *salt, char *out) in php_md5_crypt_r()
H A Ddns_win32.c260 unsigned short out[8]; in php_parserr() local
H A Dfile.c690 zval out; in PHP_FUNCTION() local
H A Dfilters.c1853 char *out = buf; in php_dechunk() local
H A Dcrypt.c119 char output[MD5_HASH_MAX_LEN], *out; in php_crypt() local
H A Dcrypt_freesec.c580 des_cipher(const char *in, char *out, uint32_t salt, int count, in des_cipher()
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_out.h52 #define phpdbg_error_ex(out, tag, xmlfmt, strfmt, ...) phpdbg_print(P_ERROR , out, tag, xmlf… argument
53 #define phpdbg_notice_ex(out, tag, xmlfmt, strfmt, ...) phpdbg_print(P_NOTICE , out, tag, xmlf… argument
54 #define phpdbg_writeln_ex(out, tag, xmlfmt, strfmt, ...) phpdbg_print(P_WRITELN, out, tag, xmlf… argument
55 #define phpdbg_write_ex(out, tag, xmlfmt, strfmt, ...) phpdbg_print(P_WRITE , out, tag, xmlf… argument
56 #define phpdbg_script_ex(out, type, fmt, ...) phpdbg_print(type , out, NULL, NULL… argument
57 #define phpdbg_log_ex(out, fmt, ...) phpdbg_log_internal(out, fmt, ##__VA_ARGS__) argument
58 #define phpdbg_xml_ex(out, fmt, ...) phpdbg_xml_internal(out, fmt, ##__VA_ARGS__) argument
59 #define phpdbg_out_ex(out, fmt, ...) phpdbg_out_internal(out, fmt, ##__VA_ARGS__) argument
H A Dphpdbg_eol.c88 char *in = *str, *out ; in phpdbg_eol_convert() local
/PHP-7.2/ext/zlib/
H A Dzlib.c342 zend_string *out; in php_zlib_encode() local
362 ZSTR_VAL(out)[ZSTR_LEN(out)] = '\0'; in php_zlib_encode() local
908 zend_string *out; in PHP_FUNCTION() local
1017 ZSTR_VAL(out)[buffer_used] = 0; in PHP_FUNCTION() local
1164 zend_string *out; in PHP_FUNCTION() local
1231 ZSTR_VAL(out)[ZSTR_LEN(out)] = 0; in PHP_FUNCTION() local
1236 ZSTR_VAL(out)[ZSTR_LEN(out)] = 0; in PHP_FUNCTION() local
/PHP-7.2/ext/zip/lib/
H A Dzip_source_buffer.c60 buffer_t *out; member
H A Dzip_source_pkware.c97 decrypt(struct trad_pkware *ctx, zip_uint8_t *out, const zip_uint8_t *in, in decrypt()
/PHP-7.2/ext/xmlrpc/
H A Dxmlrpc-epi-php.c678 php_output_options out; in PHP_FUNCTION() local
1042 php_output_options out; in PHP_FUNCTION() local
/PHP-7.2/ext/xmlwriter/examples/
H A Dxmlwriter_mem.php27 $out = xmlwriter_output_memory($xw, 0); variable
33 $out = xmlwriter_output_memory($xw, 1); variable
37 $out = xmlwriter_output_memory($xw); variable
H A Dxmlwriter_mem_ns.php27 $out = xmlwriter_output_memory($xw, 0); variable
/PHP-7.2/ext/tidy/
H A Dtidy.c743 static int tidy_doc_cast_handler(zval *in, zval *out, int type) in tidy_doc_cast_handler()
776 static int tidy_node_cast_handler(zval *in, zval *out, int type) in tidy_node_cast_handler()
/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c23518 FILE *out; in sqlite3MemdebugDump() local
24163 FILE *out; in sqlite3Memsys3Dump() local
24782 FILE *out; in sqlite3Memsys5Dump() local
/PHP-7.2/ext/sockets/
H A Dmulticast.c66 int php_string_to_if_index(const char *val, unsigned *out) in php_string_to_if_index()
88 static int php_get_if_index_from_zval(zval *val, unsigned *out) in php_get_if_index_from_zval()
/PHP-7.2/ext/soap/
H A Dphp_sdl.c1781 static void sdl_serialize_string(const char *str, smart_str *out) in sdl_serialize_string()
1795 static void sdl_serialize_key(zend_string *key, smart_str *out) in sdl_serialize_key()
1805 static void sdl_serialize_encoder_ref(encodePtr enc, HashTable *tmp_encoders, smart_str *out) { in sdl_serialize_encoder_ref()
1818 static void sdl_serialize_type_ref(sdlTypePtr type, HashTable *tmp_types, smart_str *out) { in sdl_serialize_type_ref()
1831 static void sdl_serialize_attribute(sdlAttributePtr attr, HashTable *tmp_encoders, smart_str *out) in sdl_serialize_attribute()
1893 static void sdl_serialize_resriction_int(sdlRestrictionIntPtr x, smart_str *out) in sdl_serialize_resriction_int()
1904 static void sdl_serialize_resriction_char(sdlRestrictionCharPtr x, smart_str *out) in sdl_serialize_resriction_char()
1915 … sdl_serialize_type(sdlTypePtr type, HashTable *tmp_encoders, HashTable *tmp_types, smart_str *out) in sdl_serialize_type()
2011 static void sdl_serialize_encoder(encodePtr enc, HashTable *tmp_types, smart_str *out) in sdl_serialize_encoder()
2019 …_serialize_parameters(HashTable *ht, HashTable *tmp_encoders, HashTable *tmp_types, smart_str *out) in sdl_serialize_parameters()
[all …]

Completed in 693 milliseconds

123