Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/clients/tools/
H A Dcommon.c127 struct berval stValue; variable
258 &id, &stValue ) ) in st_value()
313 if ( !BER_BVISNULL( &stValue ) ) { in tool_destroy()
314 ber_memfree( stValue.bv_val ); in tool_destroy()
315 BER_BVZERO( &stValue ); in tool_destroy()
1452 if ( BER_BVISNULL( &stValue) && st_value( ld, &stValue ) ) { in tool_bind()
1458 c.ldctl_value = stValue; in tool_bind()
1912 if ( BER_BVISNULL( &stValue ) && st_value( ld, &stValue ) ) { in tool_server_controls()
1918 c[i].ldctl_value = stValue; in tool_server_controls()