OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:length_ptr
(Results
1 - 7
of
7
) sorted by null
/external/openssh/
bufaux.c
160
* the data. If
length_ptr
is non-NULL, the length of the returned data
165
buffer_get_string_ret(Buffer *buffer, u_int *
length_ptr
)
190
if (
length_ptr
)
191
*
length_ptr
= len;
196
buffer_get_string(Buffer *buffer, u_int *
length_ptr
)
200
if ((ret = buffer_get_string_ret(buffer,
length_ptr
)) == NULL)
206
buffer_get_cstring_ret(Buffer *buffer, u_int *
length_ptr
)
223
if (
length_ptr
!= NULL)
224
*
length_ptr
= length;
229
buffer_get_cstring(Buffer *buffer, u_int *
length_ptr
)
[
all
...]
packet.h
71
void *packet_get_raw(u_int *
length_ptr
);
72
void *packet_get_string(u_int *
length_ptr
);
73
char *packet_get_cstring(u_int *
length_ptr
);
74
void *packet_get_string_ptr(u_int *
length_ptr
);
packet.c
[
all
...]
/external/chromium_org/chrome/browser/mac/
security_wrappers.h
127
UInt32*
length_ptr
() const {
function in class:chrome::ScopedCrSKeychainItemAttributesAndData
security_wrappers.cc
369
attributes_and_data.
length_ptr
(),
/external/chromium_org/third_party/libwebp/enc/
backward_references.c
169
int* const
length_ptr
) {
226
*
length_ptr
= best_length;
/external/webp/src/enc/
backward_references.c
169
int* const
length_ptr
) {
226
*
length_ptr
= best_length;
Completed in 428 milliseconds