Home
last modified time | relevance | path

Searched refs:options (Results 351 – 375 of 427) sorted by relevance

1...<<1112131415161718

/PHP-7.4/ext/fileinfo/libmagic/
H A Dsoftmagic.c1908 convert_libmagic_pattern(zval *pattern, char *val, size_t len, uint32_t options) in convert_libmagic_pattern() argument
1950 if (options & PCRE2_CASELESS) in convert_libmagic_pattern()
1953 if (options & PCRE2_MULTILINE) in convert_libmagic_pattern()
2141 uint32_t options = 0; in magiccheck() local
2144 options |= PCRE2_MULTILINE; in magiccheck()
2147 options |= PCRE2_CASELESS; in magiccheck()
2150 convert_libmagic_pattern(&pattern, (char *)m->value.s, m->vallen, options); in magiccheck()
H A Dfile.h515 convert_libmagic_pattern(zval *pattern, char *val, size_t len, uint32_t options);
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_match.c6211 options |= (re->flags & FF) / ((FF & (~FF+1)) / (OO & (~OO+1))); in pcre2_match()
6221 (options & ~PUBLIC_JIT_MATCH_OPTIONS) == 0); in pcre2_match()
6234 mb->partial = ((options & PCRE2_PARTIAL_HARD) != 0)? 2 : in pcre2_match()
6235 ((options & PCRE2_PARTIAL_SOFT) != 0)? 1 : 0; in pcre2_match()
6241 ((re->overall_options | options) & PCRE2_ENDANCHORED) != 0) in pcre2_match()
6280 if (utf && (options & PCRE2_NO_UTF_CHECK) == 0 && !allow_invalid) in pcre2_match()
6349 if (rc >= 0 && (options & PCRE2_COPY_MATCHED_SUBJECT) != 0) in pcre2_match()
6393 ((options & PCRE2_NO_UTF_CHECK) == 0 || allow_invalid)) in pcre2_match()
7044 mb->moptions = options | fragment_options; in pcre2_match()
7046 mb->moptions = options; in pcre2_match()
[all …]
H A Dpcre2_jit_compile.c192 sljit_u32 options; member
3850 SLJIT_UNUSED_ARG(options); in read_char()
3866 if (options & READ_CHAR_UTF8_NEWLINE) in read_char()
3881 if (options & READ_CHAR_UPDATE_STR_PTR) in read_char()
3899 if (options & READ_CHAR_UPDATE_STR_PTR) in read_char()
3905 if (options & READ_CHAR_UPDATE_STR_PTR) in read_char()
3919 if (options & READ_CHAR_UPDATE_STR_PTR) in read_char()
3942 if (options & READ_CHAR_UPDATE_STR_PTR) in read_char()
3957 if (options & READ_CHAR_UTF8_NEWLINE) in read_char()
3987 if (options & READ_CHAR_UPDATE_STR_PTR) in read_char()
[all …]
/PHP-7.4/ext/zip/
H A Dzip_stream.c265 int options, in php_stream_zip_opener() argument
/PHP-7.4/ext/standard/tests/file/
H A Dpathinfo_basic2-win32.phpt12 /* Prototype: mixed pathinfo ( string $path [, int $options] );
H A Dpathinfo_basic2.phpt12 /* Prototype: mixed pathinfo ( string $path [, int $options] );
H A Dpathinfo_variaton.phpt5 /* Prototype: mixed pathinfo ( string $path [, int $options] );
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeSPARC_common.c506 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_emit_enter() argument
510 …CHECK(check_sljit_emit_enter(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds,… in sljit_emit_enter()
511 set_emit_enter(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds, local_size); in sljit_emit_enter()
530 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_set_context() argument
534 …CHECK(check_sljit_set_context(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds… in sljit_set_context()
535 set_set_context(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds, local_size); in sljit_set_context()
H A DsljitNativeARM_64.c919 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_emit_enter() argument
925 …CHECK(check_sljit_emit_enter(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds,… in sljit_emit_enter()
926 set_emit_enter(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds, local_size); in sljit_emit_enter()
1045 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_set_context() argument
1051 …CHECK(check_sljit_set_context(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds… in sljit_set_context()
1052 set_set_context(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds, local_size); in sljit_set_context()
/PHP-7.4/sapi/fpm/tests/
H A Dtester.inc89 private $options;
313 * @param array $options
319 array $options = [],
324 $this->options = $options;
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_driver.c127 data->options = &(data->options_impl); in MYSQLND_METHOD()
H A Dmysqlnd.h207 #define mysqlnd_refresh(conn, options) ((conn)->data)->m->refresh_server((conn)->data, (options)) argument
H A Dmysqlnd_structs.h325 …_status (*func_mysqlnd_execute_com_refresh)(MYSQLND_CONN_DATA * const conn, const uint8_t options);
457 …_status (*func_mysqlnd_conn_data__refresh_server)(MYSQLND_CONN_DATA * const conn, uint8_t options);
877 MYSQLND_VIO_OPTIONS options; member
969 MYSQLND_SESSION_OPTIONS * options; member
/PHP-7.4/ext/pgsql/
H A Dconfig.m410 dnl pg_config is still the default way to retrieve build options
H A Dpgsql.c101 ZEND_ARG_INFO(0, options)
110 ZEND_ARG_INFO(0, options)
553 ZEND_ARG_INFO(0, options)
560 ZEND_ARG_INFO(0, options)
568 ZEND_ARG_INFO(0, options)
575 ZEND_ARG_INFO(0, options)
582 ZEND_ARG_INFO(0, options)
1355 options = Z_STRVAL(args[2]);
1484 pgsql = PQsetdb(host,port,options,tty,dbname);
5761 uint32_t options = PCRE2_NO_AUTO_CAPTURE; local
[all …]
/PHP-7.4/win32/build/
H A Dconfig.w32.phpize.in73 // Set some debug/release specific options
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_pam_sha256_public_key_option.phpt98 if (!($link->options(MYSQLI_SERVER_PUBLIC_KEY, $file))) {
H A Dmysqli_class_mysqli_reflection.phpt600 Inspecting method 'options'
616 Inspecting parameter 'option' of method 'options'
623 Inspecting parameter 'value' of method 'options'
893 Inspecting parameter 'options' of method 'refresh'
/PHP-7.4/ext/openssl/
H A Dopenssl.c412 ZEND_ARG_INFO(0, options)
423 ZEND_ARG_INFO(0, options)
6598 char *tag, int tag_len, zend_long options, int enc) /* {{{ */ in php_openssl_cipher_init() argument
6659 if (options & OPENSSL_ZERO_PADDING) { in php_openssl_cipher_init()
6740 &iv, &iv_len, &free_iv, NULL, tag_len, options, 1) == FAILURE || in php_openssl_encrypt()
6746 if (options & OPENSSL_RAW_DATA) { in php_openssl_encrypt()
6797 zend_long options = 0, tag_len = 16; in PHP_FUNCTION() local
6804 &password, &password_len, &options, &iv, &iv_len, &tag, &aad, &aad_len, &tag_len) == FAILURE) { in PHP_FUNCTION()
6846 if (!(options & OPENSSL_RAW_DATA)) { in php_openssl_decrypt()
6859 &iv, &iv_len, &free_iv, tag, tag_len, options, 0) == FAILURE || in php_openssl_decrypt()
[all …]
/PHP-7.4/ext/sockets/tests/
H A Dmcast_ipv4_recv.phpt2 Multicast support: IPv4 receive options
H A Dmcast_ipv6_recv.phpt2 Multicast support: IPv6 receive options
/PHP-7.4/Zend/tests/
H A Ddebug_backtrace_options.phpt2 debug_backtrace options
/PHP-7.4/ext/soap/
H A Dsoap.c289 ZEND_ARG_INFO(0, options)
318 ZEND_ARG_INFO(0, options)
329 ZEND_ARG_INFO(0, options)
1110 zval *wsdl = NULL, *options = NULL; in PHP_METHOD() local
1132 if (options != NULL) { in PHP_METHOD()
1133 HashTable *ht = Z_ARRVAL_P(options); in PHP_METHOD()
2279 zval *wsdl, *options = NULL; local
2299 if (options != NULL) {
2300 HashTable *ht = Z_ARRVAL_P(options);
2826 zval *options = NULL; local
[all …]
/PHP-7.4/ext/standard/
H A Dfile.c140 if (Z_TYPE(context->options) != IS_UNDEF) { in ZEND_RSRC_DTOR_FUNC()
141 zval_ptr_dtor(&context->options); in ZEND_RSRC_DTOR_FUNC()
142 ZVAL_UNDEF(&context->options); in ZEND_RSRC_DTOR_FUNC()
1310 PHPAPI int php_mkdir_ex(const char *dir, zend_long mode, int options) in php_mkdir_ex() argument
1318 if ((ret = VCWD_MKDIR(dir, (mode_t)mode)) < 0 && (options & REPORT_ERRORS)) { in php_mkdir_ex()

Completed in 189 milliseconds

1...<<1112131415161718