Lines Matching refs:region
209 const UChar* range, OnigRegion* region, OnigOptionType option)
211 Search string and return search result and matching region.
224 6 region: address for return group match range info (NULL is allowed)
229 ONIG_OPTION_POSIX_REGION region argument is regmatch_t[] of POSIX API.
233 OnigRegion* region, OnigOptionType option)
235 Match string and return result and matching region.
245 5 region: address for return group match range info (NULL is allowed)
250 ONIG_OPTION_POSIX_REGION region argument is regmatch_t[] type of POSIX API.
255 Create a region.
258 # void onig_region_free(OnigRegion* region, int free_self)
260 Free memory used by region.
263 1 region: target region
264 2 free_self: [1: free all, 0: free memory used in region but not self]
269 Copy contents of region.
272 1 to: target region
273 2 from: source region
276 # void onig_region_clear(OnigRegion* region)
278 Clear contents of region.
281 1 region: target region
284 # int onig_region_resize(OnigRegion* region, int n)
286 Resize group range area of region.
291 1 region: target region
313 OnigRegion *region)
325 4 region: search/match result region.
386 # OnigCaptureTreeNode* onig_get_capture_tree(OnigRegion* region)
393 1 region: matching result.
396 # int onig_capture_tree_traverse(OnigRegion* region, int at,
405 1 region: match region data.