Home
last modified time | relevance | path

Searched refs:urecord (Results 1 – 25 of 32) sorted by relevance

12

/dports/net/kamailio/kamailio-5.4.5/src/modules/usrloc/
H A Dusrloc.h136 typedef struct urecord { struct
145 struct urecord* prev; /*!< Next item in the hash entry */ argument
146 struct urecord* next; /*!< Previous item in the hash entry */ argument
151 typedef int (*get_urecord_t)(struct udomain* _d, str* _aor, struct urecord** _r);
154 str *_ruid, struct urecord** _r, struct ucontact** _c);
160 typedef int (*update_ucontact_t)(struct urecord* _r, struct ucontact* _c,
162 typedef void (*release_urecord_t)(struct urecord* _r);
164 typedef int (*insert_ucontact_t)(struct urecord* _r, str* _contact,
167 typedef int (*delete_ucontact_t)(struct urecord* _r, struct ucontact* _c);
169 typedef int (*get_ucontact_t)(struct urecord* _r, str* _c, str* _callid,
[all …]
H A Dudomain.h41 struct urecord; /*!< Usrloc record */
126 int mem_insert_urecord(udomain_t* _d, str* _aor, struct urecord** _r);
134 void mem_delete_urecord(udomain_t* _d, struct urecord* _r);
175 int insert_urecord(udomain_t* _d, str* _aor, struct urecord** _r);
185 int get_urecord(udomain_t* _d, str* _aor, struct urecord** _r);
197 str *_ruid, struct urecord** _r, struct ucontact** _c);
206 int delete_urecord(udomain_t* _d, str* _aor, struct urecord* _r);
H A Dhslot.h38 struct urecord;
43 struct urecord* first; /*!< First element in the list */
44 struct urecord* last; /*!< Last element in the list */
64 void slot_add(hslot_t* _s, struct urecord* _r);
70 void slot_rem(hslot_t* _s, struct urecord* _r);
H A Dhslot.c58 struct urecord* ptr; in deinit_slot()
79 void slot_add(hslot_t* _s, struct urecord* _r) in slot_add()
98 void slot_rem(hslot_t* _s, struct urecord* _r) in slot_rem()
H A Durecord.c576 struct urecord _ur; in insert_ucontact()
584 memcpy(&_ur, _r, sizeof(struct urecord)); in insert_ucontact()
609 memcpy(_r, &_ur, sizeof(struct urecord)); in insert_ucontact()
626 struct urecord _ur; in delete_ucontact()
630 memcpy(&_ur, _r, sizeof(struct urecord)); in delete_ucontact()
639 memcpy(_r, &_ur, sizeof(struct urecord)); in delete_ucontact()
H A Dudomain.c172 struct urecord** _r) in get_static_urecord()
174 static struct urecord r; in get_static_urecord()
176 memset( &r, 0, sizeof(struct urecord) ); in get_static_urecord()
191 struct urecord* r; in print_udomain()
1020 memset( &r, 0, sizeof(struct urecord) ); in udomain_contact_expired_cb()
1201 void mem_delete_urecord(udomain_t* _d, struct urecord* _r) in mem_delete_urecord()
1217 struct urecord* ptr, *t; in mem_timer_udomain()
1307 int insert_urecord(udomain_t* _d, str* _aor, struct urecord** _r) in insert_urecord()
1328 int get_urecord(udomain_t* _d, str* _aor, struct urecord** _r) in get_urecord()
1382 str *_ruid, struct urecord** _r, struct ucontact** _c) in get_urecord_by_ruid()
[all …]
H A Ducontact.h144 int update_ucontact(struct urecord* _r, ucontact_t* _c, ucontact_info_t* _ci);
H A Ducontact.c1584 static inline void unlink_contact(struct urecord* _r, ucontact_t* _c) in unlink_contact()
1605 static inline void update_contact_pos(struct urecord* _r, ucontact_t* _c) in update_contact_pos()
1678 int update_ucontact(struct urecord* _r, ucontact_t* _c, ucontact_info_t* _ci) in update_ucontact()
1680 struct urecord _ur; in update_ucontact()
1690 if (_r) memcpy(&_ur, _r, sizeof(struct urecord)); in update_ucontact()
1706 memcpy(_r, &_ur, sizeof(struct urecord)); in update_ucontact()
H A Dul_rpc.c218 struct urecord* r; in ul_rpc_dump()
/dports/net/kamailio/kamailio-5.4.5/src/modules/p_usrloc/
H A Dudomain.h41 struct urecord; /*!< Usrloc record */
109 int mem_insert_urecord(udomain_t* _d, str* _aor, struct urecord** _r);
117 void mem_delete_urecord(udomain_t* _d, struct urecord* _r);
159 int insert_urecord(udomain_t* _d, str* _aor, struct urecord** _r);
169 int get_urecord(udomain_t* _d, str* _aor, struct urecord** _r);
182 str *_ruid, struct urecord** _r, struct ucontact** _c);
191 int delete_urecord(udomain_t* _d, str* _aor, struct urecord* _r);
H A Dhslot.h38 struct urecord;
43 struct urecord* first; /*!< First element in the list */
44 struct urecord* last; /*!< Last element in the list */
68 void slot_add(hslot_t* _s, struct urecord* _r);
74 void slot_rem(hslot_t* _s, struct urecord* _r);
H A Dudomain.c166 struct urecord** _r) in get_static_urecord()
168 static struct urecord r; in get_static_urecord()
170 memset( &r, 0, sizeof(struct urecord) ); in get_static_urecord()
185 struct urecord* r; in print_udomain()
617 int mem_insert_urecord(udomain_t* _d, str* _aor, struct urecord** _r) in mem_insert_urecord()
638 void mem_delete_urecord(udomain_t* _d, struct urecord* _r) in mem_delete_urecord()
652 struct urecord* ptr, *t; in mem_timer_udomain()
756 int insert_urecord(udomain_t* _d, str* _aor, struct urecord** _r) in insert_urecord()
777 int get_urecord(udomain_t* _d, str* _aor, struct urecord** _r) in get_urecord()
818 str *_ruid, struct urecord** _r, struct ucontact** _c) in get_urecord_by_ruid()
[all …]
H A Dhslot.c148 struct urecord* ptr; in deinit_slot()
168 void slot_add(hslot_t* _s, struct urecord* _r) in slot_add()
187 void slot_rem(hslot_t* _s, struct urecord* _r) in slot_rem()
H A Ducontact.h139 struct urecord;
148 int update_ucontact(struct urecord* _r, ucontact_t* _c, ucontact_info_t* _ci);
H A Ducontact.c1371 static inline void unlink_contact(struct urecord* _r, ucontact_t* _c) in unlink_contact()
1392 static inline void update_contact_pos(struct urecord* _r, ucontact_t* _c) in update_contact_pos()
1443 int update_ucontact(struct urecord* _r, ucontact_t* _c, ucontact_info_t* _ci) in update_ucontact()
/dports/security/samhain/samhain-4.4.3/src/
H A Dsh_login_track.c212 if (urecord) in destroy_loaded()
223 SH_FREE(urecord); in destroy_loaded()
231 struct sh_track * urecord; in load_data_int() local
236 uhead = &(urecord->head); in load_data_int()
259 urecord->list = entry; in load_data_int()
266 return urecord; in load_data_int()
953 struct sh_track * urecord; in sh_ltrack_check() local
972 urecord = load_data(user); in sh_ltrack_check()
1023 urecord->list = entry; in sh_ltrack_check()
1029 destroy_loaded(urecord); in sh_ltrack_check()
[all …]
/dports/security/samhain-client/samhain-4.4.3/src/
H A Dsh_login_track.c212 if (urecord) in destroy_loaded()
223 SH_FREE(urecord); in destroy_loaded()
231 struct sh_track * urecord; in load_data_int() local
236 uhead = &(urecord->head); in load_data_int()
259 urecord->list = entry; in load_data_int()
266 return urecord; in load_data_int()
953 struct sh_track * urecord; in sh_ltrack_check() local
972 urecord = load_data(user); in sh_ltrack_check()
1023 urecord->list = entry; in sh_ltrack_check()
1029 destroy_loaded(urecord); in sh_ltrack_check()
[all …]
/dports/security/samhain-server/samhain-4.4.3/src/
H A Dsh_login_track.c212 if (urecord) in destroy_loaded()
223 SH_FREE(urecord); in destroy_loaded()
231 struct sh_track * urecord; in load_data_int() local
236 uhead = &(urecord->head); in load_data_int()
259 urecord->list = entry; in load_data_int()
266 return urecord; in load_data_int()
953 struct sh_track * urecord; in sh_ltrack_check() local
972 urecord = load_data(user); in sh_ltrack_check()
1023 urecord->list = entry; in sh_ltrack_check()
1029 destroy_loaded(urecord); in sh_ltrack_check()
[all …]
/dports/net/kamailio/kamailio-5.4.5/src/modules/tsilo/
H A Dts_hash.c47 void free_ts_urecord(struct ts_urecord *urecord) in free_ts_urecord() argument
49 LM_DBG("destroying urecord %p\n", urecord); in free_ts_urecord()
52 while(urecord->transactions) { in free_ts_urecord()
53 ptr = urecord->transactions; in free_ts_urecord()
54 urecord->transactions = urecord->transactions->next; in free_ts_urecord()
58 if (urecord->ruri.s) shm_free(urecord->ruri.s); in free_ts_urecord()
60 shm_free(urecord); in free_ts_urecord()
62 urecord = 0; in free_ts_urecord()
332 ts->urecord = _r; in insert_ts_transaction()
410 if (ts_t->urecord->transactions == ts_t) in remove_ts_transaction()
[all …]
H A Dts_handlers.c78 _r = cb_ptr->urecord; in ts_onreply()
H A Dts_hash.h49 struct ts_urecord *urecord; /*!< > urecord entry the transaction belongs to */ member
/dports/editors/jupp/jupp/
H A Dmacro.h40 int urecord(BW *bw, int c);
H A Dmacro.c480 int urecord(BW *bw, int c) in urecord() function
/dports/editors/joe/joe-4.6/joe/
H A Dmacro.h94 int urecord(W *w, int c); /* Start recording */
H A Dmacro.c531 int urecord(W *w, int c) in urecord() function

12