Home
last modified time | relevance | path

Searched refs:pmatch (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/lib/librte_eal/windows/include/
H A Dregex.h52 __rte_unused regmatch_t pmatch[], __rte_unused int eflags) in regexec() argument
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_crypto.c109 regmatch_t pmatch[2]; in zfs_prop_parse_keylocation() local
111 if (regexec(&hdl->libzfs_urire, str, ARRAY_SIZE(pmatch), in zfs_prop_parse_keylocation()
112 pmatch, 0) == 0) { in zfs_prop_parse_keylocation()
115 if (pmatch[1].rm_so == -1) { in zfs_prop_parse_keylocation()
121 scheme_len = pmatch[1].rm_eo - pmatch[1].rm_so; in zfs_prop_parse_keylocation()
133 (void) memcpy(*schemep, str + pmatch[1].rm_so, scheme_len); in zfs_prop_parse_keylocation()