Home
last modified time | relevance | path

Searched defs:s (Results 176 – 200 of 278) sorted by relevance

12345678910>>...12

/PHP-5.5/ext/mbstring/oniguruma/
H A Dregparse.c230 strdup_with_null(OnigEncoding enc, UChar* s, UChar* end) in strdup_with_null()
302 UChar* s; member
1412 onig_node_str_cat(Node* node, const UChar* s, const UChar* end) in onig_node_str_cat()
1448 onig_node_str_set(Node* node, const UChar* s, const UChar* end) in onig_node_str_set()
1457 UChar s[1]; in node_str_cat_char() local
1488 node_new_str(const UChar* s, const UChar* end) in node_new_str()
1506 onig_node_new_str(const UChar* s, const UChar* end) in onig_node_new_str()
1512 node_new_str_raw(UChar* s, UChar* end) in node_new_str_raw()
2275 UChar* s; member
2836 find_str_position(OnigCodePoint s[], int n, UChar* from, UChar* to, in find_str_position()
[all …]
H A Dregposix.c39 #define ENC_STRING_LEN(enc,s,len) do { \ argument
H A Dregcomp.c53 str_dup(UChar* s, UChar* end) in str_dup()
436 add_compile_string(UChar* s, int mb_len, int str_len, in add_compile_string()
2313 UChar *s = sn->s; in get_char_length_tree1() local
3232 expand_case_fold_make_rem_string(Node** rnode, UChar *s, UChar *end, in expand_case_fold_make_rem_string()
3903 set_bm_skip(UChar* s, UChar* end, OnigEncoding enc ARG_UNUSED, in set_bm_skip()
3955 UChar s[OPT_EXACT_MAXLEN]; member
4232 concat_opt_exact_info_str(OptExactInfo* to, UChar* s, UChar* end, in concat_opt_exact_info_str()
5031 const UChar *s, const UChar *end) in print_enc_string()
5799 p_string(FILE* f, int len, UChar* s) in p_string()
5806 p_len_string(FILE* f, LengthType len, int mb_len, UChar* s) in p_len_string()
/PHP-5.5/ext/interbase/
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/gd/libgd/
H A Dgd.c309 #define SETUP_RGB(s, r, g, b) {s.R = r/255.0f; s.G = g/255.0f; s.B = b/255.0f;} argument
1601 void gdImageString (gdImagePtr im, gdFontPtr f, int x, int y, unsigned char *s, int color) in gdImageString()
1612 void gdImageStringUp (gdImagePtr im, gdFontPtr f, int x, int y, unsigned char *s, int color) in gdImageStringUp()
1625 void gdImageString16 (gdImagePtr im, gdFontPtr f, int x, int y, unsigned short *s, int color) in gdImageString16()
1636 void gdImageStringUp16 (gdImagePtr im, gdFontPtr f, int x, int y, unsigned short *s, int color) in gdImageStringUp16()
1647 static int strlen16 (unsigned short *s) in strlen16()
1675 void gdImageArc (gdImagePtr im, int cx, int cy, int w, int h, int s, int e, int color) in gdImageArc()
1684 void gdImageFilledArc (gdImagePtr im, int cx, int cy, int w, int h, int s, int e, int color, int st… in gdImageFilledArc()
/PHP-5.5/ext/intl/breakiterator/
H A Dcodepointiterator_internal.cpp242 uint32_t s = bufferSize; in createBufferClone() local
H A Dbreakiterator_iterators.cpp175 const char *s = Z_STRVAL_P(bio->text); in _breakiterator_parts_move_forward() local
/PHP-5.5/ext/pdo_firebird/
H A Dphp_pdo_firebird_int.h52 #define const_cast(s) ((char*)(s)) argument
/PHP-5.5/sapi/apache/
H A Dphp_apache.c581 char *s = (char *) ap_loaded_modules[n]->name; in PHP_FUNCTION() local
H A Dmod_php5.c939 static void php_child_exit_handler(server_rec *s, pool *p) in php_child_exit_handler()
953 static void php_init_handler(server_rec *s, pool *p) in php_init_handler()
/PHP-5.5/ext/ereg/regex/
H A Dregcomp.c1413 register sop s; local
1518 register sop s; local
1601 register sop s; local
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_main.c227 Bucket *s = *((Bucket **) b); in module_name_cmp() local
409 char *s; in sapi_cgi_send_headers() local
420 char *s; in sapi_cgi_send_headers() local
H A Dfpm_process_ctl.c124 int s = 0; in fpm_pctl_kill() local
/PHP-5.5/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c2234 const char *s; in mime_header_encoder_new() local
2690 int f, n, s, r, d, size, *mapelm; in collector_encode_htmlnumericentity() local
2736 int f, n, s, r, d, size, *mapelm; in collector_decode_htmlnumericentity() local
2914 int f, n, s, r, d, size, *mapelm; in collector_encode_hex_htmlnumericentity() local
2960 int n, s, r, d; in mbfl_filt_decode_htmlnumericentity_flush() local
/PHP-5.5/ext/standard/
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 Dmd5.c154 #define STEP(f, a, b, c, d, x, t, s) \ argument
/PHP-5.5/ext/mbstring/
H A Dmbstring.c1157 char *s, *s2; in php_mb_rfc1867_basename() local
2099 char *s, *mimetype = NULL; in PHP_FUNCTION() local
3841 static void my_smart_str_dtor(smart_str *s) in my_smart_str_dtor()
4050 smart_str *s; in PHP_FUNCTION() local
4583 MBSTRING_API size_t php_mb_mbchar_bytes_ex(const char *s, const mbfl_encoding *enc) in php_mb_mbchar_bytes_ex()
4608 MBSTRING_API char *php_mb_safe_strrchr_ex(const char *s, unsigned int c, size_t nbytes, const mbfl_… in php_mb_safe_strrchr_ex()
4649 MBSTRING_API char *php_mb_safe_strrchr(const char *s, unsigned int c, size_t nbytes TSRMLS_DC) in php_mb_safe_strrchr()
/PHP-5.5/ext/soap/interop/
H A Dclient_round2_params.php156 function SOAPStruct($s, $i, $f) {
/PHP-5.5/sapi/tux/
H A Dphp_tux.c319 smart_str s = {0}; in tux_request_ctor() local
/PHP-5.5/main/
H A Dmain.c191 char *s = NULL, *e; in php_disable_functions() local
229 char *s = NULL, *e; in php_disable_classes() local
282 struct stat s; in php_binary_init() local
H A Dreentrancy.c380 php_strtok_r(char *s, const char *delim, char **last) in php_strtok_r()
/PHP-5.5/ext/readline/
H A Dreadline.c233 #define SAFE_STRING(s) ((s)?(char*)(s):"") argument
/PHP-5.5/sapi/isapi/stresstest/
H A Dstresstest.cpp27 #define xmalloc(s) HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, (s)) argument
28 #define xfree(s) HeapFree(GetProcessHeap(), 0, (s)) argument
/PHP-5.5/ext/intl/collator/
H A Dcollator_sort.c213 Bucket *s; in collator_compare_func() local
/PHP-5.5/sapi/apache_hooks/
H A Dmod_php5.c929 static CONST_PREFIX char *php_set_server_handler(server_rec *s, char *arg1, long handler_stage, lon… in php_set_server_handler()
1225 static void php_child_exit_handler(server_rec *s, pool *p) in php_child_exit_handler()
1239 static void php_init_handler(server_rec *s, pool *p) in php_init_handler()

Completed in 180 milliseconds

12345678910>>...12