Home
last modified time | relevance | path

Searched refs:pb_textbuf (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/bsd/openldap/dist/servers/slapd/slapi/
Dslapi_ops.c463 &rs->sr_text, pb->pb_textbuf, sizeof( pb->pb_textbuf ) ); in slapi_add_internal_pb()
472 pb->pb_textbuf, sizeof( pb->pb_textbuf ), NULL ); in slapi_add_internal_pb()
479 1, 0, &rs->sr_text, pb->pb_textbuf, sizeof( pb->pb_textbuf ) ); in slapi_add_internal_pb()
561 &rs->sr_text, pb->pb_textbuf, sizeof( pb->pb_textbuf ), NULL ); in slapi_modify_internal_pb()
Dslapi_pblock.c505 pb->pb_textbuf, sizeof( pb->pb_textbuf ), in pblock_get()
979 snprintf( pb->pb_textbuf, sizeof( pb->pb_textbuf ), "%s", (char *)value ); in pblock_set()
980 pb->pb_rs->sr_text = pb->pb_textbuf; in pblock_set()
Dslapi.h139 char pb_textbuf[ SLAP_TEXT_BUFLEN ]; member