Home
last modified time | relevance | path

Searched refs:namelength (Results 1 - 4 of 4) sorted by relevance

/third_party/curl/lib/
H A Dformdata.c69 AddHttpPost(char *name, size_t namelength, in AddHttpPost() argument
81 if(!namelength && name) in AddHttpPost()
82 namelength = strlen(name); in AddHttpPost()
83 if((bufferlength > LONG_MAX) || (namelength > LONG_MAX)) in AddHttpPost()
89 post->namelength = (long)namelength; in AddHttpPost()
294 if(current_form->namelength) in FormAdd()
297 current_form->namelength = in FormAdd()
589 if(form->name && form->namelength) { in FormAdd()
592 for(i = 0; i < form->namelength; in FormAdd()
[all...]
H A Dformdata.h34 size_t namelength; member
/third_party/ntfs-3g/ntfsprogs/
H A Dplaylog.c1616 int namelength; in insert_index_allocation() local
1651 namelength = buffer[pos + 9] & 255; in insert_index_allocation()
1652 attr->name_length = namelength; in insert_index_allocation()
1655 2*namelength); in insert_index_allocation()
1664 2*namelength + 0x40); in insert_index_allocation()
1677 namelength = buffer[pos + 9] & 255; in insert_index_allocation()
1678 attr->name_length = namelength; in insert_index_allocation()
1681 buffer + pos + 0x18, 2*namelength); in insert_index_allocation()
1684 attr->value_offset = cpu_to_le16(2*namelength + 24); in insert_index_allocation()
1686 memcpy((char*)attr->resident_end + 2*namelength, in insert_index_allocation()
[all...]
/third_party/curl/include/curl/
H A Dcurl.h179 long namelength; /* length of name length */ member

Completed in 12 milliseconds