Home
last modified time | relevance | path

Searched refs:ctx (Results 101 – 108 of 108) sorted by relevance

12345

/PHP-7.4/main/streams/
H A Dstreams.c84 if (stream->ctx) { in forget_persistent_resource_id_numbers()
85 zend_list_delete(stream->ctx); in forget_persistent_resource_id_numbers()
86 stream->ctx = NULL; in forget_persistent_resource_id_numbers()
322 ret->ctx = NULL; in _php_stream_alloc()
2231 stream->ctx = context->res;
2234 stream->ctx = NULL;
/PHP-7.4/ext/standard/
H A Dfile.c1689 …PAPI int php_copy_file_ctx(const char *src, const char *dest, int src_flg, php_stream_context *ctx) in php_copy_file_ctx() argument
1695 switch (php_stream_stat_path_ex(src, 0, &src_s, ctx)) { in php_copy_file_ctx()
1710 …stream_stat_path_ex(dest, PHP_STREAM_URL_STAT_QUIET | PHP_STREAM_URL_STAT_NOCACHE, &dest_s, ctx)) { in php_copy_file_ctx()
1760 srcstream = php_stream_open_wrapper_ex(src, "rb", src_flg | REPORT_ERRORS, NULL, ctx); in php_copy_file_ctx()
1766 deststream = php_stream_open_wrapper_ex(dest, "wb", REPORT_ERRORS, NULL, ctx); in php_copy_file_ctx()
H A Dstreamsfuncs.c957 stream->ctx = context->res; in decode_context_param()
/PHP-7.4/ext/gd/libgd/
H A Dgd.h368 gdImagePtr gdImageCreateFromTgaCtx(gdIOCtx* ctx);
773 void* gdDPExtractData(struct gdIOCtx* ctx, int *size);
/PHP-7.4/ext/sodium/
H A Dlibsodium.c3322 char *ctx; in PHP_FUNCTION() local
3333 &ctx, &ctx_len, in PHP_FUNCTION()
3358 memcpy(ctx_padded, ctx, crypto_kdf_CONTEXTBYTES); in PHP_FUNCTION()
3364 ctx, (const unsigned char *) key); in PHP_FUNCTION()
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c2214 PHP_MD5_CTX ctx; in accel_gen_uname_id() local
2222 PHP_MD5Init(&ctx); in accel_gen_uname_id()
2223 PHP_MD5Update(&ctx, (void *) uname, (unsize - 1) * sizeof(wchar_t)); in accel_gen_uname_id()
2224 PHP_MD5Update(&ctx, ZCG(accel_directives).cache_id, strlen(ZCG(accel_directives).cache_id)); in accel_gen_uname_id()
2225 PHP_MD5Final(digest, &ctx); in accel_gen_uname_id()
/PHP-7.4/ext/oci8/
H A Doci8_statement.c425 sb4 php_oci_define_callback(dvoid *ctx, OCIDefine *define, ub4 iter, dvoid **bufpp, ub4 **alenpp, u… in php_oci_define_callback() argument
427 php_oci_out_column *outcol = (php_oci_out_column *)ctx; in php_oci_define_callback()
/PHP-7.4/ext/gd/
H A Dgd.c2274 static int _php_ctx_getmbi(gdIOCtx *ctx) in _php_ctx_getmbi() argument
2279 i = (ctx->getC)(ctx); in _php_ctx_getmbi()

Completed in 63 milliseconds

12345