HomeSort by: relevance | last modified time | path
    Searched refs:bam_expect_return (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/slapd/back-sql/
add.c 189 if ( BACKSQL_IS_DEL( at->bam_expect_return ) ) {
475 if ( BACKSQL_IS_ADD( at->bam_expect_return ) ) {
633 if ( BACKSQL_IS_DEL( at->bam_expect_return ) ) {
834 if ( BACKSQL_IS_ADD( at_rec->bam_expect_return ) ) {
back-sql.h 355 int bam_expect_return; member in struct:backsql_at_map_rec
schema-map.c 271 at_map->bam_expect_return = 0;
450 if ( lutil_atoix( &at_map->bam_expect_return, at_row.cols[ 7 ], 0 ) != 0 ) {

Completed in 53 milliseconds