Searched refs:compiled_pattern (Results 1 – 3 of 3) sorted by relevance
71 Fexecute (const void *compiled_pattern, const char *buf, size_t buf_size, in Fexecute() argument74 struct compiled_kwset *ckwset = (struct compiled_kwset *) compiled_pattern; in Fexecute()167 Ffree (void *compiled_pattern) in Ffree() argument169 struct compiled_kwset *ckwset = (struct compiled_kwset *) compiled_pattern; in Ffree()
39 size_t (*execute) (const void *compiled_pattern,44 void (*free) (void *compiled_pattern);
308 EGexecute (const void *compiled_pattern, in EGexecute() argument312 struct compiled_regex *cregex = (struct compiled_regex *) compiled_pattern; in EGexecute()461 EGfree (void *compiled_pattern) in EGfree() argument463 struct compiled_regex *cregex = (struct compiled_regex *) compiled_pattern; in EGfree()