Home
last modified time | relevance | path

Searched defs:s (Results 51 – 75 of 278) sorted by path

12345678910>>...12

/PHP-5.5/ext/gd/libgd/
H A Dgd_ss.c17 #define GD_SS_DBG(s) argument
H A Dgdhelpers.c15 gd_strtok_r (char *s, char *sep, char **state) in gd_strtok_r()
/PHP-5.5/ext/hash/
H A Dhash.c1044 char *s = buffer, *e = s + sizeof(buffer), *str; in PHP_MINFO_FUNCTION() local
H A Dhash_adler32.c32 php_hash_uint32 i, s[2]; in PHP_ADLER32Update() local
H A Dhash_gost.c125 #define S(s, l, r) \ argument
129 #define SHIFT12(u, m, s) \ argument
213 php_hash_uint32 l, r, t, key[8], u[8], v[8], w[8], s[8], *h = state, *m = data; in Gost() local
H A Dhash_md.c243 #define FF(a, b, c, d, x, s, ac) { \ argument
248 #define GG(a, b, c, d, x, s, ac) { \ argument
253 #define HH(a, b, c, d, x, s, ac) { \ argument
258 #define II(a, b, c, d, x, s, ac) { \ argument
452 #define ROTL32(s,v) (((v) << (s)) | ((v) >> (32 - (s)))) argument
454 #define MD4_R1(a,b,c,d,k,s) a = ROTL32(s, a + MD4_F(b,c,d) + x[k]) argument
455 #define MD4_R2(a,b,c,d,k,s) a = ROTL32(s, a + MD4_G(b,c,d) + x[k] + 0x5A827999) argument
456 #define MD4_R3(a,b,c,d,k,s) a = ROTL32(s, a + MD4_H(b,c,d) + x[k] + 0x6ED9EBA1) argument
/PHP-5.5/ext/iconv/
H A Diconv.c334 char *s, *content_type, *mimetype = NULL; in php_iconv_output_handler() local
380 static php_iconv_err_t _php_iconv_appendl(smart_str *d, const char *s, size_t l, iconv_t cd) in _php_iconv_appendl()
/PHP-5.5/ext/interbase/
H A Dibase_query.c1915 char buf[16], *s = buf; in _php_ibase_field_info() local
H A Dinterbase.c507 char *s = IBG(errmsg); in _php_ibase_error() local
805 char tmp[64], *s; in PHP_MINFO_FUNCTION() local
/PHP-5.5/ext/intl/breakiterator/
H A Dbreakiterator_iterators.cpp175 const char *s = Z_STRVAL_P(bio->text); in _breakiterator_parts_move_forward() local
H A Dcodepointiterator_internal.cpp242 uint32_t s = bufferSize; in createBufferClone() local
/PHP-5.5/ext/intl/collator/
H A Dcollator_is_numeric.c133 register const UChar *s = nptr; local
H A Dcollator_sort.c213 Bucket *s; in collator_compare_func() local
/PHP-5.5/ext/intl/common/
H A Dcommon_date.cpp87 UnicodeString s = UnicodeString(id, id_len, US_INV); local
/PHP-5.5/ext/intl/locale/
H A Dlocale_methods.c100 #define isIDPrefix(s) (isPrefixLetter(s[0])&&isIDSeparator(s[1])) argument
101 #define isKeywordPrefix(s) ( isKeywordSeparator(s[0]) ) argument
893 #define RETURN_SMART_STR(s) smart_str_0((s)); RETURN_STRINGL((s)->c, (s)->len, 0) argument
/PHP-5.5/ext/json/
H A Djson.c401 static void json_escape_string(smart_str *buf, char *s, int len, int options TSRMLS_DC) /* {{{ */ in json_escape_string()
/PHP-5.5/ext/libxml/
H A Dlibxml.c1131 int php_libxml_xmlCheckUTF8(const unsigned char *s) in php_libxml_xmlCheckUTF8()
/PHP-5.5/ext/mbstring/libmbfl/filters/
H A Dmbfilter_armscii8.c82 int s; in mbfl_filt_conv_armscii8_wchar() local
110 int s, n; in mbfl_filt_conv_wchar_armscii8() local
H A Dmbfilter_big5.c241 int c1, s, c2; in mbfl_filt_conv_wchar_big5() local
H A Dmbfilter_cp1251.c84 int s; in mbfl_filt_conv_cp1251_wchar() local
112 int s, n; in mbfl_filt_conv_wchar_cp1251() local
H A Dmbfilter_cp1252.c83 int s=-1, n; in mbfl_filt_conv_wchar_cp1252() local
119 int s; in mbfl_filt_conv_cp1252_wchar() local
H A Dmbfilter_cp1254.c84 int s, n; in mbfl_filt_conv_wchar_cp1254() local
120 int s; in mbfl_filt_conv_cp1254_wchar() local
H A Dmbfilter_cp5022x.c231 int c1, s, w; in mbfl_filt_conv_jis_ms_wchar() local
411 int c1, s; in mbfl_filt_conv_wchar_jis_ms() local
628 const int s = c & MBFL_WCSPLANE_MASK; in mbfl_filt_conv_wchar_cp50220raw() local
650 int s = 0; in mbfl_filt_conv_wchar_cp50221() local
796 int s; in mbfl_filt_conv_wchar_cp50222() local
H A Dmbfilter_cp51932.c114 int c1, s, w; in mbfl_filt_conv_cp51932_wchar() local
H A Dmbfilter_cp850.c80 int s; in mbfl_filt_conv_cp850_wchar() local
108 int s, n; in mbfl_filt_conv_wchar_cp850() local

Completed in 67 milliseconds

12345678910>>...12