Home
last modified time | relevance | path

Searched defs:code (Results 26 – 50 of 99) sorted by relevance

1234

/PHP-7.0/ext/mbstring/oniguruma/enc/
H A Dcp1251.c34 #define ENC_IS_CP1251_CTYPE(code,ctype) \ argument
119 cp1251_is_code_ctype(OnigCodePoint code, unsigned int ctype) in cp1251_is_code_ctype()
H A Diso8859_10.c33 #define ENC_IS_ISO_8859_10_CTYPE(code,ctype) \ argument
147 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype()
H A Diso8859_13.c33 #define ENC_IS_ISO_8859_13_CTYPE(code,ctype) \ argument
151 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype()
H A Dsjis.c80 code_to_mbclen(OnigCodePoint code) in code_to_mbclen()
115 code_to_mbc(OnigCodePoint code, UChar *buf) in code_to_mbc()
256 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype()
H A Deuc_tw.c64 euctw_code_to_mbc(OnigCodePoint code, UChar *buf) in euctw_code_to_mbc()
78 euctw_is_code_ctype(OnigCodePoint code, unsigned int ctype) in euctw_is_code_ctype()
H A Deuc_kr.c64 euckr_code_to_mbc(OnigCodePoint code, UChar *buf) in euckr_code_to_mbc()
87 euckr_is_code_ctype(OnigCodePoint code, unsigned int ctype) in euckr_is_code_ctype()
H A Dbig5.c64 big5_code_to_mbc(OnigCodePoint code, UChar *buf) in big5_code_to_mbc()
87 big5_is_code_ctype(OnigCodePoint code, unsigned int ctype) in big5_is_code_ctype()
H A Dunicode.c32 #define ONIGENC_IS_UNICODE_ISO_8859_1_CTYPE(code,ctype) \ argument
8529 OnigCodePoint code[3]; member
8544 OnigCodePoint code[2]; member
10748 onigenc_unicode_is_code_ctype(OnigCodePoint code, unsigned int ctype) in onigenc_unicode_is_code_ctype()
10823 OnigCodePoint code; in onigenc_unicode_property_name_to_ctype() local
10984 OnigCodePoint code; local
11036 OnigCodePoint code; local
11179 OnigCodePoint code, codes[3]; local
H A Dascii.c33 ascii_is_code_ctype(OnigCodePoint code, unsigned int ctype) in ascii_is_code_ctype()
H A Dgb18030.c85 gb18030_code_to_mbc(OnigCodePoint code, UChar *buf) in gb18030_code_to_mbc()
108 gb18030_is_code_ctype(OnigCodePoint code, unsigned int ctype) in gb18030_is_code_ctype()
/PHP-7.0/ext/mbstring/oniguruma/
H A Doniguruma.h303 #define ONIGENC_IS_CODE_GRAPH(enc,code) \ argument
305 #define ONIGENC_IS_CODE_PRINT(enc,code) \ argument
307 #define ONIGENC_IS_CODE_ALNUM(enc,code) \ argument
309 #define ONIGENC_IS_CODE_ALPHA(enc,code) \ argument
311 #define ONIGENC_IS_CODE_LOWER(enc,code) \ argument
313 #define ONIGENC_IS_CODE_UPPER(enc,code) \ argument
315 #define ONIGENC_IS_CODE_CNTRL(enc,code) \ argument
317 #define ONIGENC_IS_CODE_PUNCT(enc,code) \ argument
319 #define ONIGENC_IS_CODE_SPACE(enc,code) \ argument
321 #define ONIGENC_IS_CODE_BLANK(enc,code) \ argument
[all …]
H A Dregenc.h179 #define ONIGENC_IS_ASCII_CODE(code) ((code) < 0x80) argument
182 #define ONIGENC_IS_ASCII_CODE_CTYPE(code,ctype) \ argument
184 #define ONIGENC_IS_ASCII_CODE_CASE_AMBIG(code) \ argument
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_utils.h38 #define PHPDBG_COLOR_D(color, code) \ argument
57 const char code[PHPDBG_COLOR_LEN]; member
/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_compile.c1667 first_significant_code(const pcre_uchar *code, BOOL skipassert) in first_significant_code()
2241 find_recurse(const pcre_uchar *code, BOOL utf) in find_recurse()
2769 could_be_empty(const pcre_uchar *code, const pcre_uchar *endcode, in could_be_empty()
2913 get_chr_property_list(const pcre_uchar *code, BOOL utf, in get_chr_property_list()
3657 auto_possessify(pcre_uchar *code, BOOL utf, const compile_data *cd) in auto_possessify()
4471 register pcre_uchar *code = *codeptr; in compile_branch() local
8254 pcre_uchar *code = *codeptr; in compile_regex() local
8600 is_anchored(register const pcre_uchar *code, unsigned int bracket_map, in is_anchored()
8690 is_startline(const pcre_uchar *code, unsigned int bracket_map, in is_startline()
8811 find_firstassertedchar(const pcre_uchar *code, pcre_int32 *flags, in find_firstassertedchar()
[all …]
H A Dpcre_study.c81 find_minlength(const REAL_PCRE *re, const pcre_uchar *code, in find_minlength()
800 set_start_bits(const pcre_uchar *code, pcre_uint8 *start_bits, BOOL utf, in set_start_bits()
1466 pcre_uchar *code; in pcre_study() local
H A Dpcre_printint.c262 print_prop(FILE *f, pcre_uchar *code, const char *before, const char *after) in print_prop()
311 pcre_uchar *codestart, *code; in pcre_printint() local
/PHP-7.0/ext/mbstring/libmbfl/filters/
H A Dhtml_entities.h35 int code; member
/PHP-7.0/ext/fileinfo/libmagic/
H A Dascmagic.c78 const char *code = NULL; in file_ascmagic() local
102 size_t nbytes, unichar *ubuf, size_t ulen, const char *code, in file_ascmagic_with_encoding()
/PHP-7.0/main/
H A Dhttp_status_codes.h25 const int code; member
/PHP-7.0/ext/intl/
H A Dintl_error.c183 void intl_error_set( intl_error* err, UErrorCode code, const char* msg, int copyMsg ) in intl_error_set()
193 void intl_errors_set( intl_error* err, UErrorCode code, const char* msg, int copyMsg ) in intl_errors_set()
H A Dintl_error.h29 UErrorCode code; member
/PHP-7.0/ext/standard/
H A Dsoundex.c32 size_t i, _small, str_len, code, last; in PHP_FUNCTION() local
/PHP-7.0/ext/json/
H A Djson_scanner.c56 static int php_json_hex_to_int(char code) in php_json_hex_to_int()
72 int i, code = 0; in php_json_ucs2_to_int_ex() local
/PHP-7.0/main/streams/
H A Dphp_stream_context.h93 #define php_stream_notify_info(context, code, xmsg, xcode) do { if ((context) && (context)->notifie… argument
116 #define php_stream_notify_error(context, code, xmsg, xcode) do { if ((context) && (context)->notifi… argument
/PHP-7.0/Zend/
H A Dzend_vm_gen.php465 function gen_code($f, $spec, $kind, $export, $code, $op1, $op2, $name) {
684 function gen_handler($f, $spec, $kind, $name, $op1, $op2, $use, $code, $lineno) {
719 function gen_helper($f, $spec, $kind, $name, $op1, $op2, $param, $code, $lineno) {

Completed in 112 milliseconds

1234