| /third_party/NuttX/drivers/usbdev/gadget/fconfig/include/ |
| H A D | usb_obj.h | 83 static inline int usbobj_default_match(struct usb_obj *obj, void *match_data) in usbobj_default_match() argument
|
| /third_party/pcre2/pcre2/src/ |
| H A D | pcre2_match_data.c | 98 pcre2_match_data_free(pcre2_match_data *match_data) in pcre2_match_data_free() argument 119 pcre2_get_mark(pcre2_match_data *match_data) pcre2_get_mark() argument 131 pcre2_get_ovector_pointer(pcre2_match_data *match_data) pcre2_get_ovector_pointer() argument 143 pcre2_get_ovector_count(pcre2_match_data *match_data) pcre2_get_ovector_count() argument 155 pcre2_get_startchar(pcre2_match_data *match_data) pcre2_get_startchar() argument 167 pcre2_get_match_data_size(pcre2_match_data *match_data) pcre2_get_match_data_size() argument [all...] |
| H A D | pcre2_jit_match.c | 85 pcre2_jit_match(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, PCRE2_SIZE start_offset, uint32_t options, pcre2_match_data *match_data, pcre2_match_context *mcontext) pcre2_jit_match() argument [all...] |
| H A D | pcre2demo.c | 92 pcre2_match_data *match_data; in main() local [all...] |
| H A D | pcre2_fuzzsupport.c | 61 pcre2_match_data *match_data = NULL; in LLVMFuzzerTestOneInput() local
|
| H A D | pcre2_substring.c | 73 pcre2_substring_copy_byname(pcre2_match_data *match_data, PCRE2_SPTR stringname, in pcre2_substring_copy_byname() argument 121 pcre2_substring_copy_bynumber(pcre2_match_data *match_data, in pcre2_substring_copy_bynumber() argument 161 pcre2_substring_get_byname(pcre2_match_data *match_data, PCRE2_SPTR stringname, PCRE2_UCHAR **stringptr, PCRE2_SIZE *sizeptr) pcre2_substring_get_byname() argument 209 pcre2_substring_get_bynumber(pcre2_match_data *match_data, uint32_t stringnumber, PCRE2_UCHAR **stringptr, PCRE2_SIZE *sizeptr) pcre2_substring_get_bynumber() argument 268 pcre2_substring_length_byname(pcre2_match_data *match_data, PCRE2_SPTR stringname, PCRE2_SIZE *sizeptr) pcre2_substring_length_byname() argument 315 pcre2_substring_length_bynumber(pcre2_match_data *match_data, uint32_t stringnumber, PCRE2_SIZE *sizeptr) pcre2_substring_length_bynumber() argument 372 pcre2_substring_list_get(pcre2_match_data *match_data, PCRE2_UCHAR ***listptr, PCRE2_SIZE **lengthsptr) pcre2_substring_list_get() argument [all...] |
| H A D | pcre2_substitute.c | 220 pcre2_substitute(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, PCRE2_SIZE start_offset, uint32_t options, pcre2_match_data *match_data, pcre2_match_context *mcontext, PCRE2_SPTR replacement, PCRE2_SIZE rlength, PCRE2_UCHAR *buffer, PCRE2_SIZE *blength) pcre2_substitute() argument [all...] |
| H A D | pcre2_dfa_match.c | 3297 pcre2_dfa_match(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, PCRE2_SIZE start_offset, uint32_t options, pcre2_match_data *match_data, pcre2_match_context *mcontext, int *workspace, PCRE2_SIZE wscount) pcre2_dfa_match() argument [all...] |
| H A D | pcre2_match.c | 214 display_frames(FILE *f, heapframe *F, heapframe *P, PCRE2_SIZE frame_size, match_block *mb, pcre2_match_data *match_data, const char *s, ...) display_frames() argument 589 match(PCRE2_SPTR start_eptr, PCRE2_SPTR start_ecode, uint16_t top_bracket, PCRE2_SIZE frame_size, pcre2_match_data *match_data, match_block *mb) match() argument 6311 pcre2_match(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, PCRE2_SIZE start_offset, uint32_t options, pcre2_match_data *match_data, pcre2_match_context *mcontext) pcre2_match() argument [all...] |
| H A D | pcre2grep.c | 264 static pcre2_match_data *match_data, *match_data_pair[2]; variable [all...] |
| H A D | pcre2_jit_compile.c | 183 pcre2_match_data *match_data; member
|
| /third_party/NuttX/drivers/usbdev/gadget/fconfig/src/ |
| H A D | usb_obj.c | 105 struct usb_obj *usbobj_find(struct usb_obj *obj, usbobj_match_t match, void *match_data) in usbobj_find() argument 179 usbobj_for_each_child(struct usb_obj *obj, usbobj_match_t match, void *match_data, void (*fn)(struct usb_obj *, void *), void *data) usbobj_for_each_child() argument
|
| H A D | usbd_generic_epfile.c | 711 static int epfile_match_unused(struct usb_obj *obj, void *match_data) in epfile_match_unused() argument
|
| H A D | f_config.c | 77 static int gadget_match(struct usb_obj *obj, void *match_data) in gadget_match() argument 124 int gadget_strings_match(struct usb_obj *obj, void *match_data) in gadget_strings_match() argument 228 static int usb_config_match(struct usb_obj *obj, void *match_data) in usb_config_match() argument
|
| H A D | usbd_generic_ep0.c | 451 static int memory_area_match(struct usb_obj *obj, void *match_data) in memory_area_match() argument
|
| H A D | usbd_config.c | 116 static int gadget_match(struct usb_obj *obj, void *match_data) in gadget_match() argument 716 static int usb_config_match(struct usb_obj *obj, void *match_data) in usb_config_match() argument
|
| H A D | f_generic.c | 247 static int usbobj_minor_match(struct usb_obj *obj, void *match_data) in usbobj_minor_match() argument
|
| /third_party/elfutils/libcpu/ |
| H A D | x86_64_dis.h | 886 static const uint8_t match_data[] = variable
|
| H A D | i386_dis.h | 898 static const uint8_t match_data[] = variable
|
| /third_party/selinux/libselinux/src/ |
| H A D | regex.c | 193 pcre2_match_data *match_data; in match_data_thread_free() local 224 pcre2_match_data *match_data = NULL; in regex_match() local [all...] |
| /third_party/rust/crates/regex/bench/src/ffi/ |
| H A D | pcre2.rs | 153 type match_data = c_void; global() types [all...] |
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-ot-layout-gsubgpos.hh | 460 const void *match_data; member 926 would_match_input(hb_would_apply_context_t *c, unsigned int count, const HBUINT16 input[], match_func_t match_func, const void *match_data) would_match_input() argument 941 match_input(hb_ot_apply_context_t *c, unsigned int count, const HBUINT16 input[], match_func_t match_func, const void *match_data, unsigned int *end_offset, unsigned int match_positions[HB_MAX_CONTEXT_LENGTH], unsigned int *p_total_component_count = nullptr) match_input() argument 1174 match_backtrack(hb_ot_apply_context_t *c, unsigned int count, const HBUINT16 backtrack[], match_func_t match_func, const void *match_data, unsigned int *match_start) match_backtrack() argument 1196 match_lookahead(hb_ot_apply_context_t *c, unsigned int count, const HBUINT16 lookahead[], match_func_t match_func, const void *match_data, unsigned int offset, unsigned int *end_index) match_lookahead() argument 1485 const void *match_data; global() member [all...] |