Home
last modified time | relevance | path

Searched defs:option (Results 1 – 25 of 31) sorted by last modified time

12

/PHP-7.3/ext/zip/
H A Dphp_zip.c320 zval *option; in php_zip_parse_options() local
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregcomp.c6886 onig_reg_init(regex_t* reg, OnigOptionType option, OnigCaseFoldType case_fold_flag, in onig_reg_init()
6943 OnigOptionType option, OnigEncoding enc, in onig_new_without_alloc()
6957 OnigOptionType option, OnigEncoding enc, OnigSyntaxType* syntax, in onig_new()
H A Dregexec.c2726 OnigOptionType option = reg->options; in match_at() local
4215 OnigOptionType option, MatchArg* msas, int* rmatch_pos) in regset_search_body_position_lead()
4378 OnigOptionType option, OnigMatchParam* mps[], int* rmatch_pos) in regset_search_body_regex_lead()
4420 OnigRegSetLead lead, OnigOptionType option, OnigMatchParam* mps[], in onig_regset_search_with_param()
4601 OnigRegSetLead lead, OnigOptionType option, int* rmatch_pos) in onig_regset_search()
4873 OnigRegion* region, OnigOptionType option) in onig_match()
4886 const UChar* at, OnigRegion* region, OnigOptionType option, in onig_match_with_param()
5170 OnigOptionType option) in onig_search()
5197 OnigOptionType option, OnigMatchParam* mp) in search_in_range()
5557 OnigOptionType option, OnigMatchParam* mp) in onig_search_with_param()
[all …]
H A Dregint.h292 #define IS_SINGLELINE(option) ((option) & ONIG_OPTION_SINGLELINE) argument
293 #define IS_MULTILINE(option) ((option) & ONIG_OPTION_MULTILINE) argument
294 #define IS_IGNORECASE(option) ((option) & ONIG_OPTION_IGNORECASE) argument
295 #define IS_EXTEND(option) ((option) & ONIG_OPTION_EXTEND) argument
296 #define IS_FIND_LONGEST(option) ((option) & ONIG_OPTION_FIND_LONGEST) argument
298 #define IS_FIND_CONDITION(option) ((option) & \ argument
300 #define IS_NOTBOL(option) ((option) & ONIG_OPTION_NOTBOL) argument
301 #define IS_NOTEOL(option) ((option) & ONIG_OPTION_NOTEOL) argument
304 #define IS_WORD_ASCII(option) \ argument
306 #define IS_DIGIT_ASCII(option) \ argument
[all …]
H A Dregparse.c2182 node_new_anychar_with_fixed_option(OnigOptionType option) in node_new_anychar_with_fixed_option()
2481 node_new_option(OnigOptionType option) in node_new_option()
7068 OnigOptionType option; in parse_bag() local
/PHP-7.3/main/streams/
H A Dplain_wrapper.c611 static int php_stdiop_set_option(php_stream *stream, int option, int value, void *ptrparam) in php_stdiop_set_option()
1384 static int php_plain_files_metadata(php_stream_wrapper *wrapper, const char *url, int option, void … in php_plain_files_metadata()
H A Duserspace.c914 static int php_userstreamop_set_option(php_stream *stream, int option, int value, void *ptrparam) { in php_userstreamop_set_option()
1277 static int user_wrapper_metadata(php_stream_wrapper *wrapper, const char *url, int option, in user_wrapper_metadata()
H A Dxp_socket.c301 static int php_sockop_set_option(php_stream *stream, int option, int value, void *ptrparam) in php_sockop_set_option()
850 static int php_tcp_sockop_set_option(php_stream *stream, int option, int value, void *ptrparam) in php_tcp_sockop_set_option()
H A Dstreams.c1327 PHPAPI int _php_stream_set_option(php_stream *stream, int option, int value, void *ptrparam) in _php_stream_set_option()
H A Dmemory.c231 static int php_stream_memory_set_option(php_stream *stream, int option, int value, void *ptrparam) … in php_stream_memory_set_option()
542 static int php_stream_temp_set_option(php_stream *stream, int option, int value, void *ptrparam) /*… in php_stream_temp_set_option()
/PHP-7.3/ext/mysqli/
H A Dmysqli_api.c1698 static int mysqli_options_get_option_zval_type(int option)
/PHP-7.3/ext/ldap/
H A Dldap.c3060 zend_long option; in PHP_FUNCTION() local
3235 zend_long option; in PHP_FUNCTION() local
/PHP-7.3/ext/curl/
H A Dinterface.c166 static int php_curl_option_str(php_curl *ch, zend_long option, const char *str, const size_t len, z… in php_curl_option_str()
2175 static int _php_curl_setopt(php_curl *ch, zend_long option, zval *zvalue) /* {{{ */ in _php_curl_setopt()
3111 zend_ulong option; in PHP_FUNCTION() local
3217 zend_long option = 0; in PHP_FUNCTION() local
H A Dmulti.c557 static int _php_curl_multi_setopt(php_curlm *mh, zend_long option, zval *zvalue, zval *return_value… in _php_curl_multi_setopt()
/PHP-7.3/ext/openssl/
H A Dxp_ssl.c2383 static int php_openssl_sockop_set_option(php_stream *stream, int option, int value, void *ptrparam)… in php_openssl_sockop_set_option()
/PHP-7.3/ext/mbstring/
H A Dmbstring.c74 #define onig_search_with_param(reg, str, end, start, range, region, option, mp) \ argument
76 #define onig_match_with_param(re, str, end, at, region, option, mp) \ argument
H A Dphp_mbregex.c43 #define onig_search_with_param(reg, str, end, start, range, region, option, mp) \ argument
45 #define onig_match_with_param(re, str, end, at, region, option, mp) \ argument
487 static size_t _php_mb_regex_get_option_string(char *str, size_t len, OnigOptionType option, OnigSyn… in _php_mb_regex_get_option_string()
593 _php_mb_regex_init_options(const char *parg, size_t narg, OnigOptionType *option, OnigSyntaxType **… in _php_mb_regex_init_options()
872 const OnigUChar* range, OnigRegion* region, OnigOptionType option) { in _php_mb_onig_search()
1359 OnigOptionType option = 0; in PHP_FUNCTION() local
1415 OnigOptionType option; in _php_mb_regex_ereg_search_exec() local
1554 OnigOptionType option; in PHP_FUNCTION() local
/PHP-7.3/ext/date/
H A Dphp_date.c4818 char *option = NULL; in PHP_FUNCTION() local
/PHP-7.3/ext/standard/
H A Dbasic_functions.c5416 zval option; local
H A Dsyslog.c126 void php_openlog(const char *ident, int option, int facility) in php_openlog()
142 zend_long option, facility; in PHP_FUNCTION() local
H A Dfilestat.c346 int option; in php_do_chgrp() local
482 int option; in php_do_chown() local
/PHP-7.3/main/
H A Dphp_streams.h373 #define php_stream_set_option(stream, option, value, ptrvalue) _php_stream_set_option((stream), (op… argument
/PHP-7.3/ext/pspell/
H A Dpspell.c816 static void pspell_config_path(INTERNAL_FUNCTION_PARAMETERS, char *option) in pspell_config_path()
/PHP-7.3/ext/pgsql/
H A Dpgsql.c2324 zend_long option = PGSQL_NOTICE_LAST; local
5403 static int php_pgsql_fd_set_option(php_stream *stream, int option, int value, void *ptrparam) /* {{…
6516 zend_ulong option = 0; local
6731 zend_ulong option = PGSQL_DML_EXEC, return_sql; local
6945 zend_ulong option = PGSQL_DML_EXEC; local
7037 zend_ulong option = PGSQL_DML_EXEC; local
7177 zend_ulong option = PGSQL_DML_EXEC; local
/PHP-7.3/ext/mysqlnd/
H A Dmysqlnd_commands.c45 enum_mysqlnd_server_option option; member
58 enum_mysqlnd_server_option option = command->context.option; in mysqlnd_com_set_option_run() local

Completed in 243 milliseconds

12