Searched refs:sfp (Results 1 - 9 of 9) sorted by relevance
/third_party/nghttp2/lib/ |
H A D | sfparse.h | 238 * `sf_parser_init` initializes |sfp| with the given buffer pointed by 241 void sf_parser_init(sf_parser *sfp, const uint8_t *data, size_t datalen); 259 int sf_parser_param(sf_parser *sfp, sf_vec *dest_key, sf_value *dest_value); 286 int sf_parser_dict(sf_parser *sfp, sf_vec *dest_key, sf_value *dest_value); 309 int sf_parser_list(sf_parser *sfp, sf_value *dest); 335 int sf_parser_item(sf_parser *sfp, sf_value *dest); 361 int sf_parser_inner_list(sf_parser *sfp, sf_value *dest);
|
H A D | nghttp2_http.c | 585 sf_parser sfp; in nghttp2_http_parse_priority() local 590 sf_parser_init(&sfp, value, valuelen); in nghttp2_http_parse_priority() 593 rv = sf_parser_dict(&sfp, &key, &val); in nghttp2_http_parse_priority()
|
/third_party/node/deps/nghttp2/lib/ |
H A D | sfparse.h | 238 * `sf_parser_init` initializes |sfp| with the given buffer pointed by 241 void sf_parser_init(sf_parser *sfp, const uint8_t *data, size_t datalen); 259 int sf_parser_param(sf_parser *sfp, sf_vec *dest_key, sf_value *dest_value); 286 int sf_parser_dict(sf_parser *sfp, sf_vec *dest_key, sf_value *dest_value); 309 int sf_parser_list(sf_parser *sfp, sf_value *dest); 335 int sf_parser_item(sf_parser *sfp, sf_value *dest); 361 int sf_parser_inner_list(sf_parser *sfp, sf_value *dest);
|
H A D | nghttp2_http.c | 585 sf_parser sfp; in nghttp2_http_parse_priority() local 590 sf_parser_init(&sfp, value, valuelen); in nghttp2_http_parse_priority() 593 rv = sf_parser_dict(&sfp, &key, &val); in nghttp2_http_parse_priority()
|
/third_party/python/Lib/test/test_email/ |
H A D | test_email.py | 879 sfp = StringIO() 880 g = Generator(sfp) 882 eq(sfp.getvalue(), """\ 931 sfp = StringIO() 932 g = Generator(sfp) 934 eq(sfp.getvalue(), """\ 1012 sfp = StringIO() 1013 g = Generator(sfp) 1015 eq(sfp.getvalue(), '''\ 1030 sfp [all...] |
/third_party/pulseaudio/src/utils/ |
H A D | pacat.c | 1116 pa_proplist *sfp; in main() local 1128 sfp = pa_proplist_new(); in main() 1129 pa_sndfile_init_proplist(sndfile, sfp); in main() 1130 pa_proplist_update(proplist, PA_UPDATE_MERGE, sfp); in main() 1131 pa_proplist_free(sfp); in main()
|
/third_party/skia/src/gpu/ |
H A D | GrFragmentProcessor.cpp | 298 const SwizzleFragmentProcessor& sfp = args.fFp.cast<SwizzleFragmentProcessor>(); 299 const GrSwizzle& swizzle = sfp.fSwizzle; 314 const SwizzleFragmentProcessor& sfp = other.cast<SwizzleFragmentProcessor>(); 315 return fSwizzle == sfp.fSwizzle;
|
/third_party/python/Lib/email/ |
H A D | generator.py | 181 self._fp = sfp = self._new_buffer() 203 self._fp.write(sfp.getvalue())
|
/third_party/NuttX/fs/nfs/ |
H A D | nfs_adapter.c | 2851 struct rpc_reply_fsstat *sfp = NULL; in vfs_nfs_statfs() local 2894 sfp = (struct rpc_reply_fsstat *)nmp->nm_iobuffer; in vfs_nfs_statfs() 2895 if (txdr_unsigned(sfp->fsstat.attributes_follow) == 1) in vfs_nfs_statfs() 2897 stfp = (struct nfs_statfs_ctx *)&sfp->fsstat.sf_tbytes; in vfs_nfs_statfs() 2901 stfp = (struct nfs_statfs_ctx *)&sfp->fsstat.obj_attributes; in vfs_nfs_statfs()
|
Completed in 13 milliseconds