Searched refs:ONIG_IS_NOT_NULL (Results 1 – 2 of 2) sorted by relevance
/PHP-5.4/ext/mbstring/oniguruma/ | ||
H A D | regenc.h | 56 #define ONIG_IS_NOT_NULL(p) (((void*)(p)) != (void*)0) macro |
H A D | regenc.c | 91 while (ONIG_IS_NOT_NULL(s) && n-- > 0) { in onigenc_step_back() |
Completed in 30 milliseconds