Home
last modified time | relevance | path

Searched defs:ctx (Results 51 – 75 of 113) sorted by path

12345

/php-src/ext/gd/libgd/
H A Dgd_io_file.c33 gdIOCtx ctx; member
51 fileIOCtx *ctx; in gdNewFileCtx() local
71 static void gdFreeFileCtx (gdIOCtx * ctx) in gdFreeFileCtx()
77 static int filePutbuf (gdIOCtx * ctx, const void *buf, int size) in filePutbuf()
86 static int fileGetbuf (gdIOCtx * ctx, void *buf, int size) in fileGetbuf()
94 static void filePutchar (gdIOCtx * ctx, int a) in filePutchar()
105 static int fileGetchar (gdIOCtx * ctx) in fileGetchar()
114 static int fileSeek (struct gdIOCtx *ctx, const int pos) in fileSeek()
122 static long fileTell (struct gdIOCtx *ctx) in fileTell()
H A Dgd_io_ss.c34 gdIOCtx ctx; member
52 ssIOCtxPtr ctx; in gdNewSSCtx() local
73 static void gdFreeSsCtx (gdIOCtx * ctx) in gdFreeSsCtx()
79 static int sourceGetbuf (gdIOCtx * ctx, void *buf, int size) in sourceGetbuf()
102 static int sourceGetchar (gdIOCtx * ctx) in sourceGetchar()
116 static int sinkPutbuf (gdIOCtx * ctx, const void *buf, int size) in sinkPutbuf()
132 static void sinkPutchar (gdIOCtx * ctx, int a) in sinkPutchar()
H A Dgd_tga.c62 gdImagePtr gdImageCreateFromTgaCtx(gdIOCtx* ctx) in gdImageCreateFromTgaCtx()
146 int read_header_tga(gdIOCtx *ctx, oTga *tga) in read_header_tga()
206 int read_image_tga( gdIOCtx *ctx, oTga *tga ) in read_image_tga()
H A Dgdtest.c26 gdIOCtxPtr ctx; in main() local
/php-src/ext/hash/
H A Dhash_gost.c309 PHP_GOST_CTX *ctx = (PHP_GOST_CTX *) hash->context; in php_gost_unserialize() local
H A Dhash_md.c361 PHP_MD2_CTX *ctx = (PHP_MD2_CTX *) hash->context; in php_md2_unserialize() local
H A Dhash_murmur.c39 PHP_HASH_API void PHP_MURMUR3AInit(PHP_MURMUR3A_CTX *ctx, HashTable *args) in PHP_MURMUR3AInit()
57 PHP_HASH_API void PHP_MURMUR3AUpdate(PHP_MURMUR3A_CTX *ctx, const unsigned char *in, size_t len) in PHP_MURMUR3AUpdate()
63 PHP_HASH_API void PHP_MURMUR3AFinal(unsigned char digest[4], PHP_MURMUR3A_CTX *ctx) in PHP_MURMUR3AFinal()
96 PHP_HASH_API void PHP_MURMUR3CInit(PHP_MURMUR3C_CTX *ctx, HashTable *args) in PHP_MURMUR3CInit()
118 PHP_HASH_API void PHP_MURMUR3CUpdate(PHP_MURMUR3C_CTX *ctx, const unsigned char *in, size_t len) in PHP_MURMUR3CUpdate()
124 PHP_HASH_API void PHP_MURMUR3CFinal(unsigned char digest[16], PHP_MURMUR3C_CTX *ctx) in PHP_MURMUR3CFinal()
170 PHP_HASH_API void PHP_MURMUR3FInit(PHP_MURMUR3F_CTX *ctx, HashTable *args) in PHP_MURMUR3FInit()
190 PHP_HASH_API void PHP_MURMUR3FUpdate(PHP_MURMUR3F_CTX *ctx, const unsigned char *in, size_t len) in PHP_MURMUR3FUpdate()
196 PHP_HASH_API void PHP_MURMUR3FFinal(unsigned char digest[16], PHP_MURMUR3F_CTX *ctx) in PHP_MURMUR3FFinal()
H A Dhash_sha3.c88 static void permute(PHP_SHA3_CTX* ctx) { in permute()
150 static void PHP_SHA3_Init(PHP_SHA3_CTX* ctx, in PHP_SHA3_Init()
155 static void PHP_SHA3_Update(PHP_SHA3_CTX* ctx, in PHP_SHA3_Update()
180 PHP_SHA3_CTX* ctx, in PHP_SHA3_Final()
208 PHP_SHA3_CTX *ctx = (PHP_SHA3_CTX *) hash->context; in php_sha3_unserialize() local
303 Keccak_HashInstance *ctx = (Keccak_HashInstance *) hash->context; in php_keccak_unserialize() local
H A Dhash_snefru.c194 PHP_SNEFRU_CTX *ctx = (PHP_SNEFRU_CTX *) hash->context; in php_snefru_unserialize() local
H A Dhash_tiger.c244 PHP_TIGER_CTX *ctx = (PHP_TIGER_CTX *) hash->context; in php_tiger_unserialize() local
H A Dhash_whirlpool.c434 PHP_WHIRLPOOL_CTX *ctx = (PHP_WHIRLPOOL_CTX *) hash->context; in php_whirlpool_unserialize() local
H A Dhash_xxhash.c40 PHP_HASH_API void PHP_XXH32Init(PHP_XXH32_CTX *ctx, HashTable *args) in PHP_XXH32Init()
64 PHP_HASH_API void PHP_XXH32Final(unsigned char digest[4], PHP_XXH32_CTX *ctx) in PHP_XXH32Final()
78 PHP_XXH32_CTX *ctx = (PHP_XXH32_CTX *) hash->context; in php_hash_xxh32_unserialize() local
104 PHP_HASH_API void PHP_XXH64Init(PHP_XXH64_CTX *ctx, HashTable *args) in PHP_XXH64Init()
128 PHP_HASH_API void PHP_XXH64Final(unsigned char digest[8], PHP_XXH64_CTX *ctx) in PHP_XXH64Final()
157 zend_always_inline static void _PHP_XXH3_Init(PHP_XXH3_64_CTX *ctx, HashTable *args, in _PHP_XXH3_Init()
198 PHP_HASH_API void PHP_XXH3_64_Init(PHP_XXH3_64_CTX *ctx, HashTable *args) in PHP_XXH3_64_Init()
208 PHP_HASH_API void PHP_XXH3_64_Final(unsigned char digest[8], PHP_XXH3_64_CTX *ctx) in PHP_XXH3_64_Final()
222 PHP_XXH64_CTX *ctx = (PHP_XXH64_CTX *) hash->context; in php_hash_xxh64_unserialize() local
248 PHP_HASH_API void PHP_XXH3_128_Init(PHP_XXH3_128_CTX *ctx, HashTable *args) in PHP_XXH3_128_Init()
[all …]
H A Dphp_hash_md.h31 #define PHP_MD4Init(ctx) PHP_MD4InitArgs(ctx, NULL) argument
45 #define PHP_MD2Init(ctx) PHP_MD2InitArgs(ctx, NULL) argument
H A Dphp_hash_sha.h32 #define PHP_SHA224Init(ctx) PHP_SHA224InitArgs(ctx, NULL) argument
45 #define PHP_SHA256Init(ctx) PHP_SHA256InitArgs(ctx, NULL) argument
58 #define PHP_SHA384Init(ctx) PHP_SHA384InitArgs(ctx, NULL) argument
71 #define PHP_SHA512Init(ctx) PHP_SHA512InitArgs(ctx, NULL) argument
76 #define PHP_SHA512_256Init(ctx) PHP_SHA512_256InitArgs(ctx, NULL) argument
81 #define PHP_SHA512_224Init(ctx) PHP_SHA512_224InitArgs(ctx, NULL) argument
/php-src/ext/ldap/
H A Dldap.c1260 php_ldap_bictx *ctx; in _php_sasl_setdefs() local
1287 static void _php_sasl_freedefs(php_ldap_bictx *ctx) in _php_sasl_freedefs()
1304 php_ldap_bictx *ctx = defaults; in _php_sasl_interact() local
1344 php_ldap_bictx *ctx; in PHP_FUNCTION() local
/php-src/ext/libxml/
H A Dlibxml.c625 static void php_libxml_ctx_error_level(int level, void *ctx, const char *msg, int line) in php_libxml_ctx_error_level()
651 static void php_libxml_internal_error_handler_ex(php_libxml_error_level error_type, void *ctx, cons… in php_libxml_internal_error_handler_ex()
689 PHP_LIBXML_API void php_libxml_error_handler_va(php_libxml_error_level error_type, void *ctx, const… in php_libxml_error_handler_va()
853 PHP_LIBXML_API void php_libxml_ctx_error(void *ctx, const char *msg, ...) in php_libxml_ctx_error()
861 PHP_LIBXML_API void php_libxml_ctx_warning(void *ctx, const char *msg, ...) in php_libxml_ctx_warning()
878 PHP_LIBXML_API void php_libxml_error_handler(void *ctx, const char *msg, ...) in php_libxml_error_handler()
/php-src/ext/mysqlnd/
H A Dmysqlnd_auth.c723 EVP_PKEY_CTX *ctx = EVP_PKEY_CTX_new(server_public_key, NULL); in mysqlnd_sha256_public_encrypt() local
1029 EVP_PKEY_CTX *ctx = EVP_PKEY_CTX_new(server_public_key, NULL); in mysqlnd_caching_sha2_public_encrypt() local
/php-src/ext/opcache/
H A DZendAccelerator.c2457 PHP_MD5_CTX ctx; in accel_gen_uname_id() local
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_proto.h29 #define DASM_M_GROW(ctx, t, p, sz, need) \ argument
43 #define DASM_M_FREE(ctx, p, sz) free(p) argument
/php-src/ext/opcache/jit/ir/
H A Dir.c301 static void ir_grow_bottom(ir_ctx *ctx)
320 static ir_ref ir_next_const(ir_ctx *ctx)
331 static void ir_grow_top(ir_ctx *ctx)
346 static ir_ref ir_next_insn(ir_ctx *ctx)
357 void ir_truncate(ir_ctx *ctx)
399 void ir_free(ir_ctx *ctx)
2013 void _ir_START(ir_ctx *ctx)
2139 ir_ref _ir_END(ir_ctx *ctx)
2288 ir_ref _ir_LOOP_END(ir_ctx *ctx)
2388 void _ir_UNREACHABLE(ir_ctx *ctx)
[all …]
H A Dir.h708 IR_ALWAYS_INLINE void ir_set_op1(ir_ctx *ctx, ir_ref ref, ir_ref val) in ir_set_op1()
713 IR_ALWAYS_INLINE void ir_set_op2(ir_ctx *ctx, ir_ref ref, ir_ref val) in ir_set_op2()
718 IR_ALWAYS_INLINE void ir_set_op3(ir_ctx *ctx, ir_ref ref, ir_ref val) in ir_set_op3()
908 IR_ALWAYS_INLINE void *ir_jit_compile(ir_ctx *ctx, int opt_level, size_t *size) in ir_jit_compile()
H A Dir_cfg.c60 int ir_build_cfg(ir_ctx *ctx) in ir_build_cfg()
402 int ir_remove_unreachable_blocks(ir_ctx *ctx) in ir_remove_unreachable_blocks()
637 int ir_build_dominators_tree(ir_ctx *ctx) in ir_build_dominators_tree()
768 static int ir_build_dominators_tree_iterative(ir_ctx *ctx) in ir_build_dominators_tree_iterative()
876 int ir_find_loops(ir_ctx *ctx) in ir_find_loops()
1222 static void ir_dump_chains(ir_ctx *ctx, ir_chain *chains) in ir_dump_chains()
1242 static int ir_schedule_blocks_bottom_up(ir_ctx *ctx) in ir_schedule_blocks_bottom_up()
1658 static int ir_schedule_blocks_top_down(ir_ctx *ctx) in ir_schedule_blocks_top_down()
1784 int ir_schedule_blocks(ir_ctx *ctx) in ir_schedule_blocks()
1844 uint32_t ir_skip_empty_target_blocks(const ir_ctx *ctx, uint32_t b) in ir_skip_empty_target_blocks()
[all …]
H A Dir_check.c43 static bool ir_check_use_list(const ir_ctx *ctx, ir_ref from, ir_ref to) in ir_check_use_list()
57 static bool ir_check_input_list(const ir_ctx *ctx, ir_ref from, ir_ref to) in ir_check_input_list()
71 static bool ir_check_domination(const ir_ctx *ctx, ir_ref def, ir_ref use) in ir_check_domination()
89 bool ir_check(const ir_ctx *ctx) in ir_check()
H A Dir_disasm.c326 ir_ctx *ctx,
H A Dir_dump.c11 void ir_dump(const ir_ctx *ctx, FILE *f) in ir_dump()
55 void ir_dump_dot(const ir_ctx *ctx, const char *name, FILE *f) in ir_dump_dot()
142 void ir_dump_use_lists(const ir_ctx *ctx, FILE *f) in ir_dump_use_lists()
165 static void ir_dump_dessa_moves(const ir_ctx *ctx, int b, ir_block *bb, FILE *f) in ir_dump_dessa_moves()
213 static void ir_dump_cfg_block(ir_ctx *ctx, FILE *f, uint32_t b, ir_block *bb) in ir_dump_cfg_block()
301 void ir_dump_cfg(ir_ctx *ctx, FILE *f) in ir_dump_cfg()
323 void ir_dump_cfg_map(const ir_ctx *ctx, FILE *f) in ir_dump_cfg_map()
337 void ir_dump_live_ranges(const ir_ctx *ctx, FILE *f) in ir_dump_live_ranges()
478 void ir_dump_codegen(const ir_ctx *ctx, FILE *f) in ir_dump_codegen()

Completed in 123 milliseconds

12345