Searched defs:fresh (Results 1 - 6 of 6) sorted by relevance
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | CSrvReg.java | 54 CSrvReg(boolean fresh, argument 97 this.initialize(fresh, 109 void initialize(boolean fresh, argument 119 SLPHeaderV2 hdr = new SLPHeaderV2(SrvLocHeader.SrvReg, fresh, locale);
|
H A D | SLPServerHeaderV2.java | 67 SLPServerHeaderV2(int functionCode, boolean fresh, Locale locale) argument 69 super(functionCode, fresh, locale); 226 hdr.fresh = false; 281 hdr.fresh = false; 297 " fresh=``" + fresh + "''\n" +
|
H A D | SLPHeaderV2.java | 170 fresh = ((flags & FRESH) != NOFLAG); 288 SLPHeaderV2(int functionCode, boolean fresh, Locale locale) argument 306 this.fresh = fresh; 451 if (fresh) {
|
H A D | SrvLocHeader.java | 121 boolean fresh = false; // Fresh flag field in class:SrvLocHeader
|
/osnet-11/usr/src/lib/libslp/clib/ |
H A D | SLPReg.c | 141 const char *pcAttrs, SLPBoolean fresh, 168 pcScopeList, pcAttrs, fresh, &msg)) != SLP_OK) { 194 SLPBoolean fresh, struct reg_msg **msg) { 250 /* set fresh flag */ 251 if (fresh) 138 SLPReg(SLPHandle hSLP, const char *pcSrvURL, const unsigned short usLifetime, const char *pcSrvType, const char *pcAttrs, SLPBoolean fresh, SLPRegReport callback, void *pvUser) argument 191 packSrvReg(slp_handle_impl_t *hp, const char *url, unsigned short lifetime, const char *type, const char *scope, const char *attrs, SLPBoolean fresh, struct reg_msg **msg) argument
|
/osnet-11/usr/src/lib/libparted/common/libparted/fs/linux_swap/ |
H A D | linux_swap.c | 177 swap_init (PedFileSystem* fs, int fresh) argument 187 if (fresh) {
|
Completed in 73 milliseconds