Searched refs:dupl (Results 1 – 7 of 7) sorted by relevance
/external/lzma/CPP/7zip/UI/Common/ |
D | UpdatePair.cpp | 185 int dupl = duplicatedArcItem[arcIndex]; in GetUpdatePairInfoList() local 186 if (dupl != 0) in GetUpdatePairInfoList() 187 ThrowError(k_Duplicate_inArc_Message, ai->Name, arcItems[arcIndices[arcIndex + dupl]].Name); in GetUpdatePairInfoList()
|
/external/curl/lib/ |
D | sendf.c | 353 char *dupl = malloc(len); in pausewrite() local 354 if(!dupl) in pausewrite() 357 memcpy(dupl, ptr, len); in pausewrite() 360 data->state.tempwrite = dupl; in pausewrite()
|
/external/llvm/lib/Support/ |
D | regcomp.c | 107 static sopno dupl(struct parse *, sopno, sopno); 402 (void) dupl(p, p->pbegin[backrefnum]+1, p->pend[backrefnum]); in p_ere_exp() 601 (void) dupl(p, p->pbegin[i]+1, p->pend[i]); in p_simp_re() 1027 copy = dupl(p, start+1, finish+1); in repeat() 1036 copy = dupl(p, start, finish); in repeat() 1040 copy = dupl(p, start, finish); in repeat() 1321 dupl(struct parse *p, in dupl() function
|
/external/squashfs-tools/squashfs-tools/ |
D | mksquashfs.h | 156 extern struct file_info *dupl[];
|
D | process_fragments.c | 312 dupl_ptr = dupl[DUP_HASH(file_size)]; in frag_thrd()
|
D | mksquashfs.c | 180 struct file_info *dupl[65536]; variable 1844 struct file_info *dupl_ptr = dupl[DUP_HASH(file_size)]; in add_file() 1891 struct file_info *dupl_ptr = dupl[DUP_HASH(file_size)]; in pre_duplicate() 1923 dupl_ptr->next = dupl[DUP_HASH(file_size)]; in add_non_dup() 1924 dupl[DUP_HASH(file_size)] = dupl_ptr; in add_non_dup() 1949 dupl_ptr = dupl[DUP_HASH(file_size)]; in frag_duplicate() 1982 struct file_info *dupl_ptr = dupl[DUP_HASH(file_size)]; in duplicate()
|
/external/libxml2/ |
D | ChangeLog | 3813 * parser.c: fixed problem with free on dupl attribute in
|