Searched refs:msa (Results 1 - 2 of 2) sorted by relevance
| /PHP_TRUNK/ext/mbstring/oniguruma/ |
| H A D | regexec.c | 330 #define MATCH_ARG_INIT(msa, arg_option, arg_region, arg_start) do {\ 331 (msa).stack_p = (void* )0;\ 332 (msa).options = (arg_option);\ 333 (msa).region = (arg_region);\ 334 (msa).start = (arg_start);\ 335 (msa).best_len = ONIG_MISMATCH;\ 338 #define MATCH_ARG_INIT(msa, arg_option, arg_region, arg_start) do {\ 339 (msa).stack_p = (void* )0;\ 340 (msa).options = (arg_option);\ 341 (msa) 428 stack_double(OnigStackType** arg_stk_base, OnigStackType** arg_stk_end, OnigStackType** arg_stk, OnigStackType* stk_alloc, OnigMatchArg* msa) argument 1238 match_at(regex_t* reg, const UChar* str, const UChar* end, const UChar* right_range, const UChar* sstart, UChar* sprev, OnigMatchArg* msa) argument 3054 OnigMatchArg msa; local 3355 OnigMatchArg msa; local [all...] |
| /PHP_TRUNK/ext/fileinfo/libmagic/ |
| H A D | cdf.c | 387 cdf_secid_t *msa, mid, sec; local 421 if ((msa = CAST(cdf_secid_t *, calloc(1, ss))) == NULL) 433 if (cdf_read_sector(info, msa, 0, ss, h, mid) != (ssize_t)ss) { 438 sec = CDF_TOLE4((uint32_t)msa[k]); 450 CDF_TOLE4(msa[k]))); 454 mid = CDF_TOLE4((uint32_t)msa[nsatpersec]); 458 free(msa); 461 free(msa);
|
Completed in 6 milliseconds