Home
last modified time | relevance | path

Searched defs:s (Results 126 – 150 of 309) sorted by relevance

12345678910>>...13

/PHP-7.3/main/
H A Dphp_variables.c365 php_stream *s = SG(request_info).request_body; in SAPI_POST_HANDLER_FUNC() local
538 const char *s; in valid_environment_name() local
608 PHPAPI void php_build_argv(char *s, zval *track_vars_array) in php_build_argv()
H A Dmain.c362 char *s = NULL, *e; in php_disable_functions() local
400 char *s = NULL, *e; in php_disable_classes() local
453 zend_stat_t s; in php_binary_init() local
1253 char *s = PG(last_error_message); in php_error_cb() local
1258 char *s = PG(last_error_file); in php_error_cb() local
H A Drfc1867.c37 # define atoll(s) _atoi64(s) argument
95 char *s = varname, *index = NULL, *indexend = NULL, *p; in normalize_protected_variable() local
570 char *s = strrchr(path, '\\'); in php_ap_basename() local
690 char *boundary, *s = NULL, *boundary_end = NULL, *start_arr = NULL, *array_index = NULL; local
/PHP-7.3/ext/filter/
H A Dlogical_filters.c477 char *e, *s, *t; in _php_filter_validate_domain() local
576 char *e, *s, *t; in php_filter_validate_url() local
737 char *s = str; in _php_filter_validate_ipv6() local
/PHP-7.3/ext/mbstring/libmbfl/filters/
H A Dmbfilter_cp936.c196 int c1, s = 0; in mbfl_filt_conv_wchar_cp936() local
H A Dmbfilter_utf8.c115 int s, c1; in mbfl_filt_conv_utf8_wchar() local
H A Dmbfilter_cp51932.c116 int c1, s, w; in mbfl_filt_conv_cp51932_wchar() local
H A Dmbfilter_utf8_mobile.c201 int s, s1 = 0, c1 = 0, snd = 0; in mbfl_filt_conv_utf8_mobile_wchar() local
H A Dmbfilter_big5.c252 int c1, s, c2; in mbfl_filt_conv_wchar_big5() local
H A Dmbfilter_iso2022_jp_ms.c96 int c1, s, w; in mbfl_filt_conv_2022jpms_wchar() local
H A Dmbfilter_cp932.c151 int c1, s, s1, s2, w; in mbfl_filt_conv_cp932_wchar() local
H A Dmbfilter_sjis_open.c150 int c1, s, s1, s2, w; in mbfl_filt_conv_sjis_open_wchar() local
/PHP-7.3/ext/zip/lib/
H A Dzip_io_util.c112 zip_string_t *s; in _zip_read_string() local
/PHP-7.3/ext/fileinfo/libmagic/
H A Dapprentice.c199 # define XX(s) s, (sizeof(s) - 1) argument
2669 getstr(struct magic_set *ms, struct magic *m, const char *s, int warn) in getstr()
2846 file_showstr(FILE *fp, const char *s, size_t len) in file_showstr()
3278 uint8_t *s = (uint8_t *)(void *)&sv; local
3292 uint8_t *s = (uint8_t *)(void *)&sv; local
3308 uint8_t *s = (uint8_t *)(void *)&sv; local
3373 const unsigned char *s = (const unsigned char *)ss; local
/PHP-7.3/sapi/cgi/
H A Dcgi_main.c257 Bucket *s = (Bucket *) b; in module_name_cmp() local
280 static int extension_name_cmp(const zend_llist_element **f, const zend_llist_element **s) in extension_name_cmp()
397 char *s; in sapi_cgi_send_headers() local
408 char *s; in sapi_cgi_send_headers() local
1687 char *s; local
1758 char *s; local
/PHP-7.3/ext/snmp/
H A Dsnmp.c1192 static int netsnmp_session_set_sec_level(struct snmp_session *s, char *level) in netsnmp_session_set_sec_level()
1209 static int netsnmp_session_set_auth_protocol(struct snmp_session *s, char *prot) in netsnmp_session_set_auth_protocol()
1230 static int netsnmp_session_set_sec_protocol(struct snmp_session *s, char *prot) in netsnmp_session_set_sec_protocol()
1250 static int netsnmp_session_gen_auth_key(struct snmp_session *s, char *pass) in netsnmp_session_gen_auth_key()
1266 static int netsnmp_session_gen_sec_key(struct snmp_session *s, char *pass) in netsnmp_session_gen_sec_key()
1283 static int netsnmp_session_set_contextEngineID(struct snmp_session *s, char * contextEngineID) in netsnmp_session_set_contextEngineID()
/PHP-7.3/Zend/
H A Dzend_ast.c860 static ZEND_COLD void zend_ast_export_str(smart_str *str, zend_string *s) in zend_ast_export_str()
875 static ZEND_COLD void zend_ast_export_qstr(smart_str *str, char quote, zend_string *s) in zend_ast_export_qstr()
972 static ZEND_COLD int zend_ast_valid_var_name(const char *s, size_t len) in zend_ast_valid_var_name()
1076 #define zend_ast_export_name_list(s, l, i) zend_ast_export_name_list_ex(s, l, i, ", ") argument
1077 #define zend_ast_export_catch_name_list(s, l, i) zend_ast_export_name_list_ex(s, l, i, "|") argument
/PHP-7.3/ext/pdo_pgsql/
H A Dphp_pdo_pgsql_int.h83 #define pdo_pgsql_error_stmt(s,e,z) _pdo_pgsql_error(s->dbh, s, e, z, NULL, __FILE__, __LINE__) argument
84 #define pdo_pgsql_error_stmt_msg(s,e,m) _pdo_pgsql_error(s->dbh, s, e, NULL, m, __FILE__, __LINE__) argument
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_set.c30 #define PHPDBG_SET_COMMAND_D(f, h, a, m, l, s, flags) \ argument
H A Dphpdbg_lexer.c42 static int unescape_string(char *s) { in unescape_string()
/PHP-7.3/ext/intl/collator/
H A Dcollator_is_numeric.c122 register const UChar *s = nptr; local
/PHP-7.3/ext/standard/
H A Dcrypt.c97 static void php_to64(char *s, int n) /* {{{ */ in php_to64()
/PHP-7.3/sapi/cli/
H A Dphp_cli.c196 Bucket *s = (Bucket *) b; in module_name_cmp() local
222 static int extension_name_cmp(const zend_llist_element **f, const zend_llist_element **s) /* {{{ */ in extension_name_cmp()
402 …cli_header_handler(sapi_header_struct *h, sapi_header_op_enum op, sapi_headers_struct *s) /* {{{ */ in sapi_cli_header_handler()
/PHP-7.3/sapi/fpm/fpm/
H A Dfpm_log.c100 char *s, *b; in fpm_log_write() local
/PHP-7.3/ext/intl/common/
H A Dcommon_date.cpp84 UnicodeString s = UnicodeString(id, id_len, US_INV); local

Completed in 157 milliseconds

12345678910>>...13