| ldb_request(3) | Library Functions Manual | ldb_request(3) | 
NAME¶
ldb_request
SYNOPSIS¶
Data Fields¶
enum ldb_request_type operation
  
  union {
  
   struct ldb_search search
  
   struct ldb_add add
  
   struct ldb_modify mod
  
   struct ldb_delete del
  
   struct ldb_rename rename
  
   struct ldb_extended extended
  
   struct ldb_register_control reg_control
  
   struct ldb_register_partition reg_partition
  
  } op
  
  struct ldb_control ** controls
  
  void * context
  
  ldb_request_callback_t callback
  
  int timeout
  
  time_t starttime
  
  struct ldb_handle * handle
  
  
Author¶
Generated automatically by Doxygen for LDB from the source code.
| Sun Apr 21 2024 | LDB |