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

/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/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.c320 unsigned char *private)
386 unsigned char *private)
318 chapms_make_response(unsigned char *response, int id, char *our_name, unsigned char *challenge, char *secret, int secret_len, unsigned char *private) argument
384 chapms2_make_response(unsigned char *response, int id, char *our_name, unsigned char *challenge, char *secret, int secret_len, unsigned char *private) 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-trace/catapult/third_party/WebOb/webob/
H A Dcachecontrol.py196 private = value_property('private', none='*', type='response') variable in class:CacheControl
/external/dbus/dbus/
H A Ddbus-bus.c426 dbus_bool_t private,
462 if (!private && bus_connections[type] != NULL)
477 if (private)
495 if (!private)
425 internal_bus_get(DBusBusType type, dbus_bool_t private, DBusError *error) argument
/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/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.cpp72 #define private macro
157 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/chromium-trace/catapult/third_party/gsutil/gslib/third_party/storage_apitools/
H A Dstorage_v1_messages.py796 private: Project team owners get OWNER access.
805 private = 1 variable in class:StorageBucketsInsertRequest.PredefinedAclValueValuesEnum
821 private: Object owner gets OWNER access.
830 private = 3 variable in class:StorageBucketsInsertRequest.PredefinedDefaultObjectAclValueValuesEnum
915 private: Project team owners get OWNER access.
924 private = 1 variable in class:StorageBucketsPatchRequest.PredefinedAclValueValuesEnum
940 private: Object owner gets OWNER access.
949 private = 3 variable in class:StorageBucketsPatchRequest.PredefinedDefaultObjectAclValueValuesEnum
1002 private: Project team owners get OWNER access.
1011 private variable in class:StorageBucketsUpdateRequest.PredefinedAclValueValuesEnum
1036 private = 3 variable in class:StorageBucketsUpdateRequest.PredefinedDefaultObjectAclValueValuesEnum
1269 private = 3 variable in class:StorageObjectsComposeRequest.DestinationPredefinedAclValueValuesEnum
1345 private = 3 variable in class:StorageObjectsCopyRequest.DestinationPredefinedAclValueValuesEnum
1504 private = 3 variable in class:StorageObjectsInsertRequest.PredefinedAclValueValuesEnum
1618 private = 3 variable in class:StorageObjectsPatchRequest.PredefinedAclValueValuesEnum
1721 private = 3 variable in class:StorageObjectsRewriteRequest.DestinationPredefinedAclValueValuesEnum
1801 private = 3 variable in class:StorageObjectsUpdateRequest.PredefinedAclValueValuesEnum
[all...]
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/samples/storage_sample/storage/
H A Dstorage_v1_messages.py788 private: Project team owners get OWNER access.
797 private = 1 variable in class:StorageBucketsInsertRequest.PredefinedAclValueValuesEnum
813 private: Object owner gets OWNER access.
822 private = 3 variable in class:StorageBucketsInsertRequest.PredefinedDefaultObjectAclValueValuesEnum
907 private: Project team owners get OWNER access.
916 private = 1 variable in class:StorageBucketsPatchRequest.PredefinedAclValueValuesEnum
932 private: Object owner gets OWNER access.
941 private = 3 variable in class:StorageBucketsPatchRequest.PredefinedDefaultObjectAclValueValuesEnum
994 private: Project team owners get OWNER access.
1003 private variable in class:StorageBucketsUpdateRequest.PredefinedAclValueValuesEnum
1028 private = 3 variable in class:StorageBucketsUpdateRequest.PredefinedDefaultObjectAclValueValuesEnum
1261 private = 3 variable in class:StorageObjectsComposeRequest.DestinationPredefinedAclValueValuesEnum
1337 private = 3 variable in class:StorageObjectsCopyRequest.DestinationPredefinedAclValueValuesEnum
1496 private = 3 variable in class:StorageObjectsInsertRequest.PredefinedAclValueValuesEnum
1611 private = 3 variable in class:StorageObjectsPatchRequest.PredefinedAclValueValuesEnum
1714 private = 3 variable in class:StorageObjectsRewriteRequest.DestinationPredefinedAclValueValuesEnum
1794 private = 3 variable in class:StorageObjectsUpdateRequest.PredefinedAclValueValuesEnum
[all...]
/external/curl/packages/OS400/
H A Dos400sys.c94 thdbufdestroy(void * private) argument
97 if(private) {
98 buffer_t * p = (buffer_t *) private;
106 free(private);
360 * To provide the same functionality, we use a "private" handle that
/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...]
/external/mdnsresponder/mDNSShared/
H A Ddnsextd.c683 VLog( "zone %##s is %s", pkt->zone->name.c, ( pkt->isZonePublic ) ? "public" : "private" );
1161 mDNSBool private = mDNSfalse; local
1241 // set up socket on which we receive private requests
1264 // Do we have any private zones?
1270 private = mDNStrue;
1275 if ( private )

Completed in 751 milliseconds