/PHP-7.0/ext/standard/ |
H A D | crypt.c | 165 char output[MD5_HASH_MAX_LEN], *out; in php_crypt() local 173 char *output; in php_crypt() local 188 char *output; in php_crypt() local 206 char output[PHP_MAX_SALT_LEN + 1]; in php_crypt() local
|
H A D | pack.c | 93 static void php_pack(zval *val, size_t size, int *map, char *output) in php_pack() 247 zend_string *output; in PHP_FUNCTION() local 511 ZSTR_VAL(output)[++outputpos] = 0; in PHP_FUNCTION() local 516 ZSTR_VAL(output)[outputpos] |= (n << nibbleshift); in PHP_FUNCTION() local 682 ZSTR_VAL(output)[outputpos] = '\0'; in PHP_FUNCTION() local
|
H A D | crypt_blowfish.c | 659 char *output, int size, in BF_crypt() 670 BF_word output[6]; in BF_crypt() member 790 static int _crypt_output_magic(const char *setting, char *output, int size) in _crypt_output_magic() 826 char *output, int size) in php_crypt_blowfish_rn()
|
H A D | crypt_freesec.h | 23 char output[21]; member
|
H A D | sha1.c | 367 static void SHA1Encode(output, input, len) in SHA1Encode() argument 387 static void SHA1Decode(output, input, len) in SHA1Decode() argument
|
H A D | url_scanner_ex.c | 979 static void php_url_scanner_output_handler(char *output, size_t output_len, char **handled_output, … in php_url_scanner_output_handler()
|
/PHP-7.0/sapi/phpdbg/ |
H A D | create-test.php | 68 $input = $output = ""; variable 116 $output = str_replace("string(".strlen($file).") \"$file\"", 'string(%d) "%s"', $output); variable 117 $output = str_replace($file, "%s", $output); variable
|
H A D | phpdbg_bp.c | 1237 PHPDBG_API void phpdbg_hit_breakpoint(phpdbg_breakbase_t *brake, zend_bool output) /* {{{ */ in phpdbg_hit_breakpoint()
|
/PHP-7.0/ext/hash/ |
H A D | php_hash_haval.h | 32 short output; member
|
H A D | hash_sha.c | 41 static void SHAEncode32(unsigned char *output, php_hash_uint32 *input, unsigned int len) in SHAEncode32() 59 static void SHADecode32(php_hash_uint32 *output, const unsigned char *input, unsigned int len) in SHADecode32() 732 static void SHAEncode64(unsigned char *output, php_hash_uint64 *input, unsigned int len) in SHAEncode64() 754 static void SHADecode64(php_hash_uint64 *output, const unsigned char *input, unsigned int len) in SHADecode64()
|
H A D | hash_haval.c | 101 static void Encode(unsigned char *output, php_hash_uint32 *input, unsigned int len) in Encode() 118 static void Decode(php_hash_uint32 *output, const unsigned char *input, unsigned int len) in Decode()
|
H A D | hash_ripemd.c | 190 static void RIPEMDDecode(php_hash_uint32 *output, const unsigned char *input, unsigned int len) in RIPEMDDecode() 607 static void RIPEMDEncode(unsigned char *output, php_hash_uint32 *input, unsigned int len) in RIPEMDEncode()
|
H A D | hash_md.c | 67 static void Encode(unsigned char *output, php_hash_uint32 *input, unsigned int len) in Encode() 84 static void Decode(php_hash_uint32 *output, const unsigned char *input, unsigned int len) in Decode()
|
/PHP-7.0/ext/xmlwriter/ |
H A D | php_xmlwriter.h | 42 xmlBufferPtr output; member
|
/PHP-7.0/ext/recode/ |
H A D | recode.c | 191 zval *input, *output; in PHP_FUNCTION() local
|
/PHP-7.0/ext/tidy/ |
H A D | tidy.c | 623 TidyBuffer output; in php_tidy_quick_repair() local 740 TidyBuffer output; in tidy_doc_cast_handler() local 811 TidyBuffer output; in tidy_doc_update_properties() local 1243 TidyBuffer output; in PHP_FUNCTION() local
|
/PHP-7.0/ext/xmlrpc/libxmlrpc/ |
H A D | xmlrpc_private.h | 117 STRUCT_XMLRPC_REQUEST_OUTPUT_OPTIONS output; /* xml output options */ member
|
H A D | xml_to_dandarpc.c | 178 XMLRPC_REQUEST_OUTPUT_OPTIONS output = XMLRPC_RequestGetOutputOptions(request); in DANDARPC_to_xml_element_worker() local
|
H A D | xml_element.c | 571 void xml_elem_serialize_to_stream(xml_element *el, FILE *output, XML_ELEM_OUTPUT_OPTIONS options) in xml_elem_serialize_to_stream()
|
/PHP-7.0/ |
H A D | server-tests.php | 125 function generate_diff($wanted,$output)
|
H A D | run-tests.php | 2353 function generate_diff($wanted, $wanted_re, $output)
|
/PHP-7.0/ext/gd/libgd/ |
H A D | gd_gif_out.c | 618 output(code_int code, GifCtx *ctx) function
|
/PHP-7.0/main/ |
H A D | php_globals.h | 52 char *output; member
|
/PHP-7.0/ext/libxml/ |
H A D | libxml.c | 539 int len, len_iter, output = 0; in php_libxml_internal_error_handler() local
|
/PHP-7.0/ext/mbstring/libmbfl/mbfl/ |
H A D | mbfilter.c | 877 int output; member 1279 int output; member
|