OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:plength
(Results
1 - 6
of
6
) sorted by null
/external/boringssl/src/crypto/asn1/
asn1_lib.c
135
int ASN1_get_object(const unsigned char **pp, long *
plength
, int *ptag,
173
if (!asn1_get_length(&p,&inf,
plength
,(int)max)) goto err;
179
fprintf(stderr,"p=%d + *
plength
=%ld > omax=%ld + *pp=%d (%d > %d)\n",
180
(int)p,*
plength
,omax,(int)*pp,(int)(p+ *
plength
),
184
if (*
plength
> (omax - (p - *pp)))
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
textserv.h
115
virtual HRESULT TxGetMaxLength(DWORD *
plength
) = 0;
control.h
387
virtual HRESULT WINAPI get_Duration(REFTIME *
plength
) = 0;
409
HRESULT (WINAPI *get_Duration)(IMediaPosition *This,REFTIME *
plength
);
433
#define IMediaPosition_get_Duration(This,
plength
) (This)->lpVtbl->get_Duration(This,
plength
)
446
HRESULT WINAPI IMediaPosition_get_Duration_Proxy(IMediaPosition *This,REFTIME *
plength
);
[
all
...]
/external/valgrind/coregrind/m_debuginfo/
readpdb.c
1035
unsigned*
plength
)
1051
if (
plength
)
1052
*
plength
= reader->u.ds.toc->file_size[file_number];
[
all
...]
/external/pcre/dist/
pcregrep.c
1912
int
plength
;
local
[
all
...]
/external/boringssl/src/include/openssl/
asn1.h
[
all
...]
Completed in 105 milliseconds