Searched refs:chk (Results 1 - 3 of 3) sorted by relevance

/haiku/src/tools/translation/inspector/
H A DImageView.cpp189 StatusCheck chk; local
195 chk = pmsg->FindRef("directory", &dirref);
197 chk = pmsg->FindString("name", &filename);
201 chk = file.InitCheck();
204 chk = proster->Translate(&stream, NULL, NULL, &file, B_TGA_FORMAT);
545 StatusCheck chk;
549 chk = file.InitCheck();
555 chk = B_ERROR;
562 chk = ioExtension.AddInt32("/documentIndex", fdocumentIndex);
563 chk
[all...]
/haiku/headers/private/drivers/
H A Data_types.h95 chk : 1,
/haiku/src/bin/network/traceroute/
H A Dtraceroute.c1559 struct sctp_chunkhdr *chk; local
1610 chk = (struct sctp_chunkhdr *)(sctp + 1);
1611 chk->chunk_type = SCTP_SHUTDOWN_ACK;
1612 chk->chunk_flags = 0;
1613 chk->chunk_length = htons(4);
1618 chk = chk + 1;
1619 chk->chunk_type = SCTP_PAD_CHUNK;
1620 chk->chunk_flags = 0;
1621 chk
[all...]

Completed in 38 milliseconds