Home
last modified time | relevance | path

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

/external/curl/lib/
Dftp.h108 struct FTP { struct
109 char *path; /* points to the urlpieces struct field */
110 char *pathalloc; /* if non-NULL a pointer to an allocated path */
114 curl_pp_transfer transfer;
115 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/curl/docs/
DFEATURES.md77 ## FTP section in Features -- what curl can do
DURL-SYNTAX.md214 ## FTP section in Scheme specific behaviors
DMANUAL.md78 ### FTP subsection
/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/cronet/third_party/metrics_proto/ukm/
Dsource.proto60 FTP = 3; enumerator
/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