Searched defs:private (Results 1 - 25 of 26) sorted by relevance

12

/external/e2fsprogs/lib/e2p/
H A Diod.c28 void * private)
69 if ((*func)(dir_name, de, private))
26 iterate_on_dir(const char * dir_name, int (*func) (const char *, struct dirent *, void *), void * private) argument
/external/chromium_org/chrome/renderer/resources/extensions/enterprise_platform_keys/
H A Dkey.js13 private: 'private'
/external/e2fsprogs/debugfs/
H A Dncheck.c42 void *private)
44 struct inode_walk_struct *iw = (struct inode_walk_struct *) private;
38 ncheck_proc(struct ext2_dir_entry *dirent, int offset EXT2FS_ATTR((unused)), int blocksize EXT2FS_ATTR((unused)), char *buf EXT2FS_ATTR((unused)), void *private) argument
H A Dlsdel.c55 void *private)
57 struct lsdel_struct *lsd = (struct lsdel_struct *) private;
50 lsdel_proc(ext2_filsys fs, blk64_t *block_nr, e2_blkcnt_t blockcnt EXT2FS_ATTR((unused)), blk64_t ref_block EXT2FS_ATTR((unused)), int ref_offset EXT2FS_ATTR((unused)), void *private) argument
H A Ddump.c310 char *buf EXT2FS_ATTR((unused)), void *private)
314 const char *dumproot = private;
307 rdump_dirent(struct ext2_dir_entry *dirent, int offset EXT2FS_ATTR((unused)), int blocksize EXT2FS_ATTR((unused)), char *buf EXT2FS_ATTR((unused)), void *private) argument
H A Ddebugfs.c467 void *private)
469 struct list_blocks_struct *lb = (struct list_blocks_struct *) private;
954 void *private EXT2FS_ATTR((unused))) function
1404 void *private EXT2FS_ATTR((unused)))
1885 void *private EXT2FS_ATTR((unused)))
1968 void *private)
1970 struct rd_struct *rds = (struct rd_struct *) private;
/external/libedit/src/
H A Dsys.h69 #ifndef private
70 # define private static /* Always hidden internals */ macro
/external/ppp/pppd/
H A Dchap-md5.c90 unsigned char *private)
88 chap_md5_make_response(unsigned char *response, int id, char *our_name, unsigned char *challenge, char *secret, int secret_len, unsigned char *private) argument
H A Dchap_ms.c324 unsigned char *private)
334 unsigned char *private)
345 (MS_Chap2Response *) response, private,
350 chapms2_check_success(unsigned char *msg, int len, unsigned char *private) argument
361 || memcmp(msg, private, MS_AUTH_RESPONSE_LENGTH)) {
322 chapms_make_response(unsigned char *response, int id, char *our_name, unsigned char *challenge, char *secret, int secret_len, unsigned char *private) argument
332 chapms2_make_response(unsigned char *response, int id, char *our_name, unsigned char *challenge, char *secret, int secret_len, unsigned char *private) argument
/external/qemu/distrib/sdl-1.2.15/src/video/wscons/
H A DSDL_wsconsvideo.h39 #define private (this->hidden) macro
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libmkv/
H A DWebMElement.c82 unsigned char *private, unsigned long privateSize) {
95 Ebml_SerializeData(glob, CodecPrivate, private, privateSize);
79 writeAudioTrack(EbmlGlobal *glob, unsigned int trackNumber, int flagLacing, const char *codecId, double samplingFrequency, unsigned int channels, unsigned char *private, unsigned long privateSize) argument
/external/libvpx/libvpx/third_party/libmkv/
H A DWebMElement.c82 unsigned char *private, unsigned long privateSize) {
95 Ebml_SerializeData(glob, CodecPrivate, private, privateSize);
79 writeAudioTrack(EbmlGlobal *glob, unsigned int trackNumber, int flagLacing, const char *codecId, double samplingFrequency, unsigned int channels, unsigned char *private, unsigned long privateSize) argument
/external/ltrace/sysdeps/linux-gnu/
H A Dhooks.c76 os_get_config_dirs(int private, const char ***retp) argument
91 if (private)
/external/chromium_org/media/formats/webm/chromeos/
H A Dwebm_encoder.cc18 #define private priv macro
21 #undef private macro
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
H A Dxorg_dri2.c70 BufferPrivatePtr private = buffer->driverPrivate; local
85 private->pPixmap = (*pScreen->CreatePixmap)(pScreen, pDraw->width,
142 if (!private->pPixmap) {
143 private->pPixmap = pPixmap;
148 /* First call to make sure we have a pixmap private */
149 exaMoveInPixmap(private->pPixmap);
150 xorg_exa_set_shared_usage(private->pPixmap);
151 pScreen->ModifyPixmapHeader(private->pPixmap, 0, 0, 0, 0, 0, NULL);
153 exaMoveInPixmap(private->pPixmap);
154 tex = xorg_exa_get_texture(private
188 BufferPrivatePtr private = buffer->driverPrivate; local
203 BufferPrivatePtr private; local
[all...]
/external/e2fsprogs/lib/quota/
H A Dquotaio.c104 void *private)
106 blk64_t *num_blocks = private;
100 compute_num_blocks_proc(ext2_filsys fs, blk64_t *blocknr, e2_blkcnt_t blockcnt EXT2FS_ATTR((unused)), blk64_t ref_block EXT2FS_ATTR((unused)), int ref_offset EXT2FS_ATTR((unused)), void *private) argument
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_dri2.c70 BufferPrivatePtr private = buffer->driverPrivate; local
85 private->pPixmap = (*pScreen->CreatePixmap)(pScreen, pDraw->width,
142 if (!private->pPixmap) {
143 private->pPixmap = pPixmap;
148 /* First call to make sure we have a pixmap private */
149 exaMoveInPixmap(private->pPixmap);
150 xorg_exa_set_shared_usage(private->pPixmap);
151 pScreen->ModifyPixmapHeader(private->pPixmap, 0, 0, 0, 0, 0, NULL);
153 exaMoveInPixmap(private->pPixmap);
154 tex = xorg_exa_get_texture(private
188 BufferPrivatePtr private = buffer->driverPrivate; local
203 BufferPrivatePtr private; local
[all...]
/external/stlport/stlport/stl/
H A D_ostream.c137 private: member in struct:_SPutBackC
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/
H A Dglxinit.c210 ** Release the private memory referred to in a display private
600 XExtData **privList, *private, *found; local
608 /* See if a display private already exists. If so, return it */
622 private = (XExtData *) Xmalloc(sizeof(XExtData));
623 if (!private)
627 Xfree(private);
632 ** Init the display private and then read in the screen config
640 Xfree(private);
645 ** Fill in the private structur
[all...]
/external/mesa3d/src/gallium/state_trackers/egl/x11/
H A Dglxinit.c210 ** Release the private memory referred to in a display private
600 XExtData **privList, *private, *found; local
608 /* See if a display private already exists. If so, return it */
622 private = (XExtData *) Xmalloc(sizeof(XExtData));
623 if (!private)
627 Xfree(private);
632 ** Init the display private and then read in the screen config
640 Xfree(private);
645 ** Fill in the private structur
[all...]
/external/clang/test/Preprocessor/
H A Dcxx_oper_keyword_ms_compat.cpp70 #define private macro
155 private
/external/ltrace/
H A Dprototype.c384 const char *key, int private, struct protolib **retp)
387 if (os_get_config_dirs(private, &dirs) < 0
420 /* Look into private config directories for .ltrace.conf and
383 load_config(struct protolib_cache *cache, const char *key, int private, struct protolib **retp) argument
/external/libmtp/src/
H A Dlibusb-glue.c1031 memory_getfunc(PTPParams* params, void* private, argument
1035 PTPMemHandlerPrivate* priv = (PTPMemHandlerPrivate*)private;
1047 memory_putfunc(PTPParams* params, void* private, argument
1051 PTPMemHandlerPrivate* priv = (PTPMemHandlerPrivate*)private;
1063 /* init private struct for receiving data. */
1077 /* init private struct and put data in for sending data.
1097 /* free private struct + data */
H A Dptp.c212 memory_getfunc(PTPParams* params, void* private, argument
216 PTPMemHandlerPrivate* priv = (PTPMemHandlerPrivate*)private;
228 memory_putfunc(PTPParams* params, void* private, argument
232 PTPMemHandlerPrivate* priv = (PTPMemHandlerPrivate*)private;
244 /* init private struct for receiving data. */
258 /* init private struct and put data in for sending data.
278 /* free private struct + data */
305 fd_getfunc(PTPParams* params, void* private, argument
309 PTPFDHandlerPrivate* priv = (PTPFDHandlerPrivate*)private;
321 fd_putfunc(PTPParams* params, void* private, argument
[all...]
/external/mdnsresponder/mDNSCore/
H A DuDNS.c423 // send msg if we have a router and it is a private address
483 LogMsg("Double NAT (external NAT gateway address %.4a is also a private RFC 1918 address)", &ExtAddr);
735 // To work around this, if we find that the source address for our TCP connection is not a private address, we tell the Dot Mac
837 // an issue for private LLQs, because we skip parts 2 and 3 of the handshake. This is related to a bigger
963 // Private DNS operations -- private queries, private LLQs, private record updates and private service updates
1347 q->state = LLQ_SecondaryRequest; // Right now, for private DNS, we skip the four-way LLQ handshake
1515 // If the AuthInfo has the AutoTunnel field set, then we want private o
4233 mDNSBool private = mDNSfalse; local
[all...]

Completed in 3674 milliseconds

12