Home
last modified time | relevance | path

Searched defs:context (Results 26 – 50 of 84) sorted by relevance

1234

/PHP-8.3/main/streams/
H A Dstreams.c370 php_stream_context *context; in _php_stream_free() local
2090 PHPAPI int _php_stream_mkdir(const char *path, int mode, int options, php_stream_context *context)
2104 PHPAPI int _php_stream_rmdir(const char *path, int options, php_stream_context *context)
2118 …stream_stat_path(const char *path, int flags, php_stream_statbuf *ssb, php_stream_context *context)
2342 PHPAPI php_stream_context *php_stream_context_set(php_stream *stream, php_stream_context *context)
2359 PHPAPI void php_stream_notification_notify(php_stream_context *context, int notifycode, int severit…
2366 PHPAPI void php_stream_context_free(php_stream_context *context)
2381 php_stream_context *context; local
2403 PHPAPI zval *php_stream_context_get_option(php_stream_context *context,
2414 PHPAPI void php_stream_context_set_option(php_stream_context *context,
[all …]
H A Duserspace.c261 …er_stream_create_object(struct php_user_stream_wrapper *uwrap, php_stream_context *context, zval *… in user_stream_create_object()
1033 …pper_unlink(php_stream_wrapper *wrapper, const char *url, int options, php_stream_context *context) in user_wrapper_unlink()
1072 int options, php_stream_context *context) in user_wrapper_rename()
1113 int options, php_stream_context *context) in user_wrapper_mkdir()
1156 int options, php_stream_context *context) in user_wrapper_rmdir()
1197 void *value, php_stream_context *context) in user_wrapper_metadata()
1265 php_stream_statbuf *ssb, php_stream_context *context) in user_wrapper_stat_url()
H A Dplain_wrapper.c1217 …wrapper *wrapper, const char *url, int flags, php_stream_statbuf *ssb, php_stream_context *context) in php_plain_files_url_stater()
1243 …iles_unlink(php_stream_wrapper *wrapper, const char *url, int options, php_stream_context *context) in php_plain_files_unlink()
1269 …apper *wrapper, const char *url_from, const char *url_to, int options, php_stream_context *context) in php_plain_files_rename()
1370 …r(php_stream_wrapper *wrapper, const char *dir, int mode, int options, php_stream_context *context) in php_plain_files_mkdir()
1462 …files_rmdir(php_stream_wrapper *wrapper, const char *url, int options, php_stream_context *context) in php_plain_files_rmdir()
1490 …php_stream_wrapper *wrapper, const char *url, int option, void *value, php_stream_context *context) in php_plain_files_metadata()
/PHP-8.3/ext/pdo_sqlite/
H A Dsqlite_driver.c313 int argc, sqlite3_value **argv, sqlite3_context *context, in do_callback()
446 static void php_sqlite3_func_callback(sqlite3_context *context, int argc, in php_sqlite3_func_callback()
454 static void php_sqlite3_func_step_callback(sqlite3_context *context, int argc, in php_sqlite3_func_step_callback()
462 static void php_sqlite3_func_final_callback(sqlite3_context *context) in php_sqlite3_func_final_callback()
469 static int php_sqlite3_collation_callback(void *context, in php_sqlite3_collation_callback()
/PHP-8.3/ext/hash/
H A Dhash.c364 void *context; in php_hash_do_hash() local
479 static inline void php_hash_hmac_prep_key(unsigned char *K, const php_hash_ops *ops, void *context,… in php_hash_hmac_prep_key()
493 static inline void php_hash_hmac_round(unsigned char *final, const php_hash_ops *ops, void *context in php_hash_hmac_round()
506 void *context; in php_hash_do_hash_hmac() local
617 void *context; in PHP_FUNCTION() local
750 php_stream_context *context = NULL; in PHP_FUNCTION() local
841 php_hashcontext_object *context; in PHP_FUNCTION() local
905 void *context; in PHP_FUNCTION() local
999 void *context; in PHP_FUNCTION() local
1318 void *context; in PHP_FUNCTION() local
/PHP-8.3/Zend/
H A Dzend_fibers.c378 zend_fiber_context *context = EG(current_fiber_context); in zend_fiber_trampoline() local
406 ZEND_API zend_result zend_fiber_init_context(zend_fiber_context *context, void *kind, zend_fiber_co… in zend_fiber_init_context()
453 ZEND_API void zend_fiber_destroy_context(zend_fiber_context *context) in zend_fiber_destroy_context()
542 static void zend_fiber_cleanup(zend_fiber_context *context) in zend_fiber_cleanup()
640 zend_fiber_context *context, zval *value, bool exception in zend_fiber_switch_to()
1062 zend_fiber_context *context = ecalloc(1, sizeof(zend_fiber_context)); in zend_fiber_init() local
H A Dzend_fibers.h62 zend_fiber_context *context; member
110 zend_fiber_context context; member
H A Dzend_system_id.c26 static PHP_MD5_CTX context; variable
H A Dzend_signal.c84 void zend_signal_handler_defer(int signo, siginfo_t *siginfo, void *context) in zend_signal_handler_defer()
178 static void zend_signal_handler(int signo, siginfo_t *siginfo, void *context) in zend_signal_handler()
/PHP-8.3/Zend/Optimizer/
H A Dzend_call_graph.c29 static void zend_op_array_calc(zend_op_array *op_array, void *context) in zend_op_array_calc()
35 static void zend_op_array_collect(zend_op_array *op_array, void *context) in zend_op_array_collect()
H A Dzend_optimizer.c1414 zend_op_array *op_array, zend_op_array_func_t func, void *context) { in zend_foreach_op_array_helper()
1421 void zend_foreach_op_array(zend_script *script, zend_op_array_func_t func, void *context) in zend_foreach_op_array()
1448 static void step_optimize_op_array(zend_op_array *op_array, void *context) { in step_optimize_op_array()
1452 static void step_adjust_fcall_stack_size(zend_op_array *op_array, void *context) { in step_adjust_fcall_stack_size()
1456 static void step_dump_after_optimizer(zend_op_array *op_array, void *context) { in step_dump_after_optimizer()
/PHP-8.3/ext/intl/uchar/
H A Duchar.c165 static UBool enumCharType_callback(enumCharType_data *context, in enumCharType_callback()
192 enumCharType_data context; in IC_METHOD() local
268 static UBool enumCharNames_callback(enumCharNames_data *context, in enumCharNames_callback()
298 enumCharNames_data context; in IC_METHOD() local
/PHP-8.3/ext/phar/
H A Dstream.c562 php_stream_statbuf *ssb, php_stream_context *context) /* {{{ */ in phar_wrapper_stat()
670 …ink(php_stream_wrapper *wrapper, const char *url, int options, php_stream_context *context) /* {{{… in phar_wrapper_unlink()
744 …rapper, const char *url_from, const char *url_to, int options, php_stream_context *context) /* {{{… in phar_wrapper_rename()
H A Dfunc_interceptors.c55 php_stream_context *context = NULL; in PHAR_FUNC() local
196 php_stream_context *context = NULL; in PHAR_FUNC() local
260 php_stream_context *context = php_stream_context_from_zval(zcontext, 0); in PHAR_FUNC() local
307 php_stream_context *context = php_stream_context_from_zval(zcontext, 0); in PHAR_FUNC() local
H A Ddirstream.c397 …wrapper *wrapper, const char *url_from, int mode, int options, php_stream_context *context) /* {{{… in phar_wrapper_mkdir()
529 …dir(php_stream_wrapper *wrapper, const char *url, int options, php_stream_context *context) /* {{{… in phar_wrapper_rmdir()
/PHP-8.3/ext/zend_test/
H A Dfiber.h27 zend_fiber_context context; member
/PHP-8.3/ext/standard/
H A Dbasic_functions.stub.php2096 function crypt(#[\SensitiveParameter] string $string, string $salt): string {}
H A Dmd5.c46 PHP_MD5_CTX context; in PHP_FUNCTION() local
76 PHP_MD5_CTX context; in PHP_FUNCTION() local
H A Ddir.c202 php_stream_context *context = NULL; in _php_do_opendir() local
529 php_stream_context *context = NULL; in PHP_FUNCTION() local
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg.stub.php39 function phpdbg_exec(string $context): string|bool {}
/PHP-8.3/main/
H A Dphp_streams.h78 #define php_stream_open_wrapper_ex_rel(path, mode, options, opened, context) _php_stream_open_wrapp… argument
372 #define php_stream_stat_path_ex(path, flags, ssb, context) _php_stream_stat_path((path), (flags), (… argument
375 #define php_stream_mkdir(path, mode, options, context) _php_stream_mkdir(path, mode, options, conte… argument
378 #define php_stream_rmdir(path, options, context) _php_stream_rmdir(path, options, context) argument
381 #define php_stream_opendir(path, options, context) _php_stream_opendir((path), (options), (context)… argument
392 #define php_stream_scandir(dirname, namelist, context, compare) _php_stream_scandir((dirname), (nam… argument
602 #define php_stream_open_wrapper_ex(path, mode, options, opened, context) _php_stream_open_wrapper_e… argument
/PHP-8.3/ext/soap/
H A Dphp_http.c147 void http_context_headers(php_stream_context* context, in http_context_headers()
168 …am* http_connect(zval* this_ptr, php_url *phpurl, int use_ssl, php_stream_context *context, int *u… in http_connect()
372 php_stream_context *context = NULL; in make_http_soap_request() local
/PHP-8.3/ext/mysqlnd/
H A Dmysqlnd_loaddata.c29 php_stream_context *context = NULL; in mysqlnd_local_infile_init() local
/PHP-8.3/ext/libxml/
H A Dlibxml.stub.php165 function libxml_set_streams_context($context): void {}
/PHP-8.3/ext/spl/
H A Dspl_directory.stub.php86 …public function openFile(string $mode = "r", bool $useIncludePath = false, $context = null): SplFi…
283 …__construct(string $filename, string $mode = "r", bool $useIncludePath = false, $context = null) {}

Completed in 153 milliseconds

1234