Searched refs:bam_delete_proc (Results 1 – 3 of 3) sorted by relevance
255 at_map->bam_delete_proc = NULL; in backsql_add_sysmaps()267 at_map->bam_delete_proc = ch_strdup( tmp ); in backsql_add_sysmaps()443 at_map->bam_delete_proc = NULL; in backsql_oc_get_attr_mapping()445 at_map->bam_delete_proc = ch_strdup( at_row.cols[ 5 ] ); in backsql_oc_get_attr_mapping()957 if ( at->bam_delete_proc != NULL ) { in backsql_free_attr()958 ch_free( at->bam_delete_proc ); in backsql_free_attr()
75 if ( at->bam_delete_proc == NULL ) { in backsql_modify_delete_all_values()146 rc = backsql_Prepare( dbh, &sth, at->bam_delete_proc, 0 ); in backsql_modify_delete_all_values()153 at->bam_delete_proc ); in backsql_modify_delete_all_values()228 at->bam_delete_proc ); in backsql_modify_delete_all_values()354 if ( at->bam_delete_proc == NULL ) { in backsql_modify_internal()548 if ( at->bam_delete_proc == NULL ) { in backsql_modify_internal()590 rc = backsql_Prepare( dbh, &sth, at->bam_delete_proc, 0 ); in backsql_modify_internal()666 at->bam_delete_proc ); in backsql_modify_internal()
340 char *bam_delete_proc; member