protypes.h File Reference

API published in:
API deprecated in:


Go to the source code of this file.


Defines

#define  PROTYPES_H
#define  TEST_BIT   PR_TEST_BIT
#define  SET_BIT   PR_SET_BIT
#define  CLEAR_BIT   PR_CLEAR_BIT
#define  PRArena   PLArena
#define  PRArenaPool   PLArenaPool
#define  PRArenaStats   PLArenaStats
#define  PR_ARENA_ALIGN   PL_ARENA_ALIGN
#define  PR_INIT_ARENA_POOL   PL_INIT_ARENA_POOL
#define  PR_ARENA_ALLOCATE   PL_ARENA_ALLOCATE
#define  PR_ARENA_GROW   PL_ARENA_GROW
#define  PR_ARENA_MARK   PL_ARENA_MARK
#define  PR_CLEAR_UNUSED   PL_CLEAR_UNUSED
#define  PR_CLEAR_ARENA   PL_CLEAR_ARENA
#define  PR_ARENA_RELEASE   PL_ARENA_RELEASE
#define  PR_COUNT_ARENA   PL_COUNT_ARENA
#define  PR_ARENA_DESTROY   PL_ARENA_DESTROY
#define  PR_InitArenaPool   PL_InitArenaPool
#define  PR_FreeArenaPool   PL_FreeArenaPool
#define  PR_FinishArenaPool   PL_FinishArenaPool
#define  PR_CompactArenaPool   PL_CompactArenaPool
#define  PR_ArenaFinish   PL_ArenaFinish
#define  PR_ArenaAllocate   PL_ArenaAllocate
#define  PR_ArenaGrow   PL_ArenaGrow
#define  PR_ArenaRelease   PL_ArenaRelease
#define  PR_ArenaCountAllocation   PL_ArenaCountAllocation
#define  PR_ArenaCountInplaceGrowth   PL_ArenaCountInplaceGrowth
#define  PR_ArenaCountGrowth   PL_ArenaCountGrowth
#define  PR_ArenaCountRelease   PL_ArenaCountRelease
#define  PR_ArenaCountRetract   PL_ArenaCountRetract
#define  PRHashEntry   PLHashEntry
#define  PRHashTable   PLHashTable
#define  PRHashNumber   PLHashNumber
#define  PRHashFunction   PLHashFunction
#define  PRHashComparator   PLHashComparator
#define  PRHashEnumerator   PLHashEnumerator
#define  PRHashAllocOps   PLHashAllocOps
#define  PR_NewHashTable   PL_NewHashTable
#define  PR_HashTableDestroy   PL_HashTableDestroy
#define  PR_HashTableRawLookup   PL_HashTableRawLookup
#define  PR_HashTableRawAdd   PL_HashTableRawAdd
#define  PR_HashTableRawRemove   PL_HashTableRawRemove
#define  PR_HashTableAdd   PL_HashTableAdd
#define  PR_HashTableRemove   PL_HashTableRemove
#define  PR_HashTableEnumerateEntries   PL_HashTableEnumerateEntries
#define  PR_HashTableLookup   PL_HashTableLookup
#define  PR_HashTableDump   PL_HashTableDump
#define  PR_HashString   PL_HashString
#define  PR_CompareStrings   PL_CompareStrings
#define  PR_CompareValues   PL_CompareValues

Typedefs

typedef PRUintn  uintn
typedef PRIntn  intn
typedef PRUintn  uint
typedef PRUint64  uint64
typedef PRUint32  uint32
typedef PRUint16  uint16
typedef PRUint8  uint8
typedef PRInt64  int64
typedef PRInt32  int32
typedef PRInt16  int16
typedef PRInt8  int8
typedef PRFloat64  float64
typedef PRUptrdiff  uptrdiff_t
typedef PRUword  uprword_t
typedef PRWord  prword_t

Define Documentation

#define CLEAR_BIT   PR_CLEAR_BIT
 
