Home
last modified time | relevance | path

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

1234

/PHP-8.1/ext/standard/
H A Dfile.c133 php_stream_context *context = (php_stream_context*)res->ptr; in ZEND_RSRC_DTOR_FUNC() local
540 php_stream_context *context = NULL; in PHP_FUNCTION() local
595 php_stream_context *context = NULL; in PHP_FUNCTION() local
741 php_stream_context *context = NULL; in PHP_FUNCTION() local
876 php_stream_context *context = NULL; in PHP_FUNCTION() local
1286 php_stream_context *context; in PHP_FUNCTION() local
1308 php_stream_context *context; in PHP_FUNCTION() local
1331 php_stream_context *context = NULL; in PHP_FUNCTION() local
1406 php_stream_context *context; in PHP_FUNCTION() local
1445 php_stream_context *context = NULL; in PHP_FUNCTION() local
[all …]
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
541 php_stream_context *context = NULL; in PHP_FUNCTION() local
/PHP-8.1/main/streams/
H A Dstreams.c368 php_stream_context *context; in _php_stream_free() local
1937 PHPAPI int _php_stream_mkdir(const char *path, int mode, int options, php_stream_context *context)
1951 PHPAPI int _php_stream_rmdir(const char *path, int options, php_stream_context *context)
1965 …stream_stat_path(const char *path, int flags, php_stream_statbuf *ssb, php_stream_context *context)
2186 PHPAPI php_stream_context *php_stream_context_set(php_stream *stream, php_stream_context *context)
2203 PHPAPI void php_stream_notification_notify(php_stream_context *context, int notifycode, int severit…
2210 PHPAPI void php_stream_context_free(php_stream_context *context)
2225 php_stream_context *context; local
2248 PHPAPI zval *php_stream_context_get_option(php_stream_context *context,
2259 PHPAPI int php_stream_context_set_option(php_stream_context *context,
[all …]
H A Duserspace.c278 …er_stream_create_object(struct php_user_stream_wrapper *uwrap, php_stream_context *context, zval *… in user_stream_create_object()
1075 …pper_unlink(php_stream_wrapper *wrapper, const char *url, int options, php_stream_context *context) in user_wrapper_unlink()
1118 int options, php_stream_context *context) in user_wrapper_rename()
1163 int options, php_stream_context *context) in user_wrapper_mkdir()
1210 int options, php_stream_context *context) in user_wrapper_rmdir()
1255 void *value, php_stream_context *context) in user_wrapper_metadata()
1327 php_stream_statbuf *ssb, php_stream_context *context) in user_wrapper_stat_url()
H A Dplain_wrapper.c1203 …wrapper *wrapper, const char *url, int flags, php_stream_statbuf *ssb, php_stream_context *context) in php_plain_files_url_stater()
1229 …iles_unlink(php_stream_wrapper *wrapper, const char *url, int options, php_stream_context *context) in php_plain_files_unlink()
1255 …apper *wrapper, const char *url_from, const char *url_to, int options, php_stream_context *context) in php_plain_files_rename()
1356 …r(php_stream_wrapper *wrapper, const char *dir, int mode, int options, php_stream_context *context) in php_plain_files_mkdir()
1448 …files_rmdir(php_stream_wrapper *wrapper, const char *url, int options, php_stream_context *context) in php_plain_files_rmdir()
1476 …php_stream_wrapper *wrapper, const char *url, int option, void *value, php_stream_context *context) in php_plain_files_metadata()
/PHP-8.1/ext/pdo_sqlite/
H A Dsqlite_driver.c326 int argc, sqlite3_value **argv, sqlite3_context *context, in do_callback()
460 static void php_sqlite3_func_callback(sqlite3_context *context, int argc, in php_sqlite3_func_callback()
468 static void php_sqlite3_func_step_callback(sqlite3_context *context, int argc, in php_sqlite3_func_step_callback()
476 static void php_sqlite3_func_final_callback(sqlite3_context *context) in php_sqlite3_func_final_callback()
483 static int php_sqlite3_collation_callback(void *context, in php_sqlite3_collation_callback()
/PHP-8.1/ext/hash/
H A Dhash.c363 void *context; in php_hash_do_hash() local
478 static inline void php_hash_hmac_prep_key(unsigned char *K, const php_hash_ops *ops, void *context,… in php_hash_hmac_prep_key()
492 static inline void php_hash_hmac_round(unsigned char *final, const php_hash_ops *ops, void *context in php_hash_hmac_round()
505 void *context; in php_hash_do_hash_hmac() local
616 void *context; in PHP_FUNCTION() local
749 php_stream_context *context = NULL; in PHP_FUNCTION() local
840 php_hashcontext_object *context; in PHP_FUNCTION() local
904 void *context; in PHP_FUNCTION() local
998 void *context; in PHP_FUNCTION() local
1328 void *context; in PHP_FUNCTION() local
/PHP-8.1/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.c1350 zend_op_array *op_array, zend_op_array_func_t func, void *context) { in zend_foreach_op_array_helper()
1357 void zend_foreach_op_array(zend_script *script, zend_op_array_func_t func, void *context) in zend_foreach_op_array()
1383 static void step_optimize_op_array(zend_op_array *op_array, void *context) { in step_optimize_op_array()
1387 static void step_adjust_fcall_stack_size(zend_op_array *op_array, void *context) { in step_adjust_fcall_stack_size()
1391 static void step_dump_after_optimizer(zend_op_array *op_array, void *context) { in step_dump_after_optimizer()
/PHP-8.1/ext/dom/
H A Dcharacterdata.c370 xmlNode *context; in PHP_METHOD() local
387 xmlNode *context; in PHP_METHOD() local
404 xmlNode *context; in PHP_METHOD() local
H A Delement.c1213 xmlNode *context; in PHP_METHOD() local
1230 xmlNode *context; in PHP_METHOD() local
1250 xmlNode *context; in PHP_METHOD() local
1271 xmlNode *context; in PHP_METHOD() local
1292 xmlNode *context; in PHP_METHOD() local
/PHP-8.1/Zend/
H A Dzend_fibers.c294 zend_fiber_context *context = EG(current_fiber_context); in zend_fiber_trampoline() local
322 ZEND_API bool zend_fiber_init_context(zend_fiber_context *context, void *kind, zend_fiber_coroutine… in zend_fiber_init_context()
362 ZEND_API void zend_fiber_destroy_context(zend_fiber_context *context) in zend_fiber_destroy_context()
529 zend_fiber_context *context, zval *value, bool exception in zend_fiber_switch_to()
924 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
103 zend_fiber_context context; member
H A Dzend_system_id.c26 static PHP_MD5_CTX context; variable
H A Dzend_signal.c82 void zend_signal_handler_defer(int signo, siginfo_t *siginfo, void *context) in zend_signal_handler_defer()
176 static void zend_signal_handler(int signo, siginfo_t *siginfo, void *context) in zend_signal_handler()
/PHP-8.1/ext/intl/uchar/
H A Duchar.c164 static UBool enumCharType_callback(enumCharType_data *context, in enumCharType_callback()
191 enumCharType_data context; in IC_METHOD() local
267 static UBool enumCharNames_callback(enumCharNames_data *context, in enumCharNames_callback()
297 enumCharNames_data context; in IC_METHOD() local
/PHP-8.1/ext/libxml/
H A Dlibxml.stub.php16 function libxml_set_streams_context($context): void {}
/PHP-8.1/ext/phar/
H A Dstream.c551 php_stream_statbuf *ssb, php_stream_context *context) /* {{{ */ in phar_wrapper_stat()
659 …ink(php_stream_wrapper *wrapper, const char *url, int options, php_stream_context *context) /* {{{… in phar_wrapper_unlink()
733 …rapper, const char *url_from, const char *url_to, int options, php_stream_context *context) /* {{{… in phar_wrapper_rename()
H A Dfunc_interceptors.c56 php_stream_context *context = NULL; in PHAR_FUNC() local
126 php_stream_context *context = NULL; in PHAR_FUNC() local
256 php_stream_context *context = NULL; in PHAR_FUNC() local
357 php_stream_context *context = NULL; 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.1/ext/zend_test/
H A Dfiber.h27 zend_fiber_context context; member
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg.stub.php17 function phpdbg_exec(string $context): string|bool {}
/PHP-8.1/main/
H A Dphp_streams.h78 #define php_stream_open_wrapper_ex_rel(path, mode, options, opened, context) _php_stream_open_wrapp… argument
358 #define php_stream_stat_path_ex(path, flags, ssb, context) _php_stream_stat_path((path), (flags), (… argument
361 #define php_stream_mkdir(path, mode, options, context) _php_stream_mkdir(path, mode, options, conte… argument
364 #define php_stream_rmdir(path, options, context) _php_stream_rmdir(path, options, context) argument
367 #define php_stream_opendir(path, options, context) _php_stream_opendir((path), (options), (context)… argument
378 #define php_stream_scandir(dirname, namelist, context, compare) _php_stream_scandir((dirname), (nam… argument
588 #define php_stream_open_wrapper_ex(path, mode, options, opened, context) _php_stream_open_wrapper_e… argument
/PHP-8.1/ext/soap/
H A Dphp_http.c85 void http_context_headers(php_stream_context* context, in http_context_headers()
154 …am* http_connect(zval* this_ptr, php_url *phpurl, int use_ssl, php_stream_context *context, int *u… in http_connect()
358 php_stream_context *context = NULL; in make_http_soap_request() local

Completed in 117 milliseconds

1234