Searched refs:error_p (Results 1 – 3 of 3) sorted by relevance
| /mirbsd/src/usr.sbin/httpd/src/modules/ssl/ |
| D | ssl_util_table.c | 326 int *error_p) in next_entry() argument 333 if (error_p != NULL) in next_entry() 334 *error_p = TABLE_ERROR_LINEAR; in next_entry() 343 if (error_p != NULL) in next_entry() 344 *error_p = TABLE_ERROR_NOT_FOUND; in next_entry() 362 if (error_p != NULL) in next_entry() 363 *error_p = TABLE_ERROR_NONE; in next_entry() 374 if (error_p != NULL) in next_entry() 375 *error_p = TABLE_ERROR_NONE; in next_entry() 380 if (error_p != NULL) in next_entry() [all …]
|
| D | ssl_util_table.h | 160 extern table_t *table_alloc(const unsigned int bucket_n, int *error_p, void *(*malloc_f)(siz… 180 extern table_t *table_read(const char *path, int *error_p, void *(*malloc_f)(size_t size), v… 182 …entry_t **table_order(table_t *table_p, table_compare_t compare, int *num_entries_p, int *error_p);
|
| /mirbsd/src/sbin/scsi/ |
| D | libscsi.c | 421 int n_name, int *error_p, int *suppress_p) in next_field() argument 572 *error_p = 1; in next_field() 576 *error_p = 0; in next_field()
|