Home
last modified time | relevance | path

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

1234567891011

/PHP-5.4/ext/xmlrpc/libxmlrpc/
H A Dbase64.h35 #define malloc(s) _malloc_real(s,__FILE__,__LINE__) argument
/PHP-5.4/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.4/Zend/
H A Dzend_language_scanner.l27 # define YYDEBUG(s, c) printf("state: %d char: %c\n", s, c) argument
29 # define YYDEBUG(s, c) argument
60 #define YYSETCONDITION(s) SCNG(yy_state) = s argument
96 #define HANDLE_NEWLINES(s, l) \ argument
878 register char *s, *t; in zend_scan_escape_string() local
H A Dzend_highlight.c57 ZEND_API void zend_html_puts(const char *s, uint len TSRMLS_DC) in zend_html_puts()
H A Dzend_static_allocator.h28 #define emalloc(s) malloc(s) argument
/PHP-5.4/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.4/ext/mbstring/oniguruma/enc/
H A Dgb18030.c145 gb18030_left_adjust_char_head(const UChar* start, const UChar* s) in gb18030_left_adjust_char_head()
470 gb18030_is_allowed_reverse_match(const UChar* s, const UChar* end) in gb18030_is_allowed_reverse_match()
/PHP-5.4/sapi/fpm/fpm/
H A Dfpm_signals.c166 char s; in sig_handler() local
/PHP-5.4/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_uhc.c182 int c1, s; in mbfl_filt_conv_wchar_uhc() local
H A Dmbfilter_qprint.c74 int s, n; in mbfl_filt_conv_qprintenc() local
/PHP-5.4/ext/hash/
H A Dhash_adler32.c32 php_hash_uint32 i, s[2]; in PHP_ADLER32Update() local
/PHP-5.4/ext/gd/libgd/
H A Dgd_ss.c17 #define GD_SS_DBG(s) argument
/PHP-5.4/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.4/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.4/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.4/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.4/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.4/ext/curl/
H A Dinterface.c156 #define CAAL(s, v) add_assoc_long_ex(return_value, s, sizeof(s), (long) v); argument
157 #define CAAD(s, v) add_assoc_double_ex(return_value, s, sizeof(s), (double) v); argument
158 #define CAAS(s, v) add_assoc_string_ex(return_value, s, sizeof(s), (char *) (v ? v : ""), 1); argument
159 #define CAAZ(s, v) add_assoc_zval_ex(return_value, s, sizeof(s), (zval *) v); argument
1467 char *s = org; in split_certinfo() local
1510 char s[64]; in create_certinfo() local
/PHP-5.4/main/
H A Dsnprintf.c68 register char *s = NULL; in __cvt() local
375 register char *s = buf; in php_conv_fp() local
552 #define FIX_PRECISION( adjust, precision, s, s_len ) \ argument
589 char *s = NULL; in format_converter() local
/PHP-5.4/ext/ereg/regex/
H A Dregerror.c74 register const char *s; in regerror() local

Completed in 72 milliseconds

1234567891011