Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-5.5/ext/mbstring/oniguruma/
H A Dregposerr.c75 char* s; in regerror() local
/PHP-5.5/ext/mbstring/oniguruma/enc/
H A Deuc_jp.c147 left_adjust_char_head(const UChar* start, const UChar* s) in left_adjust_char_head()
166 is_allowed_reverse_match(const UChar* s, const UChar* end ARG_UNUSED) in is_allowed_reverse_match()
H A Dgb18030.c148 gb18030_left_adjust_char_head(const UChar* start, const UChar* s) in gb18030_left_adjust_char_head()
473 gb18030_is_allowed_reverse_match(const UChar* s, const UChar* end ARG_UNUSED) in gb18030_is_allowed_reverse_match()
H A Dsjis.c179 left_adjust_char_head(const UChar* start, const UChar* s) in left_adjust_char_head()
202 is_allowed_reverse_match(const UChar* s, const UChar* end ARG_UNUSED) in is_allowed_reverse_match()
/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dbase64.h35 #define malloc(s) _malloc_real(s,__FILE__,__LINE__) argument
/PHP-5.5/ext/phar/
H A Dphar_path_check.c25 phar_path_check_result phar_path_check(char **s, int *len, const char **error) in phar_path_check()
/PHP-5.5/ext/standard/
H A Dhttp_fopen_wrapper.c234 char *s, *p; in php_stream_url_wrap_http_ex() local
450 char *s; in php_stream_url_wrap_http_ex() local
817 char *s = strrchr(resource->path, '/'); in php_stream_url_wrap_http_ex() local
H A Dlcg.c51 #define MODMULT(a, b, c, m, s) q = s/a;s=b*(s-a*q)-c*q;if(s<0)s+=m argument
/PHP-5.5/ext/soap/
H A Dphp_http.c105 char *s = Z_STRVAL_PP(tmp); in http_context_headers() local
1110 char *s = emalloc((p - t) + strlen(new_url->path) + 2); in make_http_soap_request() local
1118 char *s = emalloc(strlen(new_url->path) + 2); in make_http_soap_request() local
1150 char *s; in make_http_soap_request() local
1307 char *s = *buffer; in make_http_soap_request() local
/PHP-5.5/ext/mbstring/libmbfl/filters/
H A Dmbfilter_tl_jisx0201_jisx0208.c43 int s, n; in mbfl_filt_tl_jisx0201_jisx0208() local
H A Dmbfilter_euc_cn.c160 int c1, c2, s; in mbfl_filt_conv_wchar_euccn() local
H A Dmbfilter_euc_kr.c176 int c1, c2, s; in mbfl_filt_conv_wchar_euckr() local
H A Dmbfilter_iso2022_kr.c198 int c1, c2, s; in mbfl_filt_conv_wchar_2022kr() local
H A Dmbfilter_qprint.c74 int s, n; in mbfl_filt_conv_qprintenc() local
H A Dmbfilter_uhc.c182 int c1, s; in mbfl_filt_conv_wchar_uhc() local
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_signals.c166 char s; in sig_handler() local
/PHP-5.5/ext/hash/
H A Dhash_adler32.c32 php_hash_uint32 i, s[2]; in PHP_ADLER32Update() local
/PHP-5.5/ext/gd/libgd/
H A Dgd_ss.c17 #define GD_SS_DBG(s) argument
/PHP-5.5/ext/pdo_sqlite/
H A Dphp_pdo_sqlite_int.h74 #define pdo_sqlite_error(s) _pdo_sqlite_error(s, NULL, __FILE__, __LINE__ TSRMLS_CC) argument
75 #define pdo_sqlite_error_stmt(s) _pdo_sqlite_error(stmt->dbh, stmt, __FILE__, __LINE__ TSRMLS_CC) argument
/PHP-5.5/ext/mysqli/
H A Dmysqli_warning.c35 #define ZVAL_UTF8_STRING(z, s, flags) ZVAL_STRING((z), (char*)(s), ((flags) & ZSTR_DUPLICA… argument
36 #define ZVAL_UTF8_STRINGL(z, s, l, flags) ZVAL_STRINGL((z), (char*)(s), (l), ((flags) & ZSTR_D… argument
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_ext_plugin.h35 #define mysqlnd_plugin_get_plugin_stmt_data(s, p_id) _mysqlnd_plugin_get_plugin_stmt_data((s), (p_i… argument
/PHP-5.5/Zend/
H A Dzend_highlight.c57 ZEND_API void zend_html_puts(const char *s, uint len TSRMLS_DC) in zend_html_puts()
/PHP-5.5/ext/pdo/
H A Dpdo_sql_parser.c45 static int scan(Scanner *s) in scan()
440 Scanner s; in pdo_parse_params() local
/PHP-5.5/sapi/apache2filter/
H A Dphp_functions.c314 char *s = (char *) ap_loaded_modules[n]->name; in PHP_FUNCTION() local
332 char *s = (char *) ap_loaded_modules[n]->name; in PHP_MINFO_FUNCTION() local
/PHP-5.5/main/
H A Dsnprintf.c73 register char *s = NULL; in __cvt() local
380 register char *s = buf; in php_conv_fp() local
557 #define FIX_PRECISION( adjust, precision, s, s_len ) \ argument
594 char *s = NULL; in format_converter() local

Completed in 50 milliseconds

12345678910>>...12