Lines Matching refs:size_t
40 size_t namelen;
41 size_t valuelen;
46 size_t hds_len; /* number of entries in hds */
47 size_t hds_allc; /* size of hds allocation */
48 size_t max_entries; /* size limit number of entries */
49 size_t strs_len; /* length of all strings */
50 size_t max_strs_size; /* max length of all strings */
62 void Curl_dynhds_init(struct dynhds *dynhds, size_t max_entries,
63 size_t max_strs_size);
78 size_t Curl_dynhds_count(struct dynhds *dynhds);
89 struct dynhds_entry *Curl_dynhds_getn(struct dynhds *dynhds, size_t n);
95 const char *name, size_t namelen);
105 const char *name, size_t namelen);
112 size_t Curl_dynhds_count_name(struct dynhds *dynhds,
113 const char *name, size_t namelen);
119 size_t Curl_dynhds_ccount_name(struct dynhds *dynhds, const char *name);
125 size_t Curl_dynhds_remove(struct dynhds *dynhds,
126 const char *name, size_t namelen);
127 size_t Curl_dynhds_cremove(struct dynhds *dynhds, const char *name);
136 const char *name, size_t namelen,
137 const char *value, size_t valuelen);
148 const char *name, size_t namelen,
149 const char *value, size_t valuelen);
170 const char *line, size_t line_len);
183 nghttp2_nv *Curl_dynhds_to_nva(struct dynhds *dynhds, size_t *pcount);