Home
last modified time | relevance | path

Searched defs:ctx (Results 1 – 25 of 64) sorted by last modified time

123

/PHP-7.2/ext/openssl/
H A Dopenssl.c1018 X509V3_CTX ctx; in php_openssl_config_check_syntax() local
2516 static int check_cert(X509_STORE *ctx, X509 *x, STACK_OF(X509) *untrustedchain, int purpose) in check_cert()
3470 X509V3_CTX ctx; in PHP_FUNCTION() local
4216 BN_CTX *ctx; in php_openssl_dh_pub_from_priv() local
6032 EVP_CIPHER_CTX *ctx; in PHP_FUNCTION() local
6157 EVP_CIPHER_CTX *ctx; in PHP_FUNCTION() local
/PHP-7.2/sapi/litespeed/
H A Dlsapi_main.c949 static int lsapi_activate_user_ini_basic_checks(_lsapi_activate_user_ini_ctx *ctx, in lsapi_activate_user_ini_basic_checks()
975 static int lsapi_activate_user_ini_mk_path(_lsapi_activate_user_ini_ctx *ctx, in lsapi_activate_user_ini_mk_path()
995 static int lsapi_activate_user_ini_mk_realpath(_lsapi_activate_user_ini_ctx *ctx, in lsapi_activate_user_ini_mk_realpath()
1022 static int lsapi_activate_user_ini_mk_user_config(_lsapi_activate_user_ini_ctx *ctx, in lsapi_activate_user_ini_mk_user_config()
1051 _lsapi_activate_user_ini_ctx *ctx = data; in walk_down_the_path_callback() local
1058 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()
1094 static int lsapi_activate_user_ini_finally(_lsapi_activate_user_ini_ctx *ctx, in lsapi_activate_user_ini_finally()
1112 _lsapi_activate_user_ini_ctx ctx; in lsapi_activate_user_ini() local
H A Dlsapilib.c3892 void lsapi_MD5Init(struct lsapi_MD5Context *ctx) in lsapi_MD5Init()
3907 void lsapi_MD5Update(struct lsapi_MD5Context *ctx, unsigned char const *buf, unsigned len) in lsapi_MD5Update()
3956 void lsapi_MD5Final(unsigned char digest[16], struct lsapi_MD5Context *ctx) in lsapi_MD5Final()
/PHP-7.2/sapi/apache2handler/
H A Dsapi_apache2.c72 php_struct *ctx; in ZEND_TSRMLS_CACHE_DEFINE() local
87 php_struct *ctx; in php_apache_sapi_header_handler() local
149 php_struct *ctx = SG(server_context); in php_apache_sapi_send_headers() local
180 php_struct *ctx = SG(server_context); in php_apache_sapi_read_post() local
211 php_struct *ctx = SG(server_context); in php_apache_sapi_get_stat() local
234 php_struct *ctx = SG(server_context); in php_apache_sapi_read_cookies() local
246 php_struct *ctx = SG(server_context); in php_apache_sapi_getenv() local
261 php_struct *ctx = SG(server_context); in php_apache_sapi_register_variables() local
283 php_struct *ctx; in php_apache_sapi_flush() local
308 php_struct *ctx; in php_apache_sapi_log_message() local
[all …]
H A Dphp_functions.c61 php_struct *ctx = SG(server_context); in php_apache_lookup_uri() local
175 php_struct *ctx; in PHP_FUNCTION() local
199 php_struct *ctx; in PHP_FUNCTION() local
223 php_struct *ctx; in PHP_FUNCTION() local
255 php_struct *ctx; in PHP_FUNCTION() local
290 php_struct *ctx; in PHP_FUNCTION() local
/PHP-7.2/main/
H A Dreentrancy.c315 do_rand(unsigned long *ctx) in do_rand()
322 php_rand_r(unsigned int *ctx) in php_rand_r()
H A Dphp_streams.h219 zend_resource *ctx; member
/PHP-7.2/ext/zlib/
H A Dzlib.c71 z_stream *ctx = zend_fetch_resource(res, NULL, le_deflate); in deflate_rsrc_dtor() local
78 z_stream *ctx = zend_fetch_resource(res, NULL, le_inflate); in inflate_rsrc_dtor() local
211 php_zlib_context *ctx = *(php_zlib_context **) handler_context; in php_zlib_output_handler() local
280 php_zlib_context *ctx = (php_zlib_context *) opaq; in php_zlib_output_handler_context_dtor() local
483 php_output_context ctx = {0}; in PHP_FUNCTION() local
833 z_stream *ctx; in PHP_FUNCTION() local
912 z_stream *ctx; in PHP_FUNCTION() local
1028 z_stream *ctx; in PHP_FUNCTION() local
1049 z_stream *ctx; in PHP_FUNCTION() local
1069 z_stream *ctx; in PHP_FUNCTION() local
[all …]
/PHP-7.2/ext/zip/lib/
H A Dzip_source_win32handle.c75 _zip_source_win32_read_file_t *ctx; in _zip_source_win32_handle_or_name() local
145 _zip_source_win32_read_file_t *ctx; in _win32_read_file() local
409 _win32_create_temp_file(_zip_source_win32_read_file_t *ctx) in _win32_create_temp_file()
543 _zip_stat_win32(HANDLE h, zip_stat_t *st, _zip_source_win32_read_file_t *ctx) in _zip_stat_win32()
H A Dzip_source_win32w.c84 _win32_open_w(_zip_source_win32_read_file_t *ctx) in _win32_open_w()
91 _win32_create_temp_w(_zip_source_win32_read_file_t *ctx, void **temp, zip_uint32_t value, PSECURITY… in _win32_create_temp_w()
111 _win32_rename_temp_w(_zip_source_win32_read_file_t *ctx) in _win32_rename_temp_w()
H A Dzip_source_window.c63 struct window *ctx; in _zip_source_window_new() local
116 struct window *ctx; in window_read() local
H A Dzip_source_buffer.c87 struct read_data *ctx; in zip_source_buffer_create() local
123 struct read_data *ctx = (struct read_data *)state; in read_data() local
H A Dzip_source_crc.c57 struct crc_context *ctx; in zip_source_crc() local
83 struct crc_context *ctx; in crc_read() local
H A Dzip_source_deflate.c62 struct deflate *ctx; in zip_source_deflate() local
96 compress_read(zip_source_t *src, struct deflate *ctx, void *data, zip_uint64_t len) in compress_read()
196 decompress_read(zip_source_t *src, struct deflate *ctx, void *data, zip_uint64_t len) in decompress_read()
280 struct deflate *ctx; in deflate_compress() local
348 struct deflate *ctx; in deflate_decompress() local
412 deflate_free(struct deflate *ctx) in deflate_free()
H A Dzip_source_filep.c115 struct read_file *ctx; in _zip_source_file_or_p() local
176 create_temp_output(struct read_file *ctx) in create_temp_output()
224 struct read_file *ctx; in read_file() local
H A Dzip_source_pkware.c63 struct trad_pkware *ctx; in zip_source_pkware() local
97 decrypt(struct trad_pkware *ctx, zip_uint8_t *out, const zip_uint8_t *in, in decrypt()
128 decrypt_header(zip_source_t *src, struct trad_pkware *ctx) in decrypt_header()
167 struct trad_pkware *ctx; in pkware_decrypt() local
223 pkware_free(struct trad_pkware *ctx) in pkware_free()
H A Dzip_source_win32a.c84 _win32_open_a(_zip_source_win32_read_file_t *ctx) in _win32_open_a()
91 _win32_create_temp_a(_zip_source_win32_read_file_t *ctx, void **temp, zip_uint32_t value, PSECURITY… in _win32_create_temp_a()
111 _win32_rename_temp_a(_zip_source_win32_read_file_t *ctx) in _win32_rename_temp_a()
/PHP-7.2/ext/standard/
H A Durl_scanner_ex.c58 url_adapt_state_ex_t *ctx; in php_ini_on_update_tags() local
292 static inline void tag_arg(url_adapt_state_ex_t *ctx, char quotes, char type) in tag_arg()
298 ZSTR_VAL(ctx->arg.s)[ZSTR_LEN(ctx->arg.s)] = '\0'; in tag_arg() local
374 static int check_host_whitelist(url_adapt_state_ex_t *ctx) in check_host_whitelist()
458 ZSTR_VAL(ctx->tag.s)[i] = tolower((int)(unsigned char)ZSTR_VAL(ctx->tag.s)[i]); in handle_tag() local
495 static inline void xx_mainloop(url_adapt_state_ex_t *ctx, const char *newdata, size_t newlen) in xx_mainloop()
1041 …_ext(const char *src, size_t srclen, size_t *newlen, zend_bool do_flush, url_adapt_state_ex_t *ctx) in url_adapt_ext()
1068 url_adapt_state_ex_t *ctx; in php_url_scanner_ex_activate() local
1083 url_adapt_state_ex_t *ctx; in php_url_scanner_ex_deactivate() local
1119 url_adapt_state_ex_t *ctx = url_state; in php_url_scanner_session_handler_impl() local
H A Dmd5.c194 static const void *body(PHP_MD5_CTX *ctx, const void *data, size_t size) in body()
301 PHPAPI void PHP_MD5Init(PHP_MD5_CTX *ctx) in PHP_MD5Init()
312 PHPAPI void PHP_MD5Update(PHP_MD5_CTX *ctx, const void *data, size_t size) in PHP_MD5Update()
347 PHPAPI void PHP_MD5Final(unsigned char *result, PHP_MD5_CTX *ctx) in PHP_MD5Final()
H A Dphp_crypt_r.c129 HCRYPTHASH ctx, ctx1; in php_md5_crypt_r() local
325 PHP_MD5_CTX ctx, ctx1; in php_md5_crypt_r() local
H A Dfile.c1701 …PAPI int php_copy_file_ctx(const char *src, const char *dest, int src_flg, php_stream_context *ctx) in php_copy_file_ctx()
H A Dcrypt_sha512.c132 sha512_process_block(const void *buffer, size_t len, struct sha512_ctx *ctx) { in sha512_process_block()
231 static void sha512_init_ctx (struct sha512_ctx *ctx) { in sha512_init_ctx()
251 static void * sha512_finish_ctx (struct sha512_ctx *ctx, void *resbuf) { in sha512_finish_ctx()
283 sha512_process_bytes(const void *buffer, size_t len, struct sha512_ctx *ctx) { in sha512_process_bytes()
384 struct sha512_ctx ctx; in php_sha512_crypt_r() local
760 struct sha512_ctx ctx; in main() local
H A Dbrowscap.c230 browscap_parser_ctx *ctx, zend_string *str) { in browscap_intern_str()
243 browscap_parser_ctx *ctx, zend_string *str, zend_bool persistent) { in browscap_intern_str_ci()
304 browscap_parser_ctx *ctx = arg; in php_browscap_parser_cb() local
396 browscap_parser_ctx ctx = {0}; in browscap_read_file() local
H A Dcrypt_blowfish.c666 BF_ctx ctx; in BF_crypt() member
H A Dcrypt_sha256.c106 static void sha256_process_block (const void *buffer, size_t len, struct sha256_ctx *ctx) { in sha256_process_block()
204 static void sha256_init_ctx(struct sha256_ctx *ctx) { in sha256_init_ctx()
224 static void * sha256_finish_ctx(struct sha256_ctx *ctx, void *resbuf) { in sha256_finish_ctx()
256 static void sha256_process_bytes(const void *buffer, size_t len, struct sha256_ctx *ctx) { in sha256_process_bytes()
351 struct sha256_ctx ctx; in php_sha256_crypt_r() local
695 struct sha256_ctx ctx; in main() local

Completed in 130 milliseconds

123