Home
last modified time | relevance | path

Searched defs:mode (Results 1 – 25 of 112) sorted by last modified time

12345

/PHP-7.4/ext/gd/
H A Dgd.c3704 static void php_imagechar(INTERNAL_FUNCTION_PARAMETERS, int mode) in php_imagechar()
4063 static void php_imagettftext_common(INTERNAL_FUNCTION_PARAMETERS, int mode, int extended) in php_imagettftext_common()
4542 zend_bool mode = 0; in php_image_filter_pixelate() local
4694 zend_long mode; in PHP_FUNCTION() local
4813 zend_long mode = GD_CROP_DEFAULT; in PHP_FUNCTION() local
/PHP-7.4/ext/pgsql/
H A Dpgsql.c3157 char *z_filename, *mode = "w"; local
/PHP-7.4/ext/filter/
H A Dlogical_filters.c871 int mode; in php_filter_validate_ip() local
/PHP-7.4/main/streams/
H A Dstreams.c1949 PHPAPI int _php_stream_mkdir(const char *path, int mode, int options, php_stream_context *context)
2078 PHPAPI php_stream *_php_stream_open_wrapper_ex(const char *path, const char *mode, int options,
H A Dcast.c47 FILE *fopencookie(void *cookie, const char *mode, COOKIE_IO_FUNCTIONS_T *funcs) in fopencookie()
347 PHPAPI FILE * _php_stream_open_wrapper_as_file(char *path, char *mode, int options, zend_string **o… in _php_stream_open_wrapper_as_file()
H A Dplain_wrapper.c47 #define php_stream_fopen_from_fd_int(fd, mode, persistent_id) _php_stream_fopen_from_fd_int((fd), (… argument
49 #define php_stream_fopen_from_file_int(file, mode) _php_stream_fopen_from_file_int((file), (mode) S… argument
50 #define php_stream_fopen_from_file_int_rel(file, mode) _php_stream_fopen_from_file_int((file), (mo… argument
64 PHPAPI int php_stream_parse_fopen_modes(const char *mode, int *open_flags) in php_stream_parse_fopen_modes()
170 static php_stream *_php_stream_fopen_from_fd_int(int fd, const char *mode, const char *persistent_i… in _php_stream_fopen_from_fd_int()
266 PHPAPI php_stream *_php_stream_fopen_from_fd(int fd, const char *mode, const char *persistent_id ST… in _php_stream_fopen_from_fd()
1004 …stream *php_plain_files_dir_opener(php_stream_wrapper *wrapper, const char *path, const char *mode, in php_plain_files_dir_opener()
1043 PHPAPI php_stream *_php_stream_fopen(const char *filename, const char *mode, zend_string **opened_p… in _php_stream_fopen()
1143 …eam *php_plain_files_stream_opener(php_stream_wrapper *wrapper, const char *path, const char *mode, in php_plain_files_stream_opener()
1304 static int php_plain_files_mkdir(php_stream_wrapper *wrapper, const char *dir, int mode, int option… in php_plain_files_mkdir()
[all …]
/PHP-7.4/ext/standard/
H A Darray.c767 zend_long mode = COUNT_NORMAL; in PHP_FUNCTION() local
H A Dfilestat.c588 zend_long mode; in PHP_FUNCTION() local
H A Dimage.c1492 static void php_getimagesize_from_any(INTERNAL_FUNCTION_PARAMETERS, int mode) { /* {{{ */ in php_getimagesize_from_any()
H A Dstring.c774 …nd_always_inline zend_string *php_trim_int(zend_string *str, char *what, size_t what_len, int mode) in php_trim_int()
866 PHPAPI zend_string *php_trim(zend_string *str, char *what, size_t what_len, int mode) in php_trim()
875 static zend_always_inline void php_do_trim(INTERNAL_FUNCTION_PARAMETERS, int mode) in php_do_trim()
/PHP-7.4/ext/libxml/
H A Dlibxml.c295 static void *php_libxml_streams_IO_open_wrapper(const char *filename, const char *mode, const int r… in php_libxml_streams_IO_open_wrapper()
/PHP-7.4/ext/mbstring/
H A Dmbstring.c5311 MBSTRING_API size_t php_mb_stripos(int mode, const char *old_haystack, size_t old_haystack_len, con… in php_mb_stripos()
/PHP-7.4/main/
H A Dmain.c499 int mode; in php_get_display_errors_mode() local
540 int mode, cgi_or_cli; in PHP_INI_DISP() local
1634 PHPAPI int php_stream_open_for_zend_ex(const char *filename, zend_file_handle *handle, int mode) /*… in php_stream_open_for_zend_ex()
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c421 int mode; member
13385 static int jit_compile(pcre2_code *code, sljit_u32 mode) in jit_compile()
/PHP-7.4/ext/zip/
H A Dphp_zip.c1262 char *mode = NULL; in PHP_NAMED_FUNCTION() local
2781 char *mode = "rb"; local
/PHP-7.4/TSRM/
H A Dtsrm_win32.c193 TSRM_API int tsrm_win32_access(const char *pathname, int mode) in tsrm_win32_access()
451 int fno, type_len, read, mode; in popen_ex() local
/PHP-7.4/ext/curl/
H A Dinterface.c76 static ZEND_ATTRIBUTE_UNUSED void php_curl_ssl_lock(int mode, int n, const char * file, int line) in php_curl_ssl_lock()
/PHP-7.4/ext/phar/
H A Dphar_object.c1926 zend_long mode; in PHP_METHOD() local
4145 mode_t mode; in phar_extract_file() local
/PHP-7.4/ext/imap/
H A Dphp_imap.c3078 static void php_imap_mutf7(INTERNAL_FUNCTION_PARAMETERS, int mode) /* {{{ */ in php_imap_mutf7()
/PHP-7.4/ext/mysqli/
H A Dmysqli_api.c39 …oid mysqli_tx_cor_options_to_string(const MYSQL * const conn, smart_str * str, const uint32_t mode) in mysqli_tx_cor_options_to_string()
110 static int mysqli_commit_or_rollback_libmysql(MYSQL * conn, zend_bool commit, const uint32_t mode, … in mysqli_commit_or_rollback_libmysql()
2333 unsigned long mode; local
/PHP-7.4/ext/openssl/
H A Dopenssl.c6497 static void php_openssl_load_cipher_mode(struct php_openssl_cipher_mode *mode, const EVP_CIPHER *ci… in php_openssl_load_cipher_mode()
6543 zend_bool *free_iv, EVP_CIPHER_CTX *cipher_ctx, struct php_openssl_cipher_mode *mode) /* {{{ */ in php_openssl_validate_iv()
6595 EVP_CIPHER_CTX *cipher_ctx, struct php_openssl_cipher_mode *mode, in php_openssl_cipher_init()
6668 EVP_CIPHER_CTX *cipher_ctx, struct php_openssl_cipher_mode *mode, in php_openssl_cipher_update()
6713 struct php_openssl_cipher_mode mode; in php_openssl_encrypt() local
6820 struct php_openssl_cipher_mode mode; in php_openssl_decrypt() local
/PHP-7.4/ext/shmop/
H A Dshmop.c148 zend_long key, mode, size; in PHP_FUNCTION() local
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_main.c1329 int mode = ZEND_INI_USER; in init_request_info() local
1338 int mode = ZEND_INI_SYSTEM; in init_request_info() local
1358 int *mode = (int *)arg; in fastcgi_ini_parser() local
/PHP-7.4/Zend/
H A Dzend_compile.c4121 static void zend_compile_static_var_common(zend_string *var_name, zval *value, uint32_t mode) /* {{… in zend_compile_static_var_common()
5552 uint32_t mode = var_name_ast->attr; in zend_compile_closure_binding() local
/PHP-7.4/sapi/cli/
H A Dphp_cli_server.c835 static void php_cli_server_poller_add(php_cli_server_poller *poller, int mode, php_socket_t fd) /* … in php_cli_server_poller_add()
848 static void php_cli_server_poller_remove(php_cli_server_poller *poller, int mode, php_socket_t fd) … in php_cli_server_poller_remove()

Completed in 394 milliseconds

12345