Searched refs:pfrag (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/openssl/crypto/http/ |
H A D | http_lib.c | 55 char **ppath, char **pquery, char **pfrag) in OSSL_parse_url() argument 73 init_pstring(pfrag); in OSSL_parse_url() 169 || !copy_substring(pfrag, frag, frag_end)) in OSSL_parse_url() 195 free_pstring(pfrag); in OSSL_parse_url() 201 char **ppath, char **pquery, char **pfrag) in OSSL_HTTP_parse_url() argument 210 ppath, pquery, pfrag)) in OSSL_HTTP_parse_url() 252 free_pstring(pfrag); in OSSL_HTTP_parse_url()
|
/freebsd/usr.sbin/ppp/ |
H A D | tcpmss.c | 154 struct ip6_frag *pfrag; in tcpmss_Check() local 199 pfrag = (struct ip6_frag *)(MBUF_CTOP(bp) + sizeof(struct ip6_hdr)); in tcpmss_Check() 200 if (pfrag->ip6f_nxt == IPPROTO_TCP && in tcpmss_Check() 201 ntohs(pfrag->ip6f_offlg & IP6F_OFF_MASK) == 0) in tcpmss_Check()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | http.h | 100 char **ppath, char **pquery, char **pfrag); 103 char **ppath, char **pquery, char **pfrag);
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | OSSL_HTTP_parse_url.pod | 20 char **ppath, char **pquery, char **pfrag); 24 char **ppath, char **pquery, char **pfrag); 62 I<ppath>, I<pquery>, and I<pfrag>, is assigned the respective url component.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrInfo.td | 3624 multiclass ExtSetCCPat<CondCode cc, PatFrag pfrag, 3626 def : Pat<(i32 (zext (i1 (pfrag i32:$s1, cc)))), 3628 def : Pat<(i64 (zext (i1 (pfrag i64:$s1, cc)))), 3630 def : Pat<(i64 (zext (i1 (pfrag i32:$s1, cc)))), 3632 def : Pat<(i32 (zext (i1 (pfrag i64:$s1, cc)))), 3635 def : Pat<(i32 (anyext (i1 (pfrag i32:$s1, cc)))), 3637 def : Pat<(i64 (anyext (i1 (pfrag i64:$s1, cc)))), 3639 def : Pat<(i64 (anyext (i1 (pfrag i32:$s1, cc)))), 3641 def : Pat<(i32 (anyext (i1 (pfrag i64:$s1, cc)))), 3730 multiclass ExtSetCCShiftPat<CondCode cc, PatFrag pfrag, [all …]
|