Searched refs:childlen (Results 1 – 5 of 5) sorted by relevance
17 + hdr->datalen + hdr->childlen; in total_size()65 hdr->childlen, total_size(hdr)); in main()79 for (i = 0; i < hdr->childlen; i += strlen(p+i)+1) in main()
406 node->childlen = hdr->childlen; in read_node()428 + node->datalen + node->childlen; in write_node_raw()441 hdr->childlen = node->childlen; in write_node_raw()841 if (off >= node->childlen) { in send_directory_part()854 if (off + len == node->childlen) in send_directory_part()940 parent->childlen += baselen; in construct_node()1116 memdel(node->children, offset, childlen + 1, node->childlen); in remove_child_entry()1117 node->childlen -= childlen + 1; in remove_child_entry()1658 i -= childlen + 1; in check_store_()1679 i -= childlen + 1; in check_store_()[all …]
133 unsigned int childlen; member
1137 size_t childlen = strlen(child); in xs_path_is_subpath() local1140 if (childlen < parentlen) in xs_path_is_subpath()1146 if (childlen > parentlen && child[parentlen] != '/') in xs_path_is_subpath()
50 uint32_t childlen; member
Completed in 10 milliseconds