Searched defs:match (Results 1 – 9 of 9) sorted by relevance
/PHP-5.3/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.3/ext/fileinfo/libmagic/ |
H A D | softmagic.c | 115 match(struct magic_set *ms, struct magic *magic, uint32_t nmagic, in match() function 1918 zval **match, **offset; local
|
/PHP-5.3/ext/zip/lib/ |
H A D | zip_open.c | 514 unsigned char *buf, *match; in _zip_find_central_dir() local
|
/PHP-5.3/ext/standard/ |
H A D | scanf.c | 245 int i, match = 0; in CharInSet() local
|
/PHP-5.3/ext/pcre/ |
H A D | php_pcre.c | 876 *match, /* Current match for a backref */ in preg_do_eval() local 1003 *match, /* The current match */ in php_pcre_replace_impl() local
|
/PHP-5.3/win32/ |
H A D | glob.c | 764 match(name, pat, patend) in match() function
|
/PHP-5.3/ext/sqlite/libsqlite/src/ |
H A D | btree_rb.c | 753 int match; in memRbtreeInsert() local
|
/PHP-5.3/ext/pcre/pcrelib/ |
H A D | pcre_exec.c | 497 match(REGISTER PCRE_PUCHAR eptr, REGISTER const pcre_uchar *ecode, in match() function
|
/PHP-5.3/ext/openssl/ |
H A D | openssl.c | 4477 int match = 0; in php_openssl_apply_verification_policy() local
|
Completed in 53 milliseconds