Home
last modified time | relevance | path

Searched refs:BitStatusType (Results 1 – 3 of 3) sorted by path

/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregcomp.c1926 BitStatusType loc; in disable_noname_group_capture()
H A Dregint.h237 typedef unsigned int BitStatusType; typedef
239 #define BIT_STATUS_BITS_NUM (sizeof(BitStatusType) * 8)
241 #define BIT_STATUS_ON_ALL(stats) (stats) = ~((BitStatusType )0)
H A Dregparse.h283 BitStatusType capture_history;
284 BitStatusType bt_mem_start;
285 BitStatusType bt_mem_end;
286 BitStatusType backrefed_mem;

Completed in 25 milliseconds