#define PR_ARENA_ALIGN   PL_ARENA_ALIGN
 
#define PR_ARENA_ALLOCATE   PL_ARENA_ALLOCATE
 
#define PR_ARENA_DESTROY   PL_ARENA_DESTROY
 
#define PR_ARENA_GROW   PL_ARENA_GROW
 
#define PR_ARENA_MARK   PL_ARENA_MARK
 
#define PR_ARENA_RELEASE   PL_ARENA_RELEASE
 
#define PR_ArenaAllocate   PL_ArenaAllocate
 
#define PR_ArenaCountAllocation   PL_ArenaCountAllocation
 
#define PR_ArenaCountGrowth   PL_ArenaCountGrowth
 
#define PR_ArenaCountInplaceGrowth   PL_ArenaCountInplaceGrowth
 
#define PR_ArenaCountRelease   PL_ArenaCountRelease
 
#define PR_ArenaCountRetract   PL_ArenaCountRetract
 
#define PR_ArenaFinish   PL_ArenaFinish
 
#define PR_ArenaGrow   PL_ArenaGrow
 
#define PR_ArenaRelease   PL_ArenaRelease
 
#define PR_CLEAR_ARENA   PL_CLEAR_ARENA
 
#define PR_CLEAR_UNUSED   PL_CLEAR_UNUSED
 
#define PR_CompactArenaPool   PL_CompactArenaPool
 
#define PR_CompareStrings   PL_CompareStrings
 
#define PR_CompareValues   PL_CompareValues
 
#define PR_COUNT_ARENA   PL_COUNT_ARENA
 
#define PR_FinishArenaPool   PL_FinishArenaPool
 
#define PR_FreeArenaPool   PL_FreeArenaPool
 
#define PR_HashString   PL_HashString
 
#define PR_HashTableAdd   PL_HashTableAdd
 
#define PR_HashTableDestroy   PL_HashTableDestroy
 
#define PR_HashTableDump   PL_HashTableDump
 
#define PR_HashTableEnumerateEntries   PL_HashTableEnumerateEntries
 
#define PR_HashTableLookup   PL_HashTableLookup
 
#define PR_HashTableRawAdd   PL_HashTableRawAdd
 
#define PR_HashTableRawLookup   PL_HashTableRawLookup
 
#define PR_HashTableRawRemove   PL_HashTableRawRemove
 
#define PR_HashTableRemove   PL_HashTableRemove
 
#define PR_INIT_ARENA_POOL   PL_INIT_ARENA_POOL
 
#define PR_InitArenaPool   PL_InitArenaPool
 
#define PR_NewHashTable   PL_NewHashTable
 
#define PRArena   PLArena
 
#define PRArenaPool   PLArenaPool
 
#define PRArenaStats   PLArenaStats
 
#define PRHashAllocOps   PLHashAllocOps
 
#define PRHashComparator   PLHashComparator
 
#define PRHashEntry   PLHashEntry
 
#define PRHashEnumerator   PLHashEnumerator
 
#define PRHashFunction   PLHashFunction
 
#define PRHashNumber   PLHashNumber
 
#define PRHashTable   PLHashTable
 
#define PROTYPES_H
 
#define SET_BIT   PR_SET_BIT
 
#define TEST_BIT   PR_TEST_BIT
 

Typedef Documentation

typedef PRFloat64 float64
 
typedef PRInt16 int16
 
typedef PRInt32 int32
 
typedef PRInt64 int64
 
typedef PRInt8 int8
 
typedef PRIntn intn
 
typedef PRWord prword_t
 
typedef PRUintn uint
 
typedef PRUint16 uint16
 
typedef PRUint32 uint32
 
typedef PRUint64 uint64
 
typedef PRUint8 uint8
 
typedef PRUintn uintn
 
typedef PRUword uprword_t
 
typedef PRUptrdiff uptrdiff_t
 

Copyright © Nokia Corporation 2001-2008
Back to top