Home
last modified time | relevance | path

Searched defs:input (Results 1 – 25 of 51) sorted by relevance

123

/PHP-8.1/ext/mbstring/ucgendat/
H A Ductest.php21 function parseDataFile(string $input) {
69 function testUnicodeData(string $input) {
97 function testCaseFolding(string $input) {
113 function testSpecialCasing(string $input) {
H A Ducgendat.php212 function parseDataFile(string $input) {
231 function parseUnicodeData(UnicodeData $data, string $input) : void {
288 function parseCaseFolding(UnicodeData $data, string $input) : void {
343 function parseSpecialCasing(UnicodeData $data, string $input) : void {
368 function parseDerivedCoreProperties(UnicodeData $data, string $input) : void {
390 function parseEastAsianWidth(string $input) : array {
/PHP-8.1/ext/hash/
H A Dhash_fnv.c92 PHP_HASH_API void PHP_FNV132Update(PHP_FNV132_CTX *context, const unsigned char *input, in PHP_FNV132Update()
98 PHP_HASH_API void PHP_FNV1a32Update(PHP_FNV132_CTX *context, const unsigned char *input, in PHP_FNV1a32Update()
127 PHP_HASH_API void PHP_FNV164Update(PHP_FNV164_CTX *context, const unsigned char *input, in PHP_FNV164Update()
133 PHP_HASH_API void PHP_FNV1a64Update(PHP_FNV164_CTX *context, const unsigned char *input, in PHP_FNV1a64Update()
H A Dhash_crc32.c28 PHP_HASH_API void PHP_CRC32Update(PHP_CRC32_CTX *context, const unsigned char *input, size_t len) in PHP_CRC32Update()
41 PHP_HASH_API void PHP_CRC32BUpdate(PHP_CRC32_CTX *context, const unsigned char *input, size_t len) in PHP_CRC32BUpdate()
54 PHP_HASH_API void PHP_CRC32CUpdate(PHP_CRC32_CTX *context, const unsigned char *input, size_t len) in PHP_CRC32CUpdate()
H A Dhash_sha.c37 static void SHAEncode32(unsigned char *output, uint32_t *input, unsigned int len) in SHAEncode32()
55 static void SHADecode32(uint32_t *output, const unsigned char *input, unsigned int len) in SHADecode32()
223 PHP_HASH_API void PHP_SHA224Update(PHP_SHA224_CTX * context, const unsigned char *input, size_t inp… in PHP_SHA224Update()
300 PHP_HASH_API void PHP_SHA256Update(PHP_SHA256_CTX * context, const unsigned char *input, size_t inp… in PHP_SHA256Update()
413 static void SHAEncode64(unsigned char *output, uint64_t *input, unsigned int len) in SHAEncode64()
435 static void SHADecode64(uint64_t *output, const unsigned char *input, unsigned int len) in SHADecode64()
514 PHP_HASH_API void PHP_SHA384Update(PHP_SHA384_CTX * context, const unsigned char *input, size_t inp… in PHP_SHA384Update()
667 PHP_HASH_API void PHP_SHA512Update(PHP_SHA512_CTX * context, const unsigned char *input, size_t inp… in PHP_SHA512Update()
H A Dhash_joaat.c44 PHP_HASH_API void PHP_JOAATUpdate(PHP_JOAAT_CTX *context, const unsigned char *input, size_t inputL… in PHP_JOAATUpdate()
83 unsigned char *input = (unsigned char *)buf; in joaat_buf() local
H A Dhash_ripemd.c206 static void RIPEMDDecode(uint32_t *output, const unsigned char *input, unsigned int len) in RIPEMDDecode()
272 PHP_HASH_API void PHP_RIPEMD128Update(PHP_RIPEMD128_CTX * context, const unsigned char *input, size… in PHP_RIPEMD128Update()
370 PHP_HASH_API void PHP_RIPEMD256Update(PHP_RIPEMD256_CTX * context, const unsigned char *input, size… in PHP_RIPEMD256Update()
469 PHP_HASH_API void PHP_RIPEMD160Update(PHP_RIPEMD160_CTX * context, const unsigned char *input, size… in PHP_RIPEMD160Update()
577 PHP_HASH_API void PHP_RIPEMD320Update(PHP_RIPEMD320_CTX * context, const unsigned char *input, size… in PHP_RIPEMD320Update()
623 static void RIPEMDEncode(unsigned char *output, uint32_t *input, unsigned int len) in RIPEMDEncode()
H A Dhash_md.c80 static void Encode(unsigned char *output, uint32_t *input, unsigned int len) in Encode()
97 static void Decode(uint32_t *output, const unsigned char *input, unsigned int len) in Decode()
205 PHP_HASH_API void PHP_MD4Update(PHP_MD4_CTX * context, const unsigned char *input, size_t inputLen) in PHP_MD4Update()
H A Dhash_adler32.c26 PHP_HASH_API void PHP_ADLER32Update(PHP_ADLER32_CTX *context, const unsigned char *input, size_t le… in PHP_ADLER32Update()
H A Dhash_haval.c97 static void Encode(unsigned char *output, uint32_t *input, unsigned int len) in Encode()
114 static void Decode(uint32_t *output, const unsigned char *input, unsigned int len) in Decode()
281 PHP_HASH_API void PHP_HAVALUpdate(PHP_HAVAL_CTX *context, const unsigned char *input, size_t inputL… in PHP_HAVALUpdate()
H A Dhash_whirlpool.c271 PHP_HASH_API void PHP_WHIRLPOOLUpdate(PHP_WHIRLPOOL_CTX *context, const unsigned char *input, size_… in PHP_WHIRLPOOLUpdate()
/PHP-8.1/ext/hash/xxhash/
H A Dxxhash.h1205 static xxh_u32 XXH32_round(xxh_u32 acc, xxh_u32 input) in XXH32_round()
1727 static xxh_u64 XXH64_round(xxh_u64 acc, xxh_u64 input) in XXH64_round()
3034 const void* XXH_RESTRICT input, in XXH3_accumulate_512_avx512()
3140 const void* XXH_RESTRICT input, in XXH3_accumulate_512_avx2()
3246 const void* XXH_RESTRICT input, in XXH3_accumulate_512_sse2()
3345 const void* XXH_RESTRICT input, in XXH3_accumulate_512_neon()
3439 const void* XXH_RESTRICT input, in XXH3_accumulate_512_vsx()
3504 const void* XXH_RESTRICT input, in XXH3_accumulate_512_scalar()
3666 const xxh_u8* XXH_RESTRICT input, in XXH3_accumulate()
4057 const xxh_u8* input, size_t len, in XXH3_update()
[all …]
/PHP-8.1/ext/intl/normalizer/
H A Dnormalizer_normalize.c82 char* input = NULL; in PHP_FUNCTION() local
221 char* input = NULL; in PHP_FUNCTION() local
304 char* input = NULL; in PHP_FUNCTION() local
/PHP-8.1/sapi/phpdbg/
H A Dcreate-test.php66 $input = $output = ""; variable
116 $input = trim($input); variable
H A Dphpdbg_parser.y188 int phpdbg_do_parse(phpdbg_param_t *stack, char *input) { in phpdbg_do_parse()
/PHP-8.1/ext/standard/
H A Dphp_fopen_wrapper.c78 php_stream_input_t *input = stream->abstract; in php_stream_input_read() local
125 php_stream_input_t *input = stream->abstract; in php_stream_input_seek() local
218 php_stream_input_t *input; in php_stream_url_wrap_php() local
H A Dsha1.c173 PHPAPI void PHP_SHA1Update(PHP_SHA1_CTX * context, const unsigned char *input, in PHP_SHA1Update()
362 static void SHA1Encode(output, input, len) in SHA1Encode() argument
382 static void SHA1Decode(output, input, len) in SHA1Decode() argument
H A Darray.c3904 zval *input, /* Input array */ local
4018 zval *input, /* Input array */ local
4061 zval *input, /* Input array */ local
4147 HashTable *input; local
4210 zval *input, /* Input array */ local
4256 zval *input; /* Input array */ local
5644 zval *input; local
5754 zval *input, local
5778 zval *input, local
5816 zval *input; local
[all …]
H A Dcrypt_sha256.c610 const char *input; member
652 const char *input; member
/PHP-8.1/ext/mbstring/
H A Dgen_rare_cp_bitvec.php11 $input = file_get_contents($argv[1]); variable
/PHP-8.1/ext/hash/sha3/generic64lc/
H A DKeccakP-1600-opt64.c399 …ndAddBytesInLane(const void *state, unsigned int lanePosition, const unsigned char *input, unsigne… in KeccakP1600_ExtractAndAddBytesInLane()
426 void KeccakP1600_ExtractAndAddLanes(const void *state, const unsigned char *input, unsigned char *o… in KeccakP1600_ExtractAndAddLanes()
467 void KeccakP1600_ExtractAndAddBytes(const void *state, const unsigned char *input, unsigned char *o… in KeccakP1600_ExtractAndAddBytes()
H A DSnP-Relaned.h103 #define SnP_ExtractAndAddBytes(state, input, output, offset, length, SnP_ExtractAndAddLanes, SnP_Ex… argument
/PHP-8.1/ext/xmlreader/
H A Dphp_xmlreader.h44 xmlParserInputBufferPtr input; member
/PHP-8.1/ext/hash/sha3/generic32lc/
H A DSnP-Relaned.h103 #define SnP_ExtractAndAddBytes(state, input, output, offset, length, SnP_ExtractAndAddLanes, SnP_Ex… argument
/PHP-8.1/ext/filter/
H A Dfilter.c607 static void php_filter_array_handler(zval *input, HashTable *op_ht, zend_long op_long, in php_filter_array_handler()
652 zval *input = NULL, *tmp; in PHP_FUNCTION() local

Completed in 111 milliseconds

123