OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:buf_base
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/bsd/openldap/dist/libraries/libldap/
sasl.c
652
AC_MEMCPY( p->sec_buf_in.
buf_base
, p->sec_buf_in.
buf_base
+
657
(unsigned char *) p->sec_buf_in.
buf_base
, debuglevel);
688
ret = LBER_SBIOD_READ_NEXT( sbiod, p->sec_buf_in.
buf_base
+
701
/* The new packet always starts at p->sec_buf_in.
buf_base
*/
702
ret = sb_sasl_generic_pkt_length(p, (unsigned char *) p->sec_buf_in.
buf_base
,
719
ret = LBER_SBIOD_READ_NEXT( sbiod, p->sec_buf_in.
buf_base
+
cyrus.c
163
(SASL_CONST char **)&dst->
buf_base
,
190
src->
buf_base
, src->buf_end,
191
(SASL_CONST char **)&dst->
buf_base
,
229
p->buf_in.
buf_base
= NULL;
230
p->buf_out.
buf_base
= NULL;
gssapi.c
226
b = (unsigned char *)dst->
buf_base
;
257
wrapped.value = src->
buf_base
+ 4;
304
b = (unsigned char *)dst->
buf_base
;
/src/external/bsd/openldap/dist/libraries/liblber/
sockbuf.c
252
buf->
buf_base
= NULL;
263
if (buf->
buf_base
) {
264
LBER_FREE( buf->
buf_base
);
282
p = LBER_REALLOC( buf->
buf_base
, pw );
284
buf->
buf_base
= p;
304
AC_MEMCPY( buf, sbb->
buf_base
+ sbb->buf_ptr, max );
326
ret = LBER_SBIOD_WRITE_NEXT( sbiod, buf_out->
buf_base
+
649
ret = LBER_SBIOD_READ_NEXT( sbiod, p->
buf_base
+ p->buf_end,
/src/external/bsd/openldap/dist/include/
lber_pvt.h
50
char *
buf_base
;
member in struct:sockbuf_buf
/src/external/gpl3/binutils/dist/gprofng/common/
hwcdrv.c
437
char *
buf_base
= ((char *) metadata) + pgsz; // start of data buffer
local
444
memcpy (buf,
buf_base
+ start_pos, nbytes);
449
memcpy (buf,
buf_base
+ start_pos, nbytes);
/src/external/gpl3/binutils.old/dist/gprofng/common/
hwcdrv.c
437
char *
buf_base
= ((char *) metadata) + pgsz; // start of data buffer
local
444
memcpy (buf,
buf_base
+ start_pos, nbytes);
449
memcpy (buf,
buf_base
+ start_pos, nbytes);
Completed in 81 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026