Searched refs:name_off (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DED2KLinkParser.cpp301 size_t name_off = uri.find( '|', base_off + 1 ); local
302 size_t size_off = uri.find( '|', name_off + 1 );
306 valid &= ( base_off < name_off );
307 valid &= ( name_off < size_off );
316 string name = uri.substr( base_off + 1, name_off - base_off - 1 );
317 string size = uri.substr( name_off + 1, size_off - name_off - 1 );
/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dmksquashfs.c1512 size_t name_off = offsetof(struct squashfs_dir_entry, name); local
1589 strncpy((char *) dir->p + name_off, name, size);

Completed in 103 milliseconds