Home
last modified time | relevance | path

Searched refs:clVal (Results 1 – 10 of 10) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/protocol/http/
H A DHttp2Stream.cpp559 int64_t clVal = mSession->Compressor()->GetParsedContentLength(); in GenerateOpen() local
560 if (clVal != -1) { in GenerateOpen()
561 mRequestBodyLenRemaining = clVal; in GenerateOpen()
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/protocol/http/
H A DHttp2Stream.cpp570 int64_t clVal = mSession->Compressor()->GetParsedContentLength(); in GenerateOpen() local
571 if (clVal != -1) { in GenerateOpen()
572 mRequestBodyLenRemaining = clVal; in GenerateOpen()
/dports/www/firefox-esr/firefox-91.8.0/netwerk/protocol/http/
H A DHttp2Stream.cpp620 int64_t clVal = session->Compressor()->GetParsedContentLength(); in GenerateOpen() local
621 if (clVal != -1) { in GenerateOpen()
622 mRequestBodyLenRemaining = clVal; in GenerateOpen()
/dports/www/firefox/firefox-99.0/netwerk/protocol/http/
H A DHttp2Stream.cpp619 int64_t clVal = session->Compressor()->GetParsedContentLength(); in GenerateOpen() local
620 if (clVal != -1) { in GenerateOpen()
621 mRequestBodyLenRemaining = clVal; in GenerateOpen()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/protocol/http/
H A DHttp2Stream.cpp620 int64_t clVal = session->Compressor()->GetParsedContentLength(); in GenerateOpen() local
621 if (clVal != -1) { in GenerateOpen()
622 mRequestBodyLenRemaining = clVal; in GenerateOpen()
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/protocol/http/
H A DHttp2Stream.cpp606 int64_t clVal = mSession->Compressor()->GetParsedContentLength(); in GenerateOpen() local
607 if (clVal != -1) { in GenerateOpen()
608 mRequestBodyLenRemaining = clVal; in GenerateOpen()
/dports/math/clasp/clasp-3.3.5/clasp/
H A Dlogic_program_types.h108 void clearLiteral(bool clVal){ litId_ = noLit; if (clVal) val_ = value_free; } in clearLiteral() argument
/dports/math/clingo/clingo-5.5.1/clasp/clasp/
H A Dlogic_program_types.h108 void clearLiteral(bool clVal){ litId_ = noLit; if (clVal) val_ = value_free; } in clearLiteral() argument
/dports/math/clingo/clingo-5.5.1/clasp/clasp-da10954/clasp/
H A Dlogic_program_types.h108 void clearLiteral(bool clVal){ litId_ = noLit; if (clVal) val_ = value_free; } in clearLiteral() argument
/dports/science/PETSc/petsc-3.14.1/src/vec/is/section/interface/
H A Dsection.c2109 PetscSectionClosurePermVal clVal; in PetscSectionResetClosurePermutation() local
2113 kh_foreach_value(section->clHash, clVal, { in PetscSectionResetClosurePermutation()
2114 ierr = PetscFree(clVal.perm);CHKERRQ(ierr); in PetscSectionResetClosurePermutation()
2115 ierr = PetscFree(clVal.invPerm);CHKERRQ(ierr); in PetscSectionResetClosurePermutation()