Home
last modified time | relevance | path

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

123

/PHP-7.4/ext/intl/uchar/
H A Duchar.c185 static UBool enumCharType_callback(enumCharType_data *context, in enumCharType_callback()
213 enumCharType_data context; in IC_METHOD() local
302 static UBool enumCharNames_callback(enumCharNames_data *context, in enumCharNames_callback()
331 enumCharNames_data context; in IC_METHOD() local
/PHP-7.4/main/streams/
H A Dplain_wrapper.c1153 …wrapper *wrapper, const char *url, int flags, php_stream_statbuf *ssb, php_stream_context *context) in php_plain_files_url_stater()
1177 …iles_unlink(php_stream_wrapper *wrapper, const char *url, int options, php_stream_context *context) in php_plain_files_unlink()
1203 …apper *wrapper, const char *url_from, const char *url_to, int options, php_stream_context *context) in php_plain_files_rename()
1304 …r(php_stream_wrapper *wrapper, const char *dir, int mode, int options, php_stream_context *context) in php_plain_files_mkdir()
1389 …files_rmdir(php_stream_wrapper *wrapper, const char *url, int options, php_stream_context *context) in php_plain_files_rmdir()
1417 …php_stream_wrapper *wrapper, const char *url, int option, void *value, php_stream_context *context) in php_plain_files_metadata()
H A Dtransports.c57 php_stream_context *context, in _php_stream_xport_create()
/PHP-7.4/ext/phar/
H A Dstream.c554 php_stream_statbuf *ssb, php_stream_context *context) /* {{{ */ in phar_wrapper_stat()
662 …ink(php_stream_wrapper *wrapper, const char *url, int options, php_stream_context *context) /* {{{… in phar_wrapper_unlink()
736 …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
121 php_stream_context *context = NULL; in PHAR_FUNC() local
251 php_stream_context *context = NULL; in PHAR_FUNC() local
352 php_stream_context *context = NULL; in PHAR_FUNC() local
H A Ddirstream.c411 …wrapper *wrapper, const char *url_from, int mode, int options, php_stream_context *context) /* {{{… in phar_wrapper_mkdir()
543 …dir(php_stream_wrapper *wrapper, const char *url, int options, php_stream_context *context) /* {{{… in phar_wrapper_rmdir()
/PHP-7.4/Zend/
H A Dzend_signal.c82 void zend_signal_handler_defer(int signo, siginfo_t *siginfo, void *context) in zend_signal_handler_defer()
174 static void zend_signal_handler(int signo, siginfo_t *siginfo, void *context) in zend_signal_handler()
H A Dzend_signal.h45 void* context; member
/PHP-7.4/ext/standard/
H A Dmd5.c49 PHP_MD5_CTX context; in PHP_NAMED_FUNCTION() local
80 PHP_MD5_CTX context; in PHP_NAMED_FUNCTION() local
H A Ddir.c210 php_stream_context *context = NULL; in _php_do_opendir() local
559 php_stream_context *context = NULL; in PHP_FUNCTION() local
H A Durl.c682 php_stream_context *context; local
H A Dhttp_fopen_wrapper.c121 php_stream_context *context, int redirect_max, int flags, in php_stream_url_wrap_http_ex()
/PHP-7.4/main/
H A Dphp_streams.h80 #define php_stream_open_wrapper_ex_rel(path, mode, options, opened, context) _php_stream_open_wrapp… argument
352 #define php_stream_stat_path_ex(path, flags, ssb, context) _php_stream_stat_path((path), (flags), (… argument
355 #define php_stream_mkdir(path, mode, options, context) _php_stream_mkdir(path, mode, options, conte… argument
358 #define php_stream_rmdir(path, options, context) _php_stream_rmdir(path, options, context) argument
361 #define php_stream_opendir(path, options, context) _php_stream_opendir((path), (options), (context)… argument
372 #define php_stream_scandir(dirname, namelist, context, compare) _php_stream_scandir((dirname), (nam… argument
573 #define php_stream_open_wrapper_ex(path, mode, options, opened, context) _php_stream_open_wrapper_e… argument
/PHP-7.4/ext/soap/
H A Dphp_http.c92 void http_context_headers(php_stream_context* context, in http_context_headers()
161 …am* http_connect(zval* this_ptr, php_url *phpurl, int use_ssl, php_stream_context *context, int *u… in http_connect()
365 php_stream_context *context = NULL; in make_http_soap_request() local
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_loaddata.c31 php_stream_context *context = NULL; in mysqlnd_local_infile_init() local
H A Dmysqlnd_auth.c551 PHP_SHA1_CTX context; in php_mysqlnd_scramble() local
987 PHP_SHA256_CTX context; in php_mysqlnd_scramble_sha2() local
/PHP-7.4/ext/tokenizer/
H A Dtokenizer.c188 void on_event(zend_php_scanner_event event, int token, int line, void *context) in on_event()
/PHP-7.4/ext/hash/
H A Dphp_hash.h51 void *context; member
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.c982 static inline void php_sapi_phpdbg_flush(void *context) /* {{{ */ in php_sapi_phpdbg_flush()
1231 void phpdbg_sigio_handler(int sig, siginfo_t *info, void *context) /* {{{ */ in phpdbg_sigio_handler()
1287 void phpdbg_signal_handler(int sig, siginfo_t *info, void *context) /* {{{ */ in phpdbg_signal_handler()
/PHP-7.4/ext/sqlite3/
H A Dsqlite3.c750 … php_sqlite3_fci *fc, zval *cb, int argc, sqlite3_value **argv, sqlite3_context *context, int is_a… in sqlite3_do_callback()
891 static void php_sqlite3_callback_func(sqlite3_context *context, int argc, sqlite3_value **argv) /* … in php_sqlite3_callback_func()
899 static void php_sqlite3_callback_step(sqlite3_context *context, int argc, sqlite3_value **argv) /* … in php_sqlite3_callback_step()
910 static void php_sqlite3_callback_final(sqlite3_context *context) /* {{{ */ in php_sqlite3_callback_final()
/PHP-7.4/ext/dom/
H A Dxpath.c349 zval *id, retval, *context = NULL; in php_xpath_eval() local
/PHP-7.4/ext/fileinfo/
H A Dfileinfo.c543 php_stream_context *context = php_stream_context_from_zval(zcontext, 0); in _php_finfo_get_type() local
/PHP-7.4/ext/opcache/Optimizer/
H A Ddce.c61 } context; typedef
/PHP-7.4/ext/intl/converter/
H A Dconverter.c221 static void php_converter_to_u_callback(const void *context, in php_converter_to_u_callback()
304 static void php_converter_from_u_callback(const void *context, in php_converter_from_u_callback()
/PHP-7.4/ext/spl/
H A Dspl_directory.h86 php_stream_context *context; member

Completed in 132 milliseconds

123