mirror of
https://github.com/curl/curl.git
synced 2026-08-25 01:03:31 +03:00
parent
4c6b74e1e8
commit
217fd5b424
9 changed files with 11 additions and 11 deletions
|
|
@ -34,7 +34,7 @@ struct uint_tbl {
|
|||
void **rows; /* array of void* holding entries */
|
||||
Curl_uint_tbl_entry_dtor *entry_dtor;
|
||||
unsigned int nrows; /* length of `rows` array */
|
||||
unsigned int nentries; /* entris in table */
|
||||
unsigned int nentries; /* entries in table */
|
||||
unsigned int last_key_added; /* UINT_MAX or last key added */
|
||||
#ifdef DEBUGBUILD
|
||||
int init;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue