Searched defs:match (Results 1 – 11 of 11) sorted by relevance
/PHP-5.5/ext/ereg/regex/ |
H A D | engine.c | 17 #define match smat macro 28 #define match lmat macro 32 struct match { struct 35 regmatch_t *pmatch; /* [nsub+1] (0 element unused) */ argument 39 unsigned char *coldp; /* can be no match starting before here */ argument 61 - matcher - the actual matching engine argument
|
/PHP-5.5/ext/mbstring/libmbfl/filters/ |
H A D | mbfilter_sjis_mobile.c | 250 int i, match = 0; in mbfilter_conv_map_tbl() local 265 int i, match = 0; in mbfilter_conv_r_map_tbl() local 406 int i, match = 0, c1s; in mbfilter_unicode2sjis_emoji_docomo() local 465 int i, match = 0, c1s; in mbfilter_unicode2sjis_emoji_kddi() local 536 int i, match = 0, c1s; in mbfilter_unicode2sjis_emoji_sb() local
|
/PHP-5.5/ext/gd/libgd/ |
H A D | gd_crop.c | 120 int color, corners, match; in gdImageCropAuto() local 233 int match; in gdImageCropThreshold() local
|
/PHP-5.5/ext/zip/lib/ |
H A D | zip_open.c | 514 unsigned char *buf, *match; in _zip_find_central_dir() local
|
/PHP-5.5/ext/fileinfo/libmagic/ |
H A D | softmagic.c | 120 match(struct magic_set *ms, struct magic *magic, uint32_t nmagic, in match() function 2112 zval **match, **offset; in magiccheck() local
|
/PHP-5.5/ext/standard/ |
H A D | scanf.c | 245 int i, match = 0; in CharInSet() local
|
/PHP-5.5/ext/pcre/ |
H A D | php_pcre.c | 927 *match, /* Current match for a backref */ in preg_do_eval() local 1058 *match, /* The current match */ in php_pcre_replace_impl() local
|
/PHP-5.5/win32/ |
H A D | glob.c | 773 match(name, pat, patend) in match() function
|
/PHP-5.5/ext/pcre/pcrelib/sljit/ |
H A D | sljitNativeTILEGX_64.c | 546 const struct Format* match = NULL; in compute_format() local 571 const struct Format* match = compute_format(); in assign_pipes() local
|
/PHP-5.5/ext/pcre/pcrelib/ |
H A D | pcre_exec.c | 513 match(REGISTER PCRE_PUCHAR eptr, REGISTER const pcre_uchar *ecode, in match() function
|
/PHP-5.5/ext/openssl/ |
H A D | openssl.c | 4614 int match = 0; in php_openssl_apply_verification_policy() local
|
Completed in 75 milliseconds