Home
last modified time | relevance | path

Searched defs:s (Results 201 – 225 of 278) sorted by path

12345678910>>...12

/PHP-5.5/ext/standard/
H A Darray.c176 Bucket *s; in php_array_key_compare() local
362 Bucket *s; in php_array_data_compare() local
407 Bucket *f, *s; in php_array_natural_general_compare() local
577 Bucket *s; in php_array_user_compare() local
722 Bucket *s; in php_array_user_key_compare() local
H A Dassert.c44 #define SAFE_STRING(s) ((s)?(s):"") argument
H A Dcrypt.c139 static void php_to64(char *s, long v, int n) /* {{{ */ in php_to64()
H A Dcrypt_blowfish.c834 char s[7 + 22 + 1]; in php_crypt_blowfish_rn() member
H A Dcrypt_sha256.c157 #define CYCLIC(w, s) ((w >> s) | (w << (32 - s))) in sha256_process_block() argument
H A Dcrypt_sha512.c182 #define CYCLIC(w, s) ((w >> s) | (w << (64 - s))) in sha512_process_block() argument
H A Ddir.c527 struct stat s; in PHP_FUNCTION() local
H A Ddns.c438 u_short s; in php_parserr() local
H A Dfile.c720 char *target_buf=NULL, *p, *s, *e; in PHP_FUNCTION() local
H A Dformatted_print.c219 char *s = NULL; in php_sprintf_appenddouble() local
H A Dhtml.c846 const entity_cp_map *s; in resolve_named_entity_html() local
1171 const entity_multicodepoint_row *s, *e; in find_entity_for_char() local
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 Dinfo.c892 Bucket *s = *((Bucket **) b); in module_name_cmp() 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
H A Dmath.c798 char c, *s; in _php_math_basetolong() local
845 char c, *s; in _php_math_basetozval() local
1105 char *s, *t; /* source, target */ in _php_math_number_format_ex_len() local
H A Dmd5.c154 #define STEP(f, a, b, c, d, x, t, s) \ argument
H A Dpack.c728 int s, in PHP_FUNCTION() local
H A Dphp_crypt_r.c118 to64(char *s, int32_t v, int n) in to64()
H A Dphp_smart_str.h86 #define smart_str_free(s) \ argument
106 #define smart_str_free_ex(s, what) do { \ argument
H A Drand.c160 register php_uint32 *s = state; in php_mt_initialize() local
H A Dstring.c1360 PHPAPI char *php_strtoupper(char *s, size_t len) in php_strtoupper()
1394 PHPAPI char *php_strtolower(char *s, size_t len) in php_strtolower()
1428 PHPAPI void php_basename(const char *s, size_t len, char *suffix, size_t sufflen, char **p_ret, siz…
1643 PHPAPI char *php_stristr(char *s, char *t, size_t s_len, size_t t_len)
2829 const char *s; member
3305 char *s, *t; local
3652 char *p = str, *e = p + len, *s = str; local
3707 char *e, *s, *p, *r; local
4942 char *s, *e, *ee; local
5441 char *buf, *str, *char_list = NULL, *p, *e, *s, ch[256]; local
H A Durl.c66 unsigned char *s = (unsigned char *)str; in php_replace_controlchars_ex() local
101 char const *s, *e, *p, *pp, *ue; in php_url_parse_ex() local
451 static int php_htoi(char *s) in php_htoi()
487 PHPAPI char *php_url_encode(char const *s, int len, int *new_length) in php_url_encode()
600 PHPAPI char *php_raw_url_encode(char const *s, int len, int *new_length)
752 char *s, *p; local
H A Duuencode.c71 char *p, *s, *e, *ee; in php_uuencode() local
130 char *s, *e, *p, *ee; in php_uudecode() local
H A Dvar.c749 char *s; in php_var_serialize_intern() local
/PHP-5.5/ext/wddx/
H A Dwddx.c1057 static void php_wddx_process_data(void *user_data, const XML_Char *s, int len) in php_wddx_process_data()

Completed in 303 milliseconds

12345678910>>...12