Home
last modified time | relevance | path

Searched defs:s (Results 126 – 150 of 278) sorted by path

12345678910>>...12

/PHP-5.5/ext/mbstring/oniguruma/enc/
H A Dutf16_le.c187 utf16le_left_adjust_char_head(const UChar* start, const UChar* s) in utf16le_left_adjust_char_head()
H A Dutf32_be.c149 utf32be_left_adjust_char_head(const UChar* start, const UChar* s) in utf32be_left_adjust_char_head()
H A Dutf32_le.c149 utf32le_left_adjust_char_head(const UChar* start, const UChar* s) in utf32le_left_adjust_char_head()
H A Dutf8.c269 left_adjust_char_head(const UChar* start, const UChar* s) in left_adjust_char_head()
/PHP-5.5/ext/mbstring/oniguruma/
H A Doniguruma.h269 #define ONIGENC_IS_MBC_WORD(enc,s,end) \ argument
277 #define ONIGENC_IS_ALLOWED_REVERSE_MATCH(enc,s,end) \ argument
279 #define ONIGENC_LEFT_ADJUST_CHAR_HEAD(enc,start,s) \ argument
285 #define ONIGENC_STEP_BACK(enc,start,s,n) \ 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()
H A Dregenc.c54 onigenc_get_right_adjust_char_head(OnigEncoding enc, const UChar* start, const UChar* s) in onigenc_get_right_adjust_char_head()
65 const UChar* start, const UChar* s, const UChar** prev) in onigenc_get_right_adjust_char_head_with_prev()
80 onigenc_get_prev_char_head(OnigEncoding enc, const UChar* start, const UChar* s) in onigenc_get_prev_char_head()
89 onigenc_step_back(OnigEncoding enc, const UChar* start, const UChar* s, int n) in onigenc_step_back()
124 onigenc_strlen_null(OnigEncoding enc, const UChar* s) in onigenc_strlen_null()
149 onigenc_str_bytelen_null(OnigEncoding enc, const UChar* s) in onigenc_str_bytelen_null()
359 onigenc_get_left_adjust_char_head(OnigEncoding enc, const UChar* start, const UChar* s) in onigenc_get_left_adjust_char_head()
621 onigenc_single_byte_left_adjust_char_head(const UChar* start ARG_UNUSED, in onigenc_single_byte_left_adjust_char_head()
H A Dregerror.c185 static void sprint_byte(char* s, unsigned int v) in sprint_byte()
190 static void sprint_byte_with_x(char* s, unsigned int v) in sprint_byte_with_x()
195 static int to_ascii(OnigEncoding enc, UChar *s, UChar *end, in to_ascii()
249 onig_error_code_to_str(UChar* s, int code, ...) in onig_error_code_to_str()
331 UChar *p, *s, *bp; local
H A Dregexec.c487 #define STATE_CHECK_POS(s,snum) \ argument
1253 UChar *s, *q, *sbegin; in match_at() local
2744 UChar *t, *p, *s, *end; in slow_search() local
2796 UChar *s, *end; in slow_search_ic() local
2821 UChar *t, *p, *s; in slow_search_backward() local
2854 UChar *s; in slow_search_backward_ic() local
2934 const UChar *s, *t, *p, *end; in bm_search() local
2995 const UChar *s, *t, *p; in bm_search_backward() local
3023 const UChar *s = text; in map_search() local
3038 const UChar *s = text_start; in map_search_backward() local
[all …]
H A Dregext.c33 conv_ext0be32(const UChar* s, const UChar* end, UChar* conv) in conv_ext0be32()
44 conv_ext0le32(const UChar* s, const UChar* end, UChar* conv) in conv_ext0le32()
55 conv_ext0be(const UChar* s, const UChar* end, UChar* conv) in conv_ext0be()
64 conv_ext0le(const UChar* s, const UChar* end, UChar* conv) in conv_ext0le()
73 conv_swap4bytes(const UChar* s, const UChar* end, UChar* conv) in conv_swap4bytes()
85 conv_swap2bytes(const UChar* s, const UChar* end, UChar* conv) in conv_swap2bytes()
95 conv_encoding(OnigEncoding from, OnigEncoding to, const UChar* s, const UChar* end, in conv_encoding()
H A Dreggnu.c49 UChar *s = (UChar* )string + startpos; in re_adjust_startpos() local
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 Dregparse.h162 UChar* s; member
H A Dregposerr.c75 char* s; in regerror() local
H A Dregposix.c39 #define ENC_STRING_LEN(enc,s,len) do { \ argument
H A Dregversion.c37 static char s[12]; in onig_version() local
49 static char s[58]; in onig_copyright() local
H A Dst.c55 #define Calloc(n,s) (char*)xcalloc((n),(s)) argument
H A Dtestc.c22 #define SLEN(s) strlen(s) argument
95 char s[ONIG_MAX_ERROR_MESSAGE_LEN]; in xx() local
106 char s[ONIG_MAX_ERROR_MESSAGE_LEN]; in xx() local
H A Dtestu.c141 char s[ONIG_MAX_ERROR_MESSAGE_LEN]; in xx() local
152 char s[ONIG_MAX_ERROR_MESSAGE_LEN]; in xx() local
/PHP-5.5/ext/mbstring/oniguruma/win32/
H A Dtestc.c22 #define SLEN(s) strlen(s) argument
95 char s[ONIG_MAX_ERROR_MESSAGE_LEN]; in xx() local
106 char s[ONIG_MAX_ERROR_MESSAGE_LEN]; in xx() local
/PHP-5.5/ext/mbstring/ucgendat/
H A Ducgendat.c326 ac_uint4 s, e; in ordered_range_insert() local
824 char line[512], *s, *e; in read_cdata() local
1218 char line[512], *s; in read_compexdata() local
/PHP-5.5/ext/mssql/
H A Dphp_mssql.c37 #define SAFE_STRING(s) ((s)?(s):"") argument
/PHP-5.5/ext/mysql/
H A Dphp_mysql.c80 #define SAFE_STRING(s) ((s)?(s):"") argument
/PHP-5.5/ext/mysqli/
H A Dmysqli_libmysql.h35 #define mysqli_stmt_get_id(s) ((s)->stmt_id) argument
36 #define mysqli_stmt_warning_count(s) mysql_warning_count((s)->mysql) argument
37 #define mysqli_stmt_server_status(s) (s)->mysql->server_status argument
38 #define mysqli_stmt_get_connection(s) (s)->mysql argument
H A Dmysqli_mysqlnd.h36 #define mysqli_stmt_get_id(s) ((s)->data->stmt_id) argument
37 #define mysqli_stmt_warning_count(s) mysqlnd_stmt_warning_count((s)) argument
38 #define mysqli_stmt_server_status(s) mysqlnd_stmt_server_status((s)) argument
39 #define mysqli_stmt_get_connection(s) (s)->data->conn argument

Completed in 112 milliseconds

12345678910>>...12