OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ltype
(Results
1 - 5
of
5
) sorted by null
/external/ppp/pppd/
tdb.h
90
u32
ltype
;
member in struct:tdb_lock_type
/external/dhcpcd/
dhcp.c
387
uint8_t
ltype
;
local
395
ltype
= l & 0xc0;
396
if (
ltype
== 0x80 ||
ltype
== 0x40)
398
else if (
ltype
== 0xc0) { /* pointer */
/external/stlport/src/c_locale_win32/
c_locale_win32.c
268
_Locale_lcid_t* _Locale_get_ctype_hint(_Locale_ctype_t*
ltype
)
269
{ return (
ltype
!= 0) ? &
ltype
->lc : 0; }
314
_Locale_ctype_t *
ltype
= (_Locale_ctype_t*)malloc(sizeof(_Locale_ctype_t));
local
316
if (!
ltype
) { *__err_code = _STLP_LOC_NO_MEMORY; return
ltype
; }
317
memset(
ltype
, 0, sizeof(_Locale_ctype_t));
319
if (__GetLCIDFromName(name, &
ltype
->lc.id, cp_name, lc_hint) == -1)
320
{ free(
ltype
); *__err_code = _STLP_LOC_UNKNOWN_NAME; return NULL; }
323
if (
ltype
->lc.id == INVARIANT_LCID && name[0] == 'C' && name[1] == 0
[
all
...]
/external/e2fsprogs/lib/ext2fs/
tdb.c
204
u32
ltype
;
member in struct:tdb_lock_type
258
static int tdb_lock(struct tdb_context *tdb, int list, int
ltype
);
259
static int tdb_unlock(struct tdb_context *tdb, int list, int
ltype
);
261
static int tdb_transaction_lock(struct tdb_context *tdb, int
ltype
);
403
static int _tdb_lock(struct tdb_context *tdb, int list, int
ltype
, int op)
407
bool mark_lock = ((
ltype
& TDB_MARK_LOCK) == TDB_MARK_LOCK);
409
ltype
&= ~TDB_MARK_LOCK;
413
(
ltype
== tdb->global_lock.
ltype
||
ltype
== F_RDLCK))
[
all
...]
/external/svox/pico/lib/
picopr.c
1194
picoos_uint8
ltype
;
local
1324
picoos_int32
ltype
;
local
1691
picoos_uint8
ltype
;
local
[
all
...]
Completed in 781 milliseconds