Searched refs:cregex_program_t (Results 1 – 4 of 4) sorted by relevance
22 const cregex_program_t *program,31 const cregex_program_t *program,44 const cregex_program_t *program, in vm_add_thread()109 static int vm_estimate_threads(const cregex_program_t *program) { in vm_estimate_threads()114 const cregex_program_t *program, in vm_run()133 const cregex_program_t *program, in vm_run_with_threads()224 const cregex_program_t *program, in cregex_program_run()
118 } cregex_program_t; typedef122 const cregex_program_t *program,128 cregex_program_t* cregex_compile_node(const cregex_node_t *root);131 void cregex_compile_free(cregex_program_t *program);
262 static cregex_program_t* compile_node_with_program( in compile_node_with_program()264 cregex_program_t *program in compile_node_with_program()319 cregex_program_t* cregex_compile_node(const cregex_node_t *root) { in cregex_compile_node()320 size_t size = sizeof(cregex_program_t) in cregex_compile_node()322 cregex_program_t *program; in cregex_compile_node()337 void cregex_compile_free(cregex_program_t *program) { in cregex_compile_free()
10 cregex_program_t *program;