Searched full:pos_out (Results 1 – 5 of 5) sorted by relevance
175 bool pos_out = (__which & ios::out) != 0; in overflow() 179 if (!pos_in && !pos_out) in overflow() 183 if (pos_in == pos_out) in overflow() 190 if (pos_out && pptr() == nullptr) in overflow() 215 if (pos_out) { in pbackfail() 226 bool pos_out = (__which & ios::out) != 0; in underflow() 227 if (!pos_in && !pos_out) in underflow() 230 if ((pos_in && gptr() == nullptr) || (pos_out && pptr() == nullptr)) in underflow() 241 if (pos_out) { in seekoff() 240 bool pos_out = (__which & ios::out) != 0; seekoff() local 300 bool pos_out = (__which & ios::out) != 0; seekpos() local
43 void pos_out(void);
151 pos_out(void) in pos_out() function
246 pos_out(); in setup()
2090 begin_attrs(krb5_context context, krb5_db_entry *entry, const char **pos_out, in begin_attrs() argument2096 *pos_out = *end_out = NULL; in begin_attrs()2103 *pos_out = (const char *)tl_data.tl_data_contents; in begin_attrs()2104 *end_out = *pos_out + tl_data.tl_data_length; in begin_attrs()