Searched refs:the_user_databytes (Results 1 – 1 of 1) sorted by relevance
935 FILE_POINTER the_user_databytes; in sdbh_write() local945 the_user_databytes = dbh->bytes_userdata; in sdbh_write()998 if(the_user_databytes) { in sdbh_write()1002 the_user_databytes = write (dbh->fd, the_data, the_user_databytes); in sdbh_write()1004 return (the_user_databytes); in sdbh_write()1017 FILE_POINTER *the_user_databytes; in sdbh_read() local1057 *the_user_databytes = sdbh_turnaround (*the_user_databytes); in sdbh_read()1064 if(*the_user_databytes == 0) { in sdbh_read()1098 *the_user_databytes = sdbh_turnaround (*the_user_databytes); in sdbh_read()1105 if(*the_user_databytes == 0) { in sdbh_read()[all …]