Searched refs:new_nid (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/OpenSSL098-52/src/crypto/asn1/
H A Da_strnid.c217 char new_nid = 0; local
233 new_nid = 1;
238 if(new_nid) sk_ASN1_STRING_TABLE_push(stable, tmp);
/macosx-10.10/OpenSSL098-52/src/crypto/objects/
H A Dobj_dat.c98 static int new_nid=NUM_NID; variable
227 i=new_nid;
228 new_nid+=num;
/macosx-10.10/OpenSSH-189/osslshim/ossl/
H A Dossl-objects.c403 static int new_nid = NUM_NID; variable
582 i = new_nid;
583 new_nid += num;
/macosx-10.10/Libnotify-133.1.1/notifyd/
H A Dnotify_proc.c1500 uint64_t *new_nid,
1513 *new_nid = 0;
1567 kstatus = __notify_server_register_check_2(server, name, nameCnt, token, &size, new_slot, new_nid, status, audit);
1618 *new_nid = n->name_id;
1484 __notify_server_regenerate( mach_port_t server, caddr_t name, mach_msg_type_number_t nameCnt, int token, uint32_t reg_type, mach_port_t port, int sig, int prev_slot, uint64_t prev_state, uint64_t prev_time, caddr_t path, mach_msg_type_number_t pathCnt, int path_flags, int *new_slot, uint64_t *new_nid, int *status, audit_token_t audit ) argument
/macosx-10.10/Libnotify-133.1.1/
H A Dnotify_client.c585 uint64_t new_nid; local
606 kstatus = _notify_server_regenerate(globals->notify_server_port, (caddr_t)t->name, t->namelen, t->token, type, port, t->signal, t->slot, t->set_state_val, t->set_state_time, t->path, pathlen, t->path_flags, &new_slot, &new_nid, &status);
614 if (t->name_node != NULL) t->name_node->name_id = new_nid;

Completed in 87 milliseconds