Searched refs:new_item (Results 1 – 20 of 20) sorted by relevance
/freebsd/crypto/openssl/crypto/x509/ |
H A D | x509_meth.c | 47 int (*new_item) (X509_LOOKUP *ctx)) in X509_LOOKUP_meth_set_new_item() 49 method->new_item = new_item; in X509_LOOKUP_meth_set_new_item() 56 return method->new_item; in X509_LOOKUP_meth_get_new_item()
|
H A D | x509_local.h | 76 int (*new_item) (X509_LOOKUP *ctx); member
|
H A D | x509_lu.c | 28 if (method->new_item != NULL && method->new_item(ret) == 0) { in X509_LOOKUP_new()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | X509_LOOKUP_meth_new.pod | 33 int (*new_item) (X509_LOOKUP *ctx)); 118 specific data, the supplied new_item function should allocate this data and 123 new_item function. 127 L<X509_LOOKUP_set_method_data(3)> as part of the new_item routine. 163 Any method data that was created as a result of the new_item function
|
/freebsd/usr.sbin/nscd/ |
H A D | cachelib.c | 961 struct cache_mp_data_item_ *new_item; in cache_mp_write() local 974 new_item = calloc(1, in cache_mp_write() 975 sizeof(*new_item)); in cache_mp_write() 976 assert(new_item != NULL); in cache_mp_write() 978 new_item->value = malloc(data_size); in cache_mp_write() 979 assert(new_item->value != NULL); in cache_mp_write() 980 memcpy(new_item->value, data, data_size); in cache_mp_write() 981 new_item->value_size = data_size; in cache_mp_write() 983 TAILQ_INSERT_TAIL(&ws->items, new_item, entries); in cache_mp_write()
|
/freebsd/contrib/ntp/libntp/lib/isc/ |
H A D | log.c | 1059 isc_logchannellist_t *new_item; in assignchannel() local 1078 new_item = isc_mem_get(lctx->mctx, sizeof(*new_item)); in assignchannel() 1079 if (new_item == NULL) in assignchannel() 1082 new_item->channel = channel; in assignchannel() 1083 new_item->module = module; in assignchannel() 1085 new_item, link); in assignchannel()
|
/freebsd/crypto/openssl/util/perl/OpenSSL/ |
H A D | Ordinals.pm | 475 my $new_item = 489 push @items, $new_item; 499 my @returns = ( $new_item );
|
/freebsd/contrib/ncurses/misc/ |
H A D | menu.ref | 6 "new_item" @3 ;NONAME
|
H A D | menu.def | 53 "new_item" @3 NONAME
|
/freebsd/contrib/ncurses/menu/ |
H A D | m_item_new.c | 111 new_item(const char *name, const char *description) in new_item() function
|
H A D | llib-lmenut | 241 #undef new_item 242 ITEM *new_item(
|
H A D | llib-lmenutw | 241 #undef new_item 242 ITEM *new_item(
|
H A D | llib-lmenuw | 241 #undef new_item 242 ITEM *new_item(
|
H A D | llib-lmenu | 241 #undef new_item 242 ITEM *new_item(
|
H A D | menu.h | 199 extern MENU_EXPORT(ITEM *) new_item(const char *, const char *);
|
/freebsd/lib/ncurses/menu/ |
H A D | Makefile | 120 mitem_new.3 new_item.3 \
|
/freebsd/contrib/dialog/ |
H A D | buildlist.c | 1135 int new_item = cur_item; in dlg_buildlist() local 1147 new_item = j; in dlg_buildlist() 1152 cur_item = new_item; in dlg_buildlist()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | x509_vfy.h | 644 int (*new_item) (X509_LOOKUP *ctx));
|
H A D | x509_vfy.h.in | 547 int (*new_item) (X509_LOOKUP *ctx));
|
/freebsd/contrib/ncurses/doc/ |
H A D | ncurses-intro.doc | 1132 2. Create the menu items, using new_item().
|