Home
last modified time | relevance | path

Searched defs:s (Results 51 – 75 of 241) sorted by relevance

12345678910

/php-src/ext/hash/
H A Dhash_adler32.c28 uint32_t s[2]; in PHP_ADLER32Update() local
/php-src/Zend/Optimizer/
H A Dssa_integrity.c79 int s; in is_in_successors() local
363 int s, j; in ssa_verify_integrity() local
/php-src/Zend/
H A Dzend_highlight.c50 ZEND_API void zend_html_puts(const char *s, size_t len) in zend_html_puts()
H A Dzend_language_scanner.l25 # define YYDEBUG(s, c) printf("state: %d char: %c\n", s, c) argument
27 # define YYDEBUG(s, c) argument
57 #define YYSETCONDITION(s) SCNG(yy_state) = s argument
92 #define HANDLE_NEWLINES(s, l) \ argument
916 char *s, *t; in zend_scan_escape_string() local
H A Dzend_strtod.c699 s2b in s2b() argument
1592 CONST char *s = *sp; local
1614 CONST char *s; local
1798 CONST unsigned char *decpt, *s0, *s, *s1; local
2530 CONST char *s, *s0, *s1; local
3630 nrv_alloc(s, rve, n) char *s, **rve; int n; in nrv_alloc() argument
3652 zend_freedtoa(s) char *s; in zend_freedtoa() argument
3747 char *s, *s0; in zend_dtoa() local
4405 const char *s = str; in zend_hex_strtod() local
4438 const char *s = str; in zend_oct_strtod() local
[all …]
H A Dzend_API.h950 #define ZVAL_STRINGL(z, s, l) do { \ argument
954 #define ZVAL_STRING(z, s) do { \ argument
963 #define ZVAL_PSTRINGL(z, s, l) do { \ argument
967 #define ZVAL_PSTRING(z, s) do { \ argument
981 #define ZVAL_STRINGL_FAST(z, s, l) do { \ argument
985 #define ZVAL_STRING_FAST(z, s) do { \ argument
1011 #define RETVAL_STR(s) ZVAL_STR(return_value, s) argument
1013 #define RETVAL_NEW_STR(s) ZVAL_NEW_STR(return_value, s) argument
1014 #define RETVAL_STR_COPY(s) ZVAL_STR_COPY(return_value, s) argument
1015 #define RETVAL_STRING(s) ZVAL_STRING(return_value, s) argument
[all …]
/php-src/main/
H A Dspprintf.c168 #define FIX_PRECISION(adjust, precision, s, s_len) do { \ argument
183 char *s = NULL; in xbuf_format_converter() local
H A Dphp_variables.c423 php_stream *s = SG(request_info).request_body; in SAPI_POST_HANDLER_FUNC() local
594 const char *s; in valid_environment_name() local
658 PHPAPI void php_build_argv(const char *s, zval *track_vars_array) in php_build_argv()
/php-src/ext/standard/
H A Dstring.c1217 PHPAPI char *php_strtoupper(char *s, size_t len) in php_strtoupper()
1245 PHPAPI char *php_strtolower(char *s, size_t len) in php_strtolower()
2727 ZSTR_VAL(s)[0] = r; local
2759 ZSTR_VAL(s)[0] = r; local
3361 const char *s, *p; local
3551 const char *s, *e; local
4086 char s = source[i]; local
4226 char s = str[i]; local
4270 const char *s = ZSTR_VAL(str); local
5509 const char *s, *ee; local
[all …]
H A Dphp_crypt_r.c90 static void to64(char *s, int32_t v, int n) in to64()
/php-src/sapi/apache2handler/
H A Dphp_functions.c351 char *s = (char *) ap_loaded_modules[n]->name; in PHP_FUNCTION() local
378 char *s = (char *) ap_loaded_modules[n]->name; in PHP_MINFO_FUNCTION() local
/php-src/ext/filter/
H A Dsanitizing_filters.c30 unsigned char *s = (unsigned char *)Z_STRVAL_P(value); in php_filter_encode_html() local
65 unsigned char *s = (unsigned char *)chars; in php_filter_encode_url() local
H A Dlogical_filters.c509 char *e, *s, *t; in _php_filter_validate_domain() local
603 char *e, *s, *t; in php_filter_validate_url() local
764 char *s = str; in _php_filter_validate_ipv6() local
/php-src/ext/mysqlnd/
H A Dmysqlnd_ps.c253 mysqlnd_stmt_skip_metadata(MYSQLND_STMT * s) in mysqlnd_stmt_skip_metadata()
294 mysqlnd_stmt_read_prepare_response(MYSQLND_STMT * s) in mysqlnd_stmt_read_prepare_response()
334 mysqlnd_stmt_prepare_read_eof(MYSQLND_STMT * s) in mysqlnd_stmt_prepare_read_eof()
476 mysqlnd_stmt_execute_parse_response(MYSQLND_STMT * const s, enum_mysqlnd_parse_exec_response_type t… in mysqlnd_stmt_execute_parse_response()
1667 mysqlnd_stmt_separate_result_bind(MYSQLND_STMT * const s) in mysqlnd_stmt_separate_result_bind()
H A Dmysqlnd_connection.h47 #define SET_CONNECTION_STATE(state_struct, s) (state_struct)->m->set((state_struct), (s)) argument
/php-src/sapi/cgi/
H A Dcgi_main.c244 static int module_name_cmp(Bucket *f, Bucket *s) in module_name_cmp()
269 static int extension_name_cmp(const zend_llist_element **f, const zend_llist_element **s) in extension_name_cmp()
386 char *s; in sapi_cgi_send_headers() local
397 char *s; in sapi_cgi_send_headers() local
1661 char *s; local
1720 char *s; local
/php-src/ext/mbstring/libmbfl/filters/
H A Dmbfilter_utf7imap.c129 int s, n = -1; in mbfl_filt_conv_utf7imap_wchar() local
323 int n = 0, s; in mbfl_filt_conv_wchar_utf7imap() local
H A Dmbfilter_utf7.c110 int s, n = -1; in mbfl_filt_conv_utf7_wchar() local
287 int s; in mbfl_filt_conv_wchar_utf7() local
/php-src/sapi/phpdbg/
H A Dphpdbg_set.c28 #define PHPDBG_SET_COMMAND_D(f, h, a, m, l, s, flags) \ argument
/php-src/sapi/cli/
H A Dphp_cli.c182 static int module_name_cmp(Bucket *f, Bucket *s) /* {{{ */ in module_name_cmp()
210 static int extension_name_cmp(const zend_llist_element **f, const zend_llist_element **s) /* {{{ */ in extension_name_cmp()
389 …cli_header_handler(sapi_header_struct *h, sapi_header_op_enum op, sapi_headers_struct *s) /* {{{ */ in sapi_cli_header_handler()
/php-src/ext/snmp/
H A Dsnmp.c899 static bool netsnmp_session_set_sec_level(struct snmp_session *s, zend_string *level) in netsnmp_session_set_sec_level()
916 static bool netsnmp_session_set_auth_protocol(struct snmp_session *s, zend_string *prot) in netsnmp_session_set_auth_protocol()
968 static bool netsnmp_session_set_sec_protocol(struct snmp_session *s, zend_string *prot) in netsnmp_session_set_sec_protocol()
1005 static bool netsnmp_session_gen_auth_key(struct snmp_session *s, zend_string *pass) in netsnmp_session_gen_auth_key()
1020 static bool netsnmp_session_gen_sec_key(struct snmp_session *s, zend_string *pass) in netsnmp_session_gen_sec_key()
1036 static bool netsnmp_session_set_contextEngineID(struct snmp_session *s, zend_string * contextEngine… in netsnmp_session_set_contextEngineID()
/php-src/sapi/fpm/fpm/
H A Dfpm_signals.c166 char s; in sig_handler() local
/php-src/ext/xml/
H A Dxml.c290 static void _xml_xmlchar_zval(const XML_Char *s, int len, const XML_Char *encoding, zval *ret) in _xml_xmlchar_zval()
494 static zend_string *xml_utf8_decode(const XML_Char *s, size_t len, const XML_Char *encoding) in xml_utf8_decode()
536 static int _xml_xmlcharlen(const XML_Char *s) in _xml_xmlcharlen()
728 void _xml_characterDataHandler(void *userData, const XML_Char *s, int len) in _xml_characterDataHandler()
843 void _xml_defaultHandler(void *userData, const XML_Char *s, int len) in _xml_defaultHandler()
/php-src/ext/intl/collator/
H A Dcollator_is_numeric.c115 const UChar *s = nptr; in collator_u_strtol() local
/php-src/ext/opcache/
H A DZendAccelerator.c408 #define STRTAB_STR_TO_POS(tab, s) \ argument
412 #define STRTAB_COLLISION(s) \ argument
414 #define STRTAB_STR_SIZE(s) \ argument
416 #define STRTAB_NEXT(s) \ argument
421 zend_string *s, *top; in accel_interned_strings_restore_state() local
469 zend_string *s; in accel_find_interned_string() local
504 zend_string *s; in accel_new_interned_string() local
579 zend_string *s; in accel_find_interned_string_ex() local
4558 …c int preload_header_handler(sapi_header_struct *h, sapi_header_op_enum op, sapi_headers_struct *s)

Completed in 141 milliseconds

12345678910