HomeSort by relevance Sort by last modified time
    Searched defs:iNumChunks (Results 1 - 3 of 3) sorted by null

  /external/opencore/protocols/http_parcom/src/
http_parser_internal.h 385 iNumChunks(0),
403 uint32 iNumChunks;
489 iNumChunks = 0;
495 return ((iNumChunks == 0) && ((iPrevCRLF&0x3) != 0x3));
  /external/opencore/nodes/pvclientserversocketnode/include/
pvmf_socket_buffer_allocators.h 67 iNumChunks = numChunks;
105 if (iNumChunks > iNumOutStandingBuffers)
107 return ((iNumChunks - iNumOutStandingBuffers)*iChunkSize);
125 uint32 iNumChunks;
    [all...]
  /external/opencore/nodes/streaming/common/include/
pvmf_streaming_buffer_allocators.h 97 iNumChunks = numChunks;
135 if (iNumChunks > iNumOutStandingBuffers)
137 return ((iNumChunks - iNumOutStandingBuffers)*iChunkSize);
155 uint32 iNumChunks;
    [all...]

Completed in 518 milliseconds