Home
last modified time | relevance | path

Searched defs:s (Results 76 – 100 of 263) sorted by relevance

1234567891011

/PHP-7.4/ext/gd/libgd/
H A Dgd_ss.c17 #define GD_SS_DBG(s) argument
/PHP-7.4/ext/pdo_sqlite/
H A Dphp_pdo_sqlite_int.h72 #define pdo_sqlite_error(s) _pdo_sqlite_error(s, NULL, __FILE__, __LINE__) argument
73 #define pdo_sqlite_error_stmt(s) _pdo_sqlite_error(stmt->dbh, stmt, __FILE__, __LINE__) argument
/PHP-7.4/main/
H A Dsnprintf.c67 register char *s = NULL; in __cvt() local
377 register char *s = buf; in php_conv_fp() local
554 #define FIX_PRECISION( adjust, precision, s, s_len ) \ argument
591 char *s = NULL; in format_converter() local
H A Dmergesort.c266 u_char *f1, *f2, *s, *l2, *last, *p2, tmp; in setup() local
336 u_char *ai, *s, *t, *u, tmp; in insertionsort() local
H A Dphp_variables.c379 php_stream *s = SG(request_info).request_body; in SAPI_POST_HANDLER_FUNC() local
549 const char *s; in valid_environment_name() local
623 PHPAPI void php_build_argv(char *s, zval *track_vars_array) in php_build_argv()
/PHP-7.4/Zend/
H A Dzend_highlight.c56 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
892 register char *s, *t; in zend_scan_escape_string() local
H A Dzend_strtod.c715 s2b in s2b() argument
1606 CONST char *s = *sp; local
1628 CONST char *s; local
1812 CONST unsigned char *decpt, *s0, *s, *s1; local
2544 CONST char *s, *s0, *s1; local
3643 nrv_alloc(s, rve, n) char *s, **rve; int n; in nrv_alloc() argument
3665 zend_freedtoa(s) char *s; in zend_freedtoa() argument
3767 char *s, *s0; local
4425 const char *s = str; in zend_hex_strtod() local
4458 const char *s = str; in zend_oct_strtod() local
[all …]
/PHP-7.4/ext/standard/
H A Dlcg.c49 #define MODMULT(a, b, c, m, s) q = s/a;s=b*(s-a*q)-c*q;if(s<0)s+=m argument
/PHP-7.4/ext/mbstring/libmbfl/filters/
H A Dmbfilter_euc_cn.c162 int c1, c2, s; in mbfl_filt_conv_wchar_euccn() local
H A Dmbfilter_euc_kr.c178 int c1, c2, s; in mbfl_filt_conv_wchar_euckr() local
H A Dmbfilter_iso2022_kr.c200 int c1, c2, s; in mbfl_filt_conv_wchar_2022kr() local
H A Dmbfilter_qprint.c76 int s, n; in mbfl_filt_conv_qprintenc() local
H A Dmbfilter_uhc.c184 int c1, s; in mbfl_filt_conv_wchar_uhc() local
H A Dmbfilter_euc_jp_win.c110 int c1, s, w, n; in mbfl_filt_conv_eucjpwin_wchar() local
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
/PHP-7.4/sapi/apache2handler/
H A Dphp_functions.c354 char *s = (char *) ap_loaded_modules[n]->name; in PHP_FUNCTION() local
381 char *s = (char *) ap_loaded_modules[n]->name; in PHP_MINFO_FUNCTION() local
/PHP-7.4/ext/filter/
H A Dsanitizing_filters.c32 unsigned char *s = (unsigned char *)Z_STRVAL_P(value); in php_filter_encode_html() local
68 unsigned char *s = (unsigned char *)chars; in php_filter_encode_url() local
H A Dlogical_filters.c500 char *e, *s, *t; in _php_filter_validate_domain() local
599 char *e, *s, *t; in php_filter_validate_url() local
760 char *s = str; in _php_filter_validate_ipv6() local
/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.h428 #define XMLRPC_VectorAppendString(vector, id, s, len) XMLRPC_AddValueToVector(vector, XMLRPC_Create… argument
429 #define XMLRPC_VectorAppendBase64(vector, id, s, len) XMLRPC_AddValueToVector(vector, XMLRPC_Create… argument
431 #define XMLRPC_VectorAppendDateTime_ISO8601(vector, id, s) XMLRPC_AddValueToVector(vector, XMLRPC_C… argument
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c246 Bucket *s = (Bucket *) b; in module_name_cmp() local
272 static int extension_name_cmp(const zend_llist_element **f, const zend_llist_element **s) in extension_name_cmp()
389 char *s; in sapi_cgi_send_headers() local
400 char *s; in sapi_cgi_send_headers() local
1680 char *s; local
1751 char *s; local
/PHP-7.4/ext/curl/
H A Dinterface.c95 #define CAAL(s, v) add_assoc_long_ex(return_value, s, sizeof(s) - 1, (zend_long) v); argument
96 #define CAAD(s, v) add_assoc_double_ex(return_value, s, sizeof(s) - 1, (double) v); argument
97 #define CAAS(s, v) add_assoc_string_ex(return_value, s, sizeof(s) - 1, (char *) (v ? v : "")); argument
98 #define CAASTR(s, v) add_assoc_str_ex(return_value, s, sizeof(s) - 1, \ argument
100 #define CAAZ(s, v) add_assoc_zval_ex(return_value, s, sizeof(s) -1 , (zval *) v); argument
1937 char s[64]; in create_certinfo() local
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_signals.c166 char s; in sig_handler() local

Completed in 86 milliseconds

1234567891011