Home
last modified time | relevance | path

Searched defs:lc (Results 1 – 25 of 5547) sorted by relevance

12345678910>>...222

/dports/net/liblinphone/linphone-3.12.0/coreapi/
H A Dlinphonecore.c1755 static void ui_config_read(LinphoneCore *lc) in ui_config_read()
2255 LinphoneCore *lc; in _linphone_core_new() local
3023 static void proxy_update(LinphoneCore *lc){ in proxy_update()
4376 LinphoneCore *lc=(LinphoneCore*)user_data; local
5808 void net_config_uninit(LinphoneCore *lc)
5826 void sip_config_uninit(LinphoneCore *lc)
5910 void rtp_config_uninit(LinphoneCore *lc)
7340 LinphoneCore *lc = (LinphoneCore *)ctx; local
7371 LinphoneCore *lc = (LinphoneCore *)ctx; local
7376 LinphoneCore *lc = (LinphoneCore *)ctx; local
[all …]
H A Dvtables.c40 LinphoneCoreVTable *linphone_core_get_current_vtable(LinphoneCore *lc) { in linphone_core_get_current_vtable()
45 static void cleanup_dead_vtable_refs(LinphoneCore *lc){ in cleanup_dead_vtable_refs()
113 void linphone_core_notify_show_interface(LinphoneCore *lc){ in linphone_core_notify_show_interface()
118 void linphone_core_notify_display_status(LinphoneCore *lc, const char *message) { in linphone_core_notify_display_status()
123 void linphone_core_notify_display_message(LinphoneCore *lc, const char *message){ in linphone_core_notify_display_message()
128 void linphone_core_notify_display_warning(LinphoneCore *lc, const char *message){ in linphone_core_notify_display_warning()
234 bool_t linphone_core_dtmf_received_has_listener(const LinphoneCore* lc) { in linphone_core_dtmf_received_has_listener()
274 void linphone_core_notify_network_reachable(LinphoneCore *lc, bool_t reachable) { in linphone_core_notify_network_reachable()
314 void linphone_core_notify_call_created(LinphoneCore *lc, LinphoneCall *call) { in linphone_core_notify_call_created()
342 void linphone_core_add_listener(LinphoneCore *lc, LinphoneCoreVTable *vtable){ in linphone_core_add_listener()
[all …]
H A Dremote_provisioning.c26 static void linphone_remote_provisioning_apply(LinphoneCore *lc, const char *xml) { in linphone_remote_provisioning_apply()
34 int linphone_remote_provisioning_load_file( LinphoneCore* lc, const char* file_path){ in linphone_remote_provisioning_load_file()
47 LinphoneCore *lc = (LinphoneCore *)ctx; in belle_request_process_response_event() local
59 LinphoneCore *lc = (LinphoneCore *)ctx; in belle_request_process_io_error() local
64 LinphoneCore *lc = (LinphoneCore *)ctx; in belle_request_process_timeout() local
69 LinphoneCore *lc = (LinphoneCore *)ctx; in belle_request_process_auth_requested() local
73 int linphone_remote_provisioning_download_and_apply(LinphoneCore *lc, const char *remote_provisioni… in linphone_remote_provisioning_download_and_apply()
112 LinphoneStatus linphone_core_set_provisioning_uri(LinphoneCore *lc, const char *remote_provisioning… in linphone_core_set_provisioning_uri()
126 const char*linphone_core_get_provisioning_uri(const LinphoneCore *lc){ in linphone_core_get_provisioning_uri()
130 bool_t linphone_core_is_provisioning_transient(LinphoneCore *lc) { in linphone_core_is_provisioning_transient()
/dports/audio/sfront/sfront-0.99/src/
H A Dasyslib.c47 int lc = 0; in makeaif() local
785 int lc = 0; in makehpux() local
1265 int lc = 0; in makeraw() local
1611 int lc = 0; in makewav() local
2300 int lc = 0; in makedsound() local
2881 int lc = 0; in makelinux() local
4229 int lc = 0; in makefreebsd() local
5576 int lc = 0; in makestd() local
5898 int lc = 0; in makevcdat() local
6300 int lc = 0; in makenull() local
[all …]
H A Dcsyslib.c47 int lc = 0; in makeascii() local
513 int lc = 0; in makegliss() local
700 int lc = 0; in makelinmidi() local
1296 int lc = 0; in makefreebsdmidi() local
1894 int lc = 0; in makewin32() local
2134 int lc = 0; in makealsamidi() local
2529 int lc = 0; in makealsaseq() local
2986 int lc = 0; in makefstr() local
4289 int lc = 0; in makecoremidi() local
5253 int lc = 0; in makeaucontrol() local
/dports/net/liblinphone/linphone-3.12.0/java/common/org/linphone/core/
H A DLinphoneCoreListenerBase.java15 public void authInfoRequested(LinphoneCore lc, String realm, in authInfoRequested()
22 public void authenticationRequested(LinphoneCore lc, in authenticationRequested()
28 public void callStatsUpdated(LinphoneCore lc, LinphoneCall call, in callStatsUpdated()
54 public void notifyReceived(LinphoneCore lc, LinphoneCall call, in notifyReceived()
61 public void transferState(LinphoneCore lc, LinphoneCall call, in transferState()
68 public void infoReceived(LinphoneCore lc, LinphoneCall call, in infoReceived()
89 public void show(LinphoneCore lc) { in show()
95 public void displayStatus(LinphoneCore lc, String message) { in displayStatus()
113 public void fileTransferProgressIndication(LinphoneCore lc, in fileTransferProgressIndication()
147 public void configuringStatus(LinphoneCore lc, in configuringStatus()
[all …]
H A DLinphoneCoreListener.java65 void notifyPresenceReceived(LinphoneCore lc, LinphoneFriend lf); in notifyPresenceReceived()
73 void dtmfReceived(LinphoneCore lc, LinphoneCall call, int dtmf); in dtmfReceived()
121 void show(LinphoneCore lc); in show()
128 void displayStatus(LinphoneCore lc,String message); in displayStatus()
135 void displayMessage(LinphoneCore lc,String message); in displayMessage()
142 void displayWarning(LinphoneCore lc,String message); in displayWarning()
235 void isComposingReceived(LinphoneCore lc, LinphoneChatRoom cr); in isComposingReceived()
249 void uploadProgressIndication(LinphoneCore lc, int offset, int total); in uploadProgressIndication()
264 void friendListCreated(LinphoneCore lc, LinphoneFriendList list); in friendListCreated()
271 void friendListRemoved(LinphoneCore lc, LinphoneFriendList list); in friendListRemoved()
[all …]
/dports/net/liblinphone/linphone-3.12.0/coreapi/help/examples/java/org/linphone/core/tutorials/
H A DTutorialHelloWorld.java73 public void show(LinphoneCore lc) {} in show()
74 public void byeReceived(LinphoneCore lc, String from) {} in byeReceived()
77 public void displayStatus(LinphoneCore lc, String message) {} in displayStatus()
78 public void displayMessage(LinphoneCore lc, String message) {} in displayMessage()
79 public void displayWarning(LinphoneCore lc, String message) {} in displayWarning()
176 public void messageReceived(LinphoneCore lc, LinphoneChatRoom cr, in messageReceived()
188 public void transferState(LinphoneCore lc, LinphoneCall call, in transferState()
208 public void notifyReceived(LinphoneCore lc, LinphoneEvent ev, in notifyReceived()
228 public void configuringStatus(LinphoneCore lc, in configuringStatus()
235 public void fileTransferProgressIndication(LinphoneCore lc, in fileTransferProgressIndication()
[all …]
H A DTutorialBuddyStatus.java103 public void show(LinphoneCore lc) {} in show()
104 public void byeReceived(LinphoneCore lc, String from) {} in byeReceived()
105 public void displayStatus(LinphoneCore lc, String message) {} in displayStatus()
106 public void displayMessage(LinphoneCore lc, String message) {} in displayMessage()
107 public void displayWarning(LinphoneCore lc, String message) {} in displayWarning()
147 LinphoneCore lc = lcFactory.createLinphoneCore(this, null); in launchTutorial() local
299 public void configuringStatus(LinphoneCore lc, in configuringStatus()
306 public void authInfoRequested(LinphoneCore lc, String realm, in authInfoRequested()
313 public void authenticationRequested(LinphoneCore lc, in authenticationRequested()
319 public void fileTransferProgressIndication(LinphoneCore lc, in fileTransferProgressIndication()
[all …]
H A DTutorialChatRoom.java79 public void show(LinphoneCore lc) {} in show()
80 public void byeReceived(LinphoneCore lc, String from) {} in byeReceived()
83 public void displayStatus(LinphoneCore lc, String message) {} in displayStatus()
84 public void displayMessage(LinphoneCore lc, String message) {} in displayMessage()
85 public void displayWarning(LinphoneCore lc, String message) {} in displayWarning()
163 public void messageReceived(LinphoneCore lc, LinphoneChatRoom cr, in messageReceived()
180 public void transferState(LinphoneCore lc, LinphoneCall call, in transferState()
200 public void notifyReceived(LinphoneCore lc, LinphoneEvent ev, in notifyReceived()
222 public void configuringStatus(LinphoneCore lc, in configuringStatus()
229 public void fileTransferProgressIndication(LinphoneCore lc, in fileTransferProgressIndication()
[all …]
H A DTutorialRegistration.java84 public void show(LinphoneCore lc) {} in show()
85 public void byeReceived(LinphoneCore lc, String from) {} in byeReceived()
88 public void displayStatus(LinphoneCore lc, String message) {} in displayStatus()
89 public void displayMessage(LinphoneCore lc, String message) {} in displayMessage()
90 public void displayWarning(LinphoneCore lc, String message) {} in displayWarning()
127 LinphoneCore lc = lcFactory.createLinphoneCore(this, null); in launchTutorial() local
218 public void transferState(LinphoneCore lc, LinphoneCall call, in transferState()
238 public void notifyReceived(LinphoneCore lc, LinphoneEvent ev, in notifyReceived()
258 public void configuringStatus(LinphoneCore lc, in configuringStatus()
265 public void fileTransferProgressIndication(LinphoneCore lc, in fileTransferProgressIndication()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/lib/
H A Dlru_cache.c39 #define PARANOIA_LC_ELEMENT(lc, e) do { \ argument
55 int lc_try_lock(struct lru_cache *lc) in lc_try_lock()
94 struct lru_cache *lc; in lc_create() local
161 static void lc_free_by_index(struct lru_cache *lc, unsigned i) in lc_free_by_index()
175 void lc_destroy(struct lru_cache *lc) in lc_destroy()
194 void lc_reset(struct lru_cache *lc) in lc_reset()
296 bool lc_is_used(struct lru_cache *lc, unsigned int enr) in lc_is_used()
310 void lc_del(struct lru_cache *lc, struct lc_element *e) in lc_del()
346 static int lc_unused_element_available(struct lru_cache *lc) in lc_unused_element_available()
535 void lc_committed(struct lru_cache *lc) in lc_committed()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/lib/
H A Dlru_cache.c39 #define PARANOIA_LC_ELEMENT(lc, e) do { \ argument
55 int lc_try_lock(struct lru_cache *lc) in lc_try_lock()
94 struct lru_cache *lc; in lc_create() local
161 static void lc_free_by_index(struct lru_cache *lc, unsigned i) in lc_free_by_index()
175 void lc_destroy(struct lru_cache *lc) in lc_destroy()
194 void lc_reset(struct lru_cache *lc) in lc_reset()
296 bool lc_is_used(struct lru_cache *lc, unsigned int enr) in lc_is_used()
310 void lc_del(struct lru_cache *lc, struct lc_element *e) in lc_del()
346 static int lc_unused_element_available(struct lru_cache *lc) in lc_unused_element_available()
535 void lc_committed(struct lru_cache *lc) in lc_committed()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/lib/
H A Dlru_cache.c39 #define PARANOIA_LC_ELEMENT(lc, e) do { \ argument
55 int lc_try_lock(struct lru_cache *lc) in lc_try_lock()
94 struct lru_cache *lc; in lc_create() local
161 static void lc_free_by_index(struct lru_cache *lc, unsigned i) in lc_free_by_index()
175 void lc_destroy(struct lru_cache *lc) in lc_destroy()
194 void lc_reset(struct lru_cache *lc) in lc_reset()
296 bool lc_is_used(struct lru_cache *lc, unsigned int enr) in lc_is_used()
310 void lc_del(struct lru_cache *lc, struct lc_element *e) in lc_del()
346 static int lc_unused_element_available(struct lru_cache *lc) in lc_unused_element_available()
535 void lc_committed(struct lru_cache *lc) in lc_committed()
[all …]
/dports/net/isc-dhcp44-server/dhcp-4.4.2-P1/server/
H A Dleasechain.c87 lc_not_empty( struct leasechain *lc ) { in lc_not_empty()
105 lc_get_first_lease(struct leasechain *lc) { in lc_get_first_lease()
128 lc_get_next(struct leasechain *lc, struct lease *lp) { in lc_get_next()
154 lc_binary_search_insert_point(struct leasechain *lc, in lc_binary_search_insert_point()
203 lc_binary_search_lease(struct leasechain *lc, in lc_binary_search_lease()
299 lc_grow_chain(struct leasechain *lc) { in lc_grow_chain()
447 lc_check_lc_sort_order(struct leasechain *lc) { in lc_check_lc_sort_order()
556 lc_unlink_lcp(struct leasechain *lc, size_t n) { in lc_unlink_lcp()
587 lc_unlink_lease_pos(struct leasechain *lc, size_t pos) in lc_unlink_lease_pos()
659 lc_delete_all(struct leasechain *lc) { in lc_delete_all()
[all …]
/dports/net/isc-dhcp44-client/dhcp-4.4.2-P1/server/
H A Dleasechain.c87 lc_not_empty( struct leasechain *lc ) { in lc_not_empty()
105 lc_get_first_lease(struct leasechain *lc) { in lc_get_first_lease()
128 lc_get_next(struct leasechain *lc, struct lease *lp) { in lc_get_next()
154 lc_binary_search_insert_point(struct leasechain *lc, in lc_binary_search_insert_point()
203 lc_binary_search_lease(struct leasechain *lc, in lc_binary_search_lease()
299 lc_grow_chain(struct leasechain *lc) { in lc_grow_chain()
447 lc_check_lc_sort_order(struct leasechain *lc) { in lc_check_lc_sort_order()
556 lc_unlink_lcp(struct leasechain *lc, size_t n) { in lc_unlink_lcp()
587 lc_unlink_lease_pos(struct leasechain *lc, size_t pos) in lc_unlink_lease_pos()
659 lc_delete_all(struct leasechain *lc) { in lc_delete_all()
[all …]
/dports/net/isc-dhcp44-relay/dhcp-4.4.2-P1/server/
H A Dleasechain.c87 lc_not_empty( struct leasechain *lc ) { in lc_not_empty()
105 lc_get_first_lease(struct leasechain *lc) { in lc_get_first_lease()
128 lc_get_next(struct leasechain *lc, struct lease *lp) { in lc_get_next()
154 lc_binary_search_insert_point(struct leasechain *lc, in lc_binary_search_insert_point()
203 lc_binary_search_lease(struct leasechain *lc, in lc_binary_search_lease()
299 lc_grow_chain(struct leasechain *lc) { in lc_grow_chain()
447 lc_check_lc_sort_order(struct leasechain *lc) { in lc_check_lc_sort_order()
556 lc_unlink_lcp(struct leasechain *lc, size_t n) { in lc_unlink_lcp()
587 lc_unlink_lease_pos(struct leasechain *lc, size_t pos) in lc_unlink_lease_pos()
659 lc_delete_all(struct leasechain *lc) { in lc_delete_all()
[all …]
/dports/devel/util-linux/util-linux-2.36/lib/
H A Dloopdev.c130 int loopcxt_has_device(struct loopdev_cxt *lc) in loopcxt_has_device()
202 void loopcxt_deinit(struct loopdev_cxt *lc) in loopcxt_deinit()
274 int loopcxt_get_fd(struct loopdev_cxt *lc) in loopcxt_get_fd()
566 int loopcxt_next(struct loopdev_cxt *lc) in loopcxt_next()
994 int loopcxt_is_dio(struct loopdev_cxt *lc) in loopcxt_is_dio()
1590 struct loopdev_cxt lc; in loopdev_is_autoclear() local
1608 struct loopdev_cxt lc; in loopdev_get_backing_file() local
1628 struct loopdev_cxt lc; in loopdev_is_used() local
1650 struct loopdev_cxt lc; in loopdev_delete() local
1772 struct loopdev_cxt lc; in loopdev_find_by_backing_file() local
[all …]
/dports/sysutils/linrename/util-linux-2.25.2/lib/
H A Dloopdev.c288 int loopcxt_get_fd(struct loopdev_cxt *lc) in loopcxt_get_fd()
578 int loopcxt_next(struct loopdev_cxt *lc) in loopcxt_next()
1418 struct loopdev_cxt lc; in loopdev_is_autoclear() local
1436 struct loopdev_cxt lc; in loopdev_get_backing_file() local
1456 struct loopdev_cxt lc; in loopdev_is_used() local
1478 struct loopdev_cxt lc; in loopdev_delete() local
1527 struct loopdev_cxt lc; in loopdev_find_by_backing_file() local
1549 struct loopdev_cxt lc; in loopdev_count_by_backing_file() local
1591 struct loopdev_cxt lc; in test_loop_info() local
1619 struct loopdev_cxt lc; in test_loop_scan() local
[all …]
/dports/misc/veles/veles-2018.05.0/src/util/sampling/
H A Disampler.cc47 auto lc = lock(); in setRange() local
54 auto lc = lock(); in getRange() local
59 auto lc = lock(); in setSampleSize() local
65 auto lc = lock(); in resample() local
73 auto lc = lock(); in getSampleSize() local
82 auto lc = lock(); in getFileOffset() local
102 auto lc = lock(); in getSampleOffset() local
119 auto lc = lock(); in operator []() local
129 auto lc = lock(); in data() local
150 auto lc = lock(); in waitAndLock() local
[all …]
/dports/net/liblinphone/linphone-3.12.0/console/
H A Dcommands.c507 lpc_cmd_help(LinphoneCore *lc, char *arg) in lpc_cmd_help()
565 lpc_cmd_call(LinphoneCore *lc, char *args) in lpc_cmd_call()
606 lpc_cmd_calls(LinphoneCore *lc, char *args){ in lpc_cmd_calls()
620 lpc_cmd_chat(LinphoneCore *lc, char *args) in lpc_cmd_chat()
838 lpc_cmd_quit(LinphoneCore *lc, char *args) in lpc_cmd_quit()
845 lpc_cmd_nat(LinphoneCore *lc, char *args) in lpc_cmd_nat()
866 lpc_cmd_stun(LinphoneCore *lc, char *args) in lpc_cmd_stun()
1095 lpc_cmd_proxy(LinphoneCore *lc, char *args) in lpc_cmd_proxy()
1195 lpc_cmd_ipv6(LinphoneCore *lc, char *arg1) in lpc_cmd_ipv6()
1541 linphonec_proxy_add(LinphoneCore *lc) in linphonec_proxy_add()
[all …]
/dports/sysutils/tmate/tmate-2.4.0/
H A Dlayout.c41 struct layout_cell *lc; in layout_create_cell() local
61 layout_free_cell(struct layout_cell *lc) in layout_free_cell()
125 layout_make_node(struct layout_cell *lc, enum layout_type type) in layout_make_node()
140 layout_fix_offsets(struct layout_cell *lc) in layout_fix_offsets()
171 struct layout_cell *lc; in layout_fix_panes() local
223 layout_count_cells(struct layout_cell *lc) in layout_count_cells()
379 struct layout_cell *lc; in layout_init() local
398 struct layout_cell *lc = w->layout_root; in layout_resize() local
451 struct layout_cell *lc, *lcparent; in layout_resize_pane_to() local
483 struct layout_cell *lc, *lcparent; in layout_resize_pane() local
[all …]
/dports/sysutils/tmate-ssh-server/tmate-ssh-server-97d2024/
H A Dlayout.c43 struct layout_cell *lc; in layout_create_cell() local
63 layout_free_cell(struct layout_cell *lc) in layout_free_cell()
127 layout_make_node(struct layout_cell *lc, enum layout_type type) in layout_make_node()
142 layout_fix_offsets(struct layout_cell *lc) in layout_fix_offsets()
173 struct layout_cell *lc; in layout_fix_panes() local
225 layout_count_cells(struct layout_cell *lc) in layout_count_cells()
381 struct layout_cell *lc; in layout_init() local
400 struct layout_cell *lc = w->layout_root; in layout_resize() local
453 struct layout_cell *lc, *lcparent; in layout_resize_pane_to() local
485 struct layout_cell *lc, *lcparent; in layout_resize_pane() local
[all …]
/dports/sysutils/tmux/tmux-3.2a/
H A Dlayout.c53 struct layout_cell *lc; in layout_create_cell() local
73 layout_free_cell(struct layout_cell *lc) in layout_free_cell()
203 layout_fix_offsets1(struct layout_cell *lc) in layout_fix_offsets1()
233 struct layout_cell *lc = w->layout_root; in layout_fix_offsets() local
292 struct layout_cell *lc; in layout_fix_panes() local
314 layout_count_cells(struct layout_cell *lc) in layout_count_cells()
480 struct layout_cell *lc; in layout_init() local
498 struct layout_cell *lc = w->layout_root; in layout_resize() local
551 struct layout_cell *lc, *lcparent; in layout_resize_pane_to() local
612 struct layout_cell *lc, *lcparent; in layout_resize_pane() local
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/ir/
H A DForNode.java87 public Node ensureUniqueLabels(final LexicalContext lc) { in ensureUniqueLabels()
92 … public Node accept(final LexicalContext lc, final NodeVisitor<? extends LexicalContext> visitor) { in accept()
157 public ForNode setInit(final LexicalContext lc, final Expression init) { in setInit()
177 public ForNode setIsForIn(final LexicalContext lc) { in setIsForIn()
195 public ForNode setIsForEach(final LexicalContext lc) { in setIsForEach()
213 public ForNode setIterator(final LexicalContext lc, final Symbol iterator) { in setIterator()
234 public ForNode setModify(final LexicalContext lc, final JoinPredecessorExpression modify) { in setModify()
242 public ForNode setTest(final LexicalContext lc, final JoinPredecessorExpression test) { in setTest()
255 public ForNode setBody(final LexicalContext lc, final Block body) { in setBody()
270 private ForNode setFlags(final LexicalContext lc, final int flags) { in setFlags()
[all …]

12345678910>>...222