webengine/osswebengine/cache/inc/HttpCacheUtil.h
branchRCL_3
changeset 91 30342f40acbf
parent 17 c8a366e56285
child 93 79859ed3eea9
equal deleted inserted replaced
84:800203832575 91:30342f40acbf
   358         * @param
   358         * @param
   359         * @return
   359         * @return
   360         */
   360         */
   361         static TInt ExtractCacheControlDirectiveValue( RStringPool aStrP, RStringF& aDirective,  TDesC8& aValue, TInt64* aDirectiveValue,
   361         static TInt ExtractCacheControlDirectiveValue( RStringPool aStrP, RStringF& aDirective,  TDesC8& aValue, TInt64* aDirectiveValue,
   362             char** aExtraValue );
   362             char** aExtraValue );
       
   363         
       
   364         /**
       
   365         *
       
   366         * @since 3.1
       
   367         * @param
       
   368         * @return
       
   369         */
       
   370         static TInt ExtractCacheControlDirectivePairValue(const RHTTPHeaders& aHeaders,RStringPool aStrP,RStringF& aDirective,
       
   371                 TInt64* aDirectiveValue,TInt aIndex);
       
   372         
       
   373         /**
       
   374         *
       
   375         * @since 3.1
       
   376         * @param
       
   377         * @return
       
   378         */
       
   379         static TInt ExtractCacheControlDirectiveValueforParam(const RHTTPHeaders& aHeaders,RStringPool aStrP,TInt64* aDirectiveValue,
       
   380                 RStringF& aFieldParam,RStringF& aDirective,TInt aIndex);
   363     };
   381     };
   364 
   382 
   365 NONSHARABLE_CLASS( TFileInfo )
   383 NONSHARABLE_CLASS( TFileInfo )
   366     {
   384     {
   367     public:
   385     public: