Searched refs:_ptr (Results 1 - 23 of 23) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/include/security_asn1/
H A Dprmem.h100 ** PR_REALLOC() re-allocates _ptr bytes from the heap as a _size
102 ** INPUTS: _ptr: pointer to node to reallocate
107 #define PR_REALLOC(_ptr, _size) (PR_Realloc((_ptr), (_size)))
140 #define PR_DELETE(_ptr) { PR_Free(_ptr); (_ptr) = NULL; }
152 #define PR_FREEIF(_ptr) if (_ptr) PR_DELETE(_ptr)
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/Security/
H A Dprmem.h100 ** PR_REALLOC() re-allocates _ptr bytes from the heap as a _size
102 ** INPUTS: _ptr: pointer to node to reallocate
107 #define PR_REALLOC(_ptr, _size) (PR_Realloc((_ptr), (_size)))
140 #define PR_DELETE(_ptr) { PR_Free(_ptr); (_ptr) = NULL; }
152 #define PR_FREEIF(_ptr) if (_ptr) PR_DELETE(_ptr)
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/lib/
H A Dprmem.h100 ** PR_REALLOC() re-allocates _ptr bytes from the heap as a _size
102 ** INPUTS: _ptr: pointer to node to reallocate
107 #define PR_REALLOC(_ptr, _size) (PR_Realloc((_ptr), (_size)))
140 #define PR_DELETE(_ptr) { PR_Free(_ptr); (_ptr) = NULL; }
152 #define PR_FREEIF(_ptr) if (_ptr) PR_DELETE(_ptr)
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/security_asn1/
H A Dprmem.h100 ** PR_REALLOC() re-allocates _ptr bytes from the heap as a _size
102 ** INPUTS: _ptr: pointer to node to reallocate
107 #define PR_REALLOC(_ptr, _size) (PR_Realloc((_ptr), (_size)))
140 #define PR_DELETE(_ptr) { PR_Free(_ptr); (_ptr) = NULL; }
152 #define PR_FREEIF(_ptr) if (_ptr) PR_DELETE(_ptr)
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/libiberty/
H A Dvsprintf.c43 b->_ptr = buf;
47 b._ptr = buf;
/macosx-10.10/bash-94.1.2/bash-3.2/lib/sh/
H A Dvprint.c54 iop->_ptr = iop->_base = localbuf;
79 f._ptr = str;
82 *f._ptr = 0;
/macosx-10.10/swig-12/Lib/ruby/
H A Ddirector.swg73 GCItem_T(Type *ptr) : _ptr(ptr)
79 delete _ptr;
83 Type *_ptr;
109 GCArray_T(Type *ptr) : _ptr(ptr)
115 delete[] _ptr;
119 Type *_ptr;
/macosx-10.10/swig-12/Lib/php/
H A Ddirector.swg90 GCItem_T(Type *ptr) : _ptr(ptr)
96 delete _ptr;
100 Type *_ptr;
/macosx-10.10/swig-12/Lib/python/
H A Ddirector.swg168 GCItem_T(Type *ptr) : _ptr(ptr)
174 delete _ptr;
178 Type *_ptr;
184 GCArray_T(Type *ptr) : _ptr(ptr)
190 delete[] _ptr;
194 Type *_ptr;
/macosx-10.10/emacs-93/emacs/src/s/
H A Dvms.h247 #define PENDING_OUTPUT_COUNT(FILE) ((*(FILE))->_ptr - (*(FILE))->_base)
/macosx-10.10/llvmCore-3425.0.34/bindings/python/llvm/
H A Dcommon.py32 self._ptr = self._as_parameter_ = ptr
/macosx-10.10/emacs-93/emacs/mac/inc/
H A Ds-mac.h211 #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_ptr - (FILE)->_base)
/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/src/
H A Dcolumn.h190 const t4_byte *_ptr; member in class:c4_ColIter
H A Dcolumn.cpp1452 _ptr = _column.LoadNow(_pos);
1454 if (!_ptr)
1461 while (_ptr + _len == _column.LoadNow(_pos + _len)) {
1483 _ptr = _column.LoadNow(_pos);
1485 if (!_ptr)
/macosx-10.10/OpenSSL098-52/src/crypto/evp/
H A Dbio_ok.c444 static void longswap(void *_ptr, size_t len) argument
449 unsigned char *p=_ptr,c;
/macosx-10.10/ncurses-44/ncurses/ncurses/base/
H A Dvsscanf.c173 strbuf._ptr = strbuf._base = (unsigned char *) str;
/macosx-10.10/ntp-92/ntpdate/
H A Dntpdate.c2182 f._ptr = str;
2185 *f._ptr = 0;
H A Dntptimeset.c2158 f._ptr = str;
2161 *f._ptr = 0;
/macosx-10.10/xnu-2782.1.97/osfmk/vm/
H A Dvm_map.c8694 submap_map_t *_ptr; \
8696 for(_ptr = parent_maps; _ptr != NULL; _ptr = parent_maps) { \
8698 if (_ptr->parent_map != base_map) \
8699 vm_map_deallocate(_ptr->parent_map); \
8700 kfree(_ptr, sizeof(submap_map_t)); \
/macosx-10.10/ruby-106/ruby/ext/tk/tkutil/
H A Dtkutil.c39 extern char *strndup(const char* _ptr, size_t _len);
/macosx-10.10/emacs-93/emacs/src/
H A Ddispnew.c101 #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_ptr - (FILE)->_base)
/macosx-10.10/ruby-106/ruby/win32/
H A Dwin32.c4952 #define FILE_READPTR _ptr
/macosx-10.10/ruby-106/ruby/
H A Dconfigure16616 for frptr in _IO_read_ptr _ptr __ptr bufpos _p __bufpos ; do

Completed in 509 milliseconds