occurlfunctions.c#256 triple = store->triples; ocinternal.h#155 } triples[MAXRCLINES]; ocrc.c#227 storedump("initial:",store->triples,store->ntriples); #240 if(store->triples[largest].key[0] != '\0') break; #242 OCASSERT(store->triples[largest].key[0] != '\0'); #244 if(store->triples[i].key[0] != '\0') { /* avoid empty slots */ #245 int lexorder = strcmp(store->triples[i].host,store->triples[largest].host); #246 int leni = strlen(store->triples[i].host); #247 int lenlarge = strlen(store->triples[largest].host); #255 OCASSERT(store->triples[largest].key[0] != 0); #256 sorted[nsorted] = store->triples[largest]; #257 store->triples[largest].key[0] = '\0'; /* kill entry */ #263 memcpy((void*)store->triples,(void*)sorted,sizeof(struct OCTriple)*nsorted); #267 storedump("final .rc order:",store->triples,store->ntriples); #307 ocrc->triples[ocrc->ntriples].host[0] = '\0'; #308 ocrc->triples[ocrc->ntriples].key[0] = '\0'; #309 ocrc->triples[ocrc->ntriples].value[0] = '\0'; #325 strncpy(ocrc->triples[ocrc->ntriples].host,uri->host,MAXRCLINESIZE-1); #327 strncat(ocrc->triples[ocrc->ntriples].host,":",MAXRCLINESIZE-1); #328 strncat(ocrc->triples[ocrc->ntriples].host,uri->port,MAXRCLINESIZE-1); #341 strncpy(ocrc->triples[ocrc->ntriples].key,key,MAXRCLINESIZE-1); #343 strcpy(ocrc->triples[ocrc->ntriples].value,"1");/*dfalt*/ #345 strncpy(ocrc->triples[ocrc->ntriples].value,value,(MAXRCLINESIZE-1)); #346 rctrim( ocrc->triples[ocrc->ntriples].key); #347 rctrim( ocrc->triples[ocrc->ntriples].value); #349 ocrc->triples[ocrc->ntriples].key, #350 ocrc->triples[ocrc->ntriples].value); #580 triple = ocrc->triples; #611 storedump(char* msg, struct OCTriple* triples, int ntriples) #621 if(triples == NULL) triples= ocrc->triples; #625 (strlen(triples[i].host)==0?"--":triples[i].host), #626 triples[i].key, #627 triples[i].value);
HyperKWIC - Version 7.20DA executed at 11:37 on 27 Oct 2017 | Polyhedron Solutions - INTERNAL USE | COMMERCIAL (Any O/S) SN 4AKIed