Home
last modified time | relevance | path

Searched defs:ctx (Results 26 – 50 of 113) sorted by relevance

12345

/php-src/ext/dom/lexbor/lexbor/core/
H A Dserialize.c12 lexbor_serialize_length_cb(const lxb_char_t *data, size_t length, void *ctx) in lexbor_serialize_length_cb()
19 lexbor_serialize_copy_cb(const lxb_char_t *data, size_t length, void *ctx) in lexbor_serialize_copy_cb()
H A Dserialize.h14 #define lexbor_serialize_write(cb, data, length, ctx, status) \ argument
/php-src/ext/zlib/
H A Dzlib.c169 static zend_result php_zlib_output_handler_ex(php_zlib_context *ctx, php_output_context *output_con… in php_zlib_output_handler_ex()
257 php_zlib_context *ctx = *(php_zlib_context **) handler_context; in php_zlib_output_handler() local
316 php_zlib_context *ctx = (php_zlib_context *) ecalloc(1, sizeof(php_zlib_context)); in php_zlib_output_handler_context_init() local
326 php_zlib_context *ctx = (php_zlib_context *) opaq; in php_zlib_output_handler_context_dtor() local
528 php_output_context ctx = {0}; in PHP_FUNCTION() local
867 php_zlib_context *ctx; in PHP_FUNCTION() local
945 php_zlib_context *ctx; in PHP_FUNCTION() local
1054 php_zlib_context *ctx; in PHP_FUNCTION() local
1070 php_zlib_context *ctx; in PHP_FUNCTION() local
1085 php_zlib_context *ctx; in PHP_FUNCTION() local
[all …]
/php-src/ext/hash/
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 Dphp_hash_md.h31 #define PHP_MD4Init(ctx) PHP_MD4InitArgs(ctx, NULL) argument
45 #define PHP_MD2Init(ctx) PHP_MD2InitArgs(ctx, NULL) argument
/php-src/ext/gd/libgd/
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 Dgd_avif.c173 gdIOCtx *ctx = (gdIOCtx *) io->data; in readFromCtx() local
230 static avifIO *createAvifIOFromCtx(gdIOCtx *ctx) { in createAvifIOFromCtx()
290 gdIOCtx *ctx = gdNewFileCtx(infile); in gdImageCreateFromAvif() local
314 gdIOCtx *ctx = gdNewDynamicCtxEx(size, data, 0); in gdImageCreateFromAvifPtr() local
349 gdImagePtr gdImageCreateFromAvifCtx (gdIOCtx *ctx) in gdImageCreateFromAvifCtx()
/php-src/Zend/Optimizer/
H A Dsccp.c149 static void set_value(scdf_ctx *scdf, sccp_ctx *ctx, int var, const zval *new) { in set_value()
189 static zval *get_op1_value(sccp_ctx *ctx, zend_op *opline, const zend_ssa_op *ssa_op) { in get_op1_value()
293 sccp_ctx *ctx, zend_op *opline, zend_ssa_op *ssa_op, int var, zval *value) { in try_replace_op1()
306 sccp_ctx *ctx, zend_op *opline, zend_ssa_op *ssa_op, int var, zval *value) { in try_replace_op2()
874 sccp_ctx *ctx = (sccp_ctx *) scdf; in sccp_visit_instr() local
1772 static zval *value_from_type_and_range(sccp_ctx *ctx, int var_num, zval *tmp) { in value_from_type_and_range()
1828 sccp_ctx *ctx = (sccp_ctx *) scdf; in sccp_mark_feasible_successors() local
2040 sccp_ctx *ctx = (sccp_ctx *) scdf; in sccp_visit_phi() local
2084 static int remove_call(sccp_ctx *ctx, zend_op *opline, zend_ssa_op *ssa_op) in remove_call()
2371 static int replace_constant_operands(sccp_ctx *ctx) { in replace_constant_operands()
[all …]
H A Dzend_optimizer.c45 void zend_optimizer_collect_constant(zend_optimizer_ctx *ctx, zval *name, zval* value) in zend_optimizer_collect_constant()
1023 zend_optimizer_ctx *ctx) in zend_optimize()
1427 zend_optimizer_ctx *ctx) in zend_optimize_op_array()
1443 static void zend_adjust_fcall_stack_size(zend_op_array *op_array, zend_optimizer_ctx *ctx) in zend_adjust_fcall_stack_size()
1549 static void zend_optimizer_call_registered_passes(zend_script *script, void *ctx) { in zend_optimizer_call_registered_passes()
1563 zend_optimizer_ctx ctx; in zend_optimize_script() 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_save.c11 void ir_print_proto(const ir_ctx *ctx, ir_ref func_proto, FILE *f) in ir_print_proto()
41 static void ir_save_dessa_moves(const ir_ctx *ctx, int b, ir_block *bb, FILE *f) in ir_save_dessa_moves()
89 void ir_save(const ir_ctx *ctx, uint32_t save_flags, FILE *f) in ir_save()
/php-src/ext/standard/
H A Dmd5.c186 static const void *body(PHP_MD5_CTX *ctx, const void *data, size_t size) in body()
293 PHPAPI void PHP_MD5InitArgs(PHP_MD5_CTX *ctx, ZEND_ATTRIBUTE_UNUSED HashTable *args) in PHP_MD5InitArgs()
304 PHPAPI void PHP_MD5Update(PHP_MD5_CTX *ctx, const void *data, size_t size) in PHP_MD5Update()
339 PHPAPI void PHP_MD5Final(unsigned char *result, PHP_MD5_CTX *ctx) in PHP_MD5Final()
H A Dcrypt_sha256.c91 static void sha256_process_block (const void *buffer, size_t len, struct sha256_ctx *ctx) { in sha256_process_block()
189 static void sha256_init_ctx(struct sha256_ctx *ctx) { in sha256_init_ctx()
209 static void * sha256_finish_ctx(struct sha256_ctx *ctx, void *resbuf) { in sha256_finish_ctx()
241 static void sha256_process_bytes(const void *buffer, size_t len, struct sha256_ctx *ctx) { in sha256_process_bytes()
329 struct sha256_ctx ctx; in php_sha256_crypt_r() local
694 struct sha256_ctx ctx; in main() local
H A Dcrypt_sha512.c121 sha512_process_block(const void *buffer, size_t len, struct sha512_ctx *ctx) { in sha512_process_block()
220 static void sha512_init_ctx (struct sha512_ctx *ctx) { in sha512_init_ctx()
240 static void * sha512_finish_ctx (struct sha512_ctx *ctx, void *resbuf) { in sha512_finish_ctx()
272 sha512_process_bytes(const void *buffer, size_t len, struct sha512_ctx *ctx) { in sha512_process_bytes()
366 struct sha512_ctx ctx; in php_sha512_crypt_r() local
763 struct sha512_ctx ctx; in main() local
H A Dsha1.h30 #define PHP_SHA1Init(ctx) PHP_SHA1InitArgs(ctx, NULL) argument
/php-src/ext/dom/lexbor/lexbor/html/interfaces/
H A Delement.c21 void *ctx; member
192 lxb_html_element_style_cb_f cb, void *ctx, in lxb_html_element_style_walk()
208 lexbor_avl_node_t *node, void *ctx) in lxb_html_element_style_walk_cb()
583 lexbor_serialize_cb_f cb, void *ctx) in lxb_html_element_style_serialize()
598 lexbor_avl_node_t *node, void *ctx) in lxb_html_element_style_serialize_cb()
/php-src/ext/dom/
H A Dhtml_document.c104 static void dom_decoding_encoding_ctx_init(dom_decoding_encoding_ctx *ctx) in dom_decoding_encoding_ctx_init()
489 lexbor_libxml2_bridge_parse_context *ctx, in dom_process_parse_chunk()
515 lexbor_libxml2_bridge_parse_context *ctx, in dom_decode_encode_fast_path()
589 lexbor_libxml2_bridge_parse_context *ctx, in dom_decode_encode_slow_path()
634 lexbor_libxml2_bridge_parse_context *ctx, in dom_parse_decode_encode_step()
670 lexbor_libxml2_bridge_parse_context *ctx, in dom_parse_decode_encode_finish()
804 lexbor_libxml2_bridge_parse_context ctx; in PHP_METHOD() local
963 lexbor_libxml2_bridge_parse_context ctx; in PHP_METHOD() local
1156 static zend_result dom_write_output_smart_str(void *ctx, const char *buf, size_t size) in dom_write_output_smart_str()
1234 dom_html5_serialize_context ctx; in dom_common_save() local
H A Dhtml5_parser.c288 void lexbor_libxml2_bridge_parse_context_init(lexbor_libxml2_bridge_parse_context *ctx) in lexbor_libxml2_bridge_parse_context_init()
294 lexbor_libxml2_bridge_parse_context *ctx, in lexbor_libxml2_bridge_parse_set_error_callbacks()
331 const lexbor_libxml2_bridge_parse_context *ctx, in lexbor_libxml2_bridge_report_errors()
/php-src/sapi/fuzzer/
H A Dgenerate_unserializehash_corpus.php7 $ctx = hash_init($algo); variable
/php-src/sapi/litespeed/
H A Dlsapi_main.c913 static int lsapi_activate_user_ini_basic_checks(_lsapi_activate_user_ini_ctx *ctx, in lsapi_activate_user_ini_basic_checks()
939 static int lsapi_activate_user_ini_mk_path(_lsapi_activate_user_ini_ctx *ctx, in lsapi_activate_user_ini_mk_path()
959 static int lsapi_activate_user_ini_mk_realpath(_lsapi_activate_user_ini_ctx *ctx, in lsapi_activate_user_ini_mk_realpath()
986 static int lsapi_activate_user_ini_mk_user_config(_lsapi_activate_user_ini_ctx *ctx, in lsapi_activate_user_ini_mk_user_config()
1015 _lsapi_activate_user_ini_ctx *ctx = data; in walk_down_the_path_callback() local
1022 static int lsapi_activate_user_ini_walk_down_the_path(_lsapi_activate_user_ini_ctx *ctx, in lsapi_activate_user_ini_walk_down_the_path()
1058 static int lsapi_activate_user_ini_finally(_lsapi_activate_user_ini_ctx *ctx, in lsapi_activate_user_ini_finally()
1076 _lsapi_activate_user_ini_ctx ctx; in lsapi_activate_user_ini() local
/php-src/ext/xsl/
H A Dphp_xsl.c223 void *ctx, in xsl_try_output_replaced_error_message()
241 #define XSL_TRY_OUTPUT_REPLACED_ERROR_MESSAGE(ctx, msg, args, search, replace) \ argument
246 static void xsl_libxslt_error_handler(void *ctx, const char *msg, ...) in xsl_libxslt_error_handler()
/php-src/ext/soap/
H A Dphp_schema.c101 static void schema_load_file(sdlCtx *ctx, xmlAttrPtr ns, xmlChar *location, xmlAttrPtr tns, int imp… in schema_load_file()
166 int load_schema(sdlCtx *ctx, xmlNodePtr schema) in load_schema()
1737 …schema_attribute(sdlPtr sdl, xmlAttrPtr tns, xmlNodePtr attrType, sdlTypePtr cur_type, sdlCtx *ctx) in schema_attribute()
1959 …_attributeGroup(sdlPtr sdl, xmlAttrPtr tns, xmlNodePtr attrGroup, sdlTypePtr cur_type, sdlCtx *ctx) in schema_attributeGroup()
2093 static void schema_attribute_fixup(sdlCtx *ctx, sdlAttributePtr attr) in schema_attribute_fixup()
2141 static void schema_attributegroup_fixup(sdlCtx *ctx, sdlAttributePtr attr, HashTable *ht) in schema_attributegroup_fixup()
2192 static void schema_content_model_fixup(sdlCtx *ctx, sdlContentModelPtr model) in schema_content_model_fixup()
2237 static void schema_type_fixup(sdlCtx *ctx, sdlTypePtr type) in schema_type_fixup()
2296 void schema_pass2(sdlCtx *ctx) in schema_pass2()
/php-src/ext/zip/examples/
H A Dencryption.php42 $ctx = stream_context_create(array( variable
/php-src/ext/dom/lexbor/lexbor/html/
H A Dtree.c201 lxb_html_token_t *token, void *ctx) in lxb_html_tree_token_callback()
551 lxb_dom_attr_t *attr, void *ctx) in lxb_html_tree_adjust_mathml_attributes()
577 lxb_dom_attr_t *attr, void *ctx) in lxb_html_tree_adjust_svg_attributes()
614 lxb_dom_attr_t *attr, void *ctx) in lxb_html_tree_adjust_foreign_attributes()
1716 lxb_dom_attr_t *attr, void *ctx) in lxb_html_tree_adjust_attributes_mathml()
1730 lxb_dom_attr_t *attr, void *ctx) in lxb_html_tree_adjust_attributes_svg()
/php-src/ext/openssl/
H A Dxp_ssl.c167 SSL_CTX *ctx; member
194 SSL_CTX *ctx; member
322 static int verify_callback(int preverify_ok, X509_STORE_CTX *ctx) /* {{{ */ in verify_callback()
882 static zend_result php_openssl_enable_peer_verification(SSL_CTX *ctx, php_stream *stream) /* {{{ */ in php_openssl_enable_peer_verification()
936 static void php_openssl_disable_peer_verification(SSL_CTX *ctx, php_stream *stream) /* {{{ */ in php_openssl_disable_peer_verification()
942 static zend_result php_openssl_set_local_cert(SSL_CTX *ctx, php_stream *stream) /* {{{ */ in php_openssl_set_local_cert()
1246 static zend_result php_openssl_set_server_dh_param(php_stream * stream, SSL_CTX *ctx) /* {{{ */ in php_openssl_set_server_dh_param()
1307 static zend_result php_openssl_set_server_ecdh_curve(php_stream *stream, SSL_CTX *ctx) /* {{{ */ in php_openssl_set_server_ecdh_curve()
1418 SSL_CTX *ctx = SSL_CTX_new(SSLv23_server_method()); in php_openssl_create_sni_server_ctx() local
1450 SSL_CTX *ctx; in php_openssl_enable_server_sni() local
[all …]

Completed in 81 milliseconds

12345