Home
last modified time | relevance | path

Searched defs:FTP (Results 1 – 12 of 12) sorted by relevance

/external/curl/lib/
Dftp.h104 struct FTP { struct
105 char *user; /* user name string */
106 char *passwd; /* password string */
107 char *path; /* points to the urlpieces struct field */
108 char *pathalloc; /* if non-NULL a pointer to an allocated path */
112 curl_pp_transfer transfer;
113 curl_off_t downloadsize;
/external/clang/lib/CodeGen/
DCodeGenABITypes.cpp52 const FunctionProtoType *FTP, in arrangeCXXMethodType()
DCGCall.cpp142 CanQual<FunctionProtoType> FTP, in arrangeLLVMFunctionInfo()
160 CodeGenTypes::arrangeFreeFunctionType(CanQual<FunctionProtoType> FTP, in arrangeFreeFunctionType()
213 const FunctionProtoType *FTP, in arrangeCXXMethodType()
280 CanQual<FunctionProtoType> FTP = GetFormalType(MD); in arrangeCXXStructorDeclaration() local
477 CanQual<FunctionProtoType> FTP = GetFormalType(MD); in arrangeMSMemberPointerThunk() local
489 CanQual<FunctionProtoType> FTP = GetFormalType(CD); in arrangeMSCtorClosure() local
/external/clang/lib/StaticAnalyzer/Checkers/
DCheckSecuritySyntaxOnly.cpp593 const FunctionProtoType *FTP = FD->getType()->getAs<FunctionProtoType>(); in checkCall_rand() local
636 const FunctionProtoType *FTP = FD->getType()->getAs<FunctionProtoType>(); in checkCall_random() local
711 const FunctionProtoType *FTP = FD->getType()->getAs<FunctionProtoType>(); in checkUncheckedReturnValue() local
DRetainCountChecker.cpp1264 const FunctionProtoType* FTP = dyn_cast<FunctionProtoType>(FT); in getUnarySummary() local
/external/curl/docs/
DINTERNALS.md304 FTP chapter
/external/python/cpython3/Lib/
Dftplib.py74 class FTP: class
/external/python/cpython2/Lib/
Dftplib.py79 class FTP: class
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp3693 const FunctionProtoType *FTP = dyn_cast<FunctionProtoType>(FT); in convertFunctionTypeOfBlocks() local
3756 const FunctionProtoType *FTP = dyn_cast<FunctionProtoType>(FT); in SynthesizeBlockCall() local
3958 const FunctionProtoType *FTP; in PointerTypeTakesAnyBlockArguments() local
3976 const FunctionProtoType *FTP; in PointerTypeTakesAnyObjCQualifiedType() local
DRewriteModernObjC.cpp4536 const FunctionProtoType *FTP = dyn_cast<FunctionProtoType>(FT); in convertFunctionTypeOfBlocks() local
4597 const FunctionProtoType *FTP = dyn_cast<FunctionProtoType>(FT); in SynthesizeBlockCall() local
4814 const FunctionProtoType *FTP; in PointerTypeTakesAnyBlockArguments() local
4832 const FunctionProtoType *FTP; in PointerTypeTakesAnyObjCQualifiedType() local
/external/clang/lib/AST/
DASTContext.cpp3054 if (FunctionProtoType *FTP = in getFunctionType() local
3120 FunctionProtoType *FTP = (FunctionProtoType*) Allocate(Size, TypeAlignment); in getFunctionType() local
/external/clang/lib/Sema/
DSemaDecl.cpp8979 const FunctionProtoType* FTP = cast<const FunctionProtoType>(FT); in CheckMain() local