OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newcc
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/mpl/bind/dist/lib/dns/
gen.c
438
struct cc *
newcc
;
local
498
newcc
= (struct cc *)malloc(sizeof(*
newcc
));
499
if (
newcc
== NULL) {
503
newcc
->rdclass = rdclass;
504
strncpy(
newcc
->classbuf, classbuf, sizeof(
newcc
->classbuf));
505
newcc
->classbuf[sizeof(
newcc
->classbuf) - 1] = '\0';
515
free((char *)
newcc
);
[
all
...]
/src/external/mpl/dhcp/bind/dist/lib/dns/
gen.c
399
struct cc *
newcc
;
local
463
newcc
= (struct cc *)malloc(sizeof(*
newcc
));
464
if (
newcc
== NULL) {
468
newcc
->rdclass = rdclass;
469
strncpy(
newcc
->classbuf, classbuf, sizeof(
newcc
->classbuf));
470
newcc
->classbuf[sizeof(
newcc
->classbuf) - 1] = '\0';
480
free((char *)
newcc
);
[
all
...]
/src/crypto/external/bsd/netpgp/dist/src/libverify/
libverify.c
233
size_t
newcc
;
local
247
newcc
= 0;
249
for (*cc = 0 ; *cc < totlen ;
newcc
+= partial, *cc += partial + 1) {
252
memcpy(&mem->mem[
newcc
], &p[*cc + 1], partial);
256
memcpy(&mem->mem[
newcc
], &p[*cc], partial);
257
newcc
+= partial;
262
return
newcc
;
/src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
libverify.c
535
size_t
newcc
;
local
549
newcc
= 0;
551
for (*cc = 0 ; *cc < totlen ;
newcc
+= partial, *cc += partial + 1) {
554
memcpy(&mem->mem[
newcc
], &p[*cc + 1], partial);
558
memcpy(&mem->mem[
newcc
], &p[*cc], partial);
559
newcc
+= partial;
564
return
newcc
;
Completed in 31 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026