Searched refs:peek (Results 1 - 10 of 10) sorted by relevance

/barrelfish-master/usr/eclipseclp/CPViz/viz/src/ie/ucc/cccc/viz/
H A DViz.java373 while (stateStack.peek().getTreeNode() != parentTreeNode){
377 treeNode,stateStack.peek());
404 stack.peek().add(new VizDVar(getIndex(attributes),
408 stack.peek().add(new VizInteger(getIndex(attributes),
412 assert stack.peek() == visualState;
418 assert stack.peek() == visualState;
425 stack.peek().add(e);
430 stack.peek().add(e);
435 stack.peek().add(e);
/barrelfish-master/lib/multiboot/
H A Dgrubmenu.c36 peek(FILE *f) { function
46 int c= peek(infile);
53 c= peek(infile);
/barrelfish-master/lib/openssl-1.0.0d/ssl/
H A Dd1_pkt.c170 int len, int peek);
712 int dtls1_read_bytes(SSL *s, int type, unsigned char *buf, int len, int peek) argument
726 (peek && (type != SSL3_RT_APPLICATION_DATA)))
733 if ( (ret = have_handshake_fragment(s, type, buf, len, peek)))
812 * (even in 'peek' mode) */
841 if (!peek)
1289 int len, int peek)
1299 /* peek == 0 */
1288 have_handshake_fragment(SSL *s, int type, unsigned char *buf, int len, int peek) argument
H A Ds2_pkt.c127 static int ssl2_read_internal(SSL *s, void *buf, int len, int peek) argument
159 if (!peek)
H A Ds3_pkt.c895 int ssl3_read_bytes(SSL *s, int type, unsigned char *buf, int len, int peek) argument
907 (peek && (type != SSL3_RT_APPLICATION_DATA)))
920 /* peek == 0 */
975 * (even in 'peek' mode) */
1004 if (!peek)
H A Dssl_locl.h871 int ssl3_read_bytes(SSL *s, int type, unsigned char *buf, int len, int peek);
919 int dtls1_read_bytes(SSL *s, int type, unsigned char *buf, int len, int peek);
H A Ds3_lib.c3258 static int ssl3_read_internal(SSL *s, void *buf, int len, int peek) argument
3265 ret=s->method->ssl_read_bytes(s,SSL3_RT_APPLICATION_DATA,buf,len,peek);
3274 ret=s->method->ssl_read_bytes(s,SSL3_RT_APPLICATION_DATA,buf,len,peek);
H A Dssl.h403 int peek);
798 /* callback that allows applications to peek at protocol messages */
1036 /* callback that allows applications to peek at protocol messages */
1700 #define SSL_get0_session SSL_get_session /* just peek at pointer */
/barrelfish-master/lib/cxx/cxx/filesystem/
H A Doperations.cpp102 PosPtr peek() const noexcept {
1320 auto NextCh = PP.peek();
/barrelfish-master/include/openssl/
H A Dssl.h403 int peek);
798 /* callback that allows applications to peek at protocol messages */
1036 /* callback that allows applications to peek at protocol messages */
1700 #define SSL_get0_session SSL_get_session /* just peek at pointer */

Completed in 77 milliseconds