ocrc.c#277 | struct OCTriplestore* ocrc = &ocglobalstate.rc.daprc; |
#279 | ocrc->ntriples = 0; /* reset; nothing to free */ |
#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); |
#351 | ocrc->ntriples++; |
#572 | struct OCTriplestore* ocrc = &ocglobalstate.rc.daprc; |
#580 | triple = ocrc->triples; |
#582 | if(key == NULL || ocrc == NULL) return NULL; |
#585 | for(found=0,i=0;i<ocrc->ntriples;i++,triple++) { |
#614 | struct OCTriplestore* ocrc = &ocglobalstate.rc.daprc; |
#617 | if(ocrc == NULL) { |
#621 | if(triples == NULL) triples= ocrc->triples; |
#622 | if(ntriples < 0 ) ntriples= ocrc->ntriples; |
HyperKWIC - Version 7.20DA executed at 11:37 on 27 Oct 2017 | Polyhedron Solutions - INTERNAL USE | COMMERCIAL (Any O/S) SN 4AKIed