Home
last modified time | relevance | path

Searched refs:ERR_MEM (Results 1 – 25 of 227) sorted by relevance

12345678910

/dports/games/retroarch/RetroArch-1.9.7/wii/libogc/lwbt/
H A Dhci.c79 return ERR_MEM; in hci_init()
260 return ERR_MEM; in hci_reg_dev_info()
280 return ERR_MEM; in hci_reset()
297 return ERR_MEM; in hci_read_buffer_size()
314 return ERR_MEM; in hci_read_bd_addr()
331 return ERR_MEM; in hci_read_local_version()
348 return ERR_MEM; in hci_read_local_features()
373 return ERR_MEM; in hci_read_stored_link_key()
432 return ERR_MEM; in hci_set_event_filter()
452 return ERR_MEM; in hci_write_page_timeout()
[all …]
/dports/editors/teco/tecoc0398/src/
H A Dinit.c57 ErrMsg(ERR_MEM); /* MEM = memory overflow */ in MemIni()
71 ErrMsg(ERR_MEM); /* MEM = memory overflow */ in MemIni()
87 ErrMsg(ERR_MEM); /* MEM = memory overflow */ in MemIni()
103 ErrMsg(ERR_MEM); /* MEM = memory overflow */ in MemIni()
119 ErrMsg(ERR_MEM); /* MEM = memory overflow */ in MemIni()
/dports/graphics/simage/simage-1.7.0/src/
H A Dsimage_gif.c20 ERR_MEM enumerator
38 case ERR_MEM: in simage_gif_error()
126 giferror = ERR_MEM; in simage_gif_load()
131 giferror = ERR_MEM; in simage_gif_load()
267 giferror = ERR_MEM; in simage_gif_save()
305 giferror = ERR_MEM; in simage_gif_save()
311 giferror = ERR_MEM; in simage_gif_save()
320 giferror = ERR_MEM; in simage_gif_save()
H A Dsimage_png.c17 #define ERR_MEM 2 macro
52 case ERR_MEM: in simage_png_error()
151 pngerror = ERR_MEM; in simage_png_load()
159 pngerror = ERR_MEM; in simage_png_load()
271 pngerror = ERR_MEM; in simage_png_load()
H A Dsimage_jasper.c25 #define ERR_MEM 3 macro
79 case ERR_MEM: in simage_jasper_error()
215 jaspererror = ERR_MEM; in simage_jasper_load()
220 jaspererror = ERR_MEM; in simage_jasper_load()
H A Dsimage_jpeg.c37 #define ERR_MEM 2 macro
51 case ERR_MEM: in simage_jpeg_error()
275 jpegerror = ERR_MEM; in simage_jpeg_load()
H A Dsimage_qimage.cpp24 #define ERR_MEM 2 macro
37 case ERR_MEM: in simage_qimage_error()
89 qimageerror = ERR_MEM; in simage_qimage_load()
H A Dsimage_tga.c28 #define ERR_MEM 3 macro
42 case ERR_MEM: in simage_tga_error()
328 tgaerror = ERR_MEM; in simage_tga_load()
/dports/net/kamailio/kamailio-5.4.5/src/modules/xcap_client/
H A Dxcap_functions.c97 ERR_MEM(PKG_MEM_STR); in xcapInitNodeSel()
103 ERR_MEM(PKG_MEM_STR); in xcapInitNodeSel()
111 ERR_MEM(PKG_MEM_STR); in xcapInitNodeSel()
157 ERR_MEM(PKG_MEM_STR); in xcapNodeSelAddStep()
196 ERR_MEM(PKG_MEM_STR); in xcapNodeSelAddStep()
210 ERR_MEM(PKG_MEM_STR); in xcapNodeSelAddStep()
216 ERR_MEM(PKG_MEM_STR); in xcapNodeSelAddStep()
265 ERR_MEM(PKG_MEM_STR); in get_node_selector()
411 ERR_MEM(PKG_MEM_STR); in get_xcap_path()
468 ERR_MEM(PKG_MEM_STR); in get_xcap_etag()
[all …]
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/usrp3/lwip/lwip-1.3.1/src/api/
H A Dtcpip.c330 return ERR_MEM; in tcpip_input()
338 return ERR_MEM; in tcpip_input()
364 return ERR_MEM; in tcpip_callback_with_block()
375 return ERR_MEM; in tcpip_callback_with_block()
399 return ERR_MEM; in tcpip_timeout()
428 return ERR_MEM; in tcpip_untimeout()
502 netifapimsg->msg.err = ERR_MEM; in tcpip_netifapi()
H A Dapi_msg.c216 return ERR_MEM;
370 return ERR_MEM;
381 return ERR_MEM;
411 msg->conn->err = ERR_MEM;
421 msg->conn->err = ERR_MEM;
439 msg->conn->err = ERR_MEM;
852 msg->conn->err = ERR_MEM;
862 msg->conn->err = ERR_MEM;
1007 } else if (err == ERR_MEM) {
1038 return ERR_MEM;
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/usrp2/lwip/lwip-1.3.1/src/api/
H A Dtcpip.c330 return ERR_MEM; in tcpip_input()
338 return ERR_MEM; in tcpip_input()
364 return ERR_MEM; in tcpip_callback_with_block()
375 return ERR_MEM; in tcpip_callback_with_block()
399 return ERR_MEM; in tcpip_timeout()
428 return ERR_MEM; in tcpip_untimeout()
502 netifapimsg->msg.err = ERR_MEM; in tcpip_netifapi()
H A Dapi_msg.c216 return ERR_MEM;
370 return ERR_MEM;
381 return ERR_MEM;
411 msg->conn->err = ERR_MEM;
421 msg->conn->err = ERR_MEM;
439 msg->conn->err = ERR_MEM;
852 msg->conn->err = ERR_MEM;
862 msg->conn->err = ERR_MEM;
1007 } else if (err == ERR_MEM) {
1038 return ERR_MEM;
/dports/sysutils/syslinux/syslinux-6.03/core/lwip/src/api/
H A Dtcpip.c178 return ERR_MEM; in tcpip_input()
186 return ERR_MEM; in tcpip_input()
213 return ERR_MEM; in tcpip_callback_with_block()
224 return ERR_MEM; in tcpip_callback_with_block()
249 return ERR_MEM; in tcpip_timeout()
278 return ERR_MEM; in tcpip_untimeout()
H A Dapi_msg.c253 return ERR_MEM;
448 return ERR_MEM;
464 return ERR_MEM;
492 msg->err = ERR_MEM;
502 msg->err = ERR_MEM;
520 msg->err = ERR_MEM;
1068 msg->err = ERR_MEM;
1234 err = ERR_MEM;
1240 if (dontblock && (err == ERR_MEM)) {
1267 } else if (err == ERR_MEM) {
[all …]
/dports/archivers/ha/ha-0.999b_2/nix/
H A Dmachine.c180 if (buf==NULL) error(1,ERR_MEM,"md_gethdr()"); in md_gethdr()
253 if ((dat=malloc(sizeof(dev_t)))==NULL) error(1,ERR_MEM,"md_special()"); in md_special()
259 if ((dat=malloc(1024))==NULL) error(1,ERR_MEM,"md_special()"); in md_special()
358 if ((newname=malloc(pos+4))==NULL) error(1,ERR_MEM,"md_arcname()"); in md_arcname()
380 if ((hapath=malloc(j+1-i))==NULL) error(1,ERR_MEM,"md_tohapath()"); in md_tohapath()
393 error(1,ERR_MEM,"md_tomdpath()"); in md_tomdpath()
408 error(1,ERR_MEM,"md_strippath()"); in md_strippath()
424 error(1,ERR_MEM,"md_stripname()"); in md_stripname()
445 error(1,ERR_MEM,"md_pconcat()"); in md_pconcat()
/dports/archivers/ha/ha-0.999b_2/c/
H A Dmisc.c73 if (ptr==NULL) error(1,ERR_MEM,"add_cleanup()"); in cu_add()
80 error(0,ERR_MEM,"cu_add()"); in cu_add()
143 if ((name=malloc(j-i))==NULL) error(1,ERR_MEM,"getname()"); in getname()
159 if ((path=malloc(i+2))==NULL) error(1,ERR_MEM,"getpath()"); in getpath()
178 error(1,ERR_MEM,"fullpath()"); in fullpath()
/dports/math/snns/SNNSv4.3/tools/sources/
H A Darglist.c71 if (arg_list == ARG_NULL) err_prt(ERR_MEM); in add_to_arglist()
84 if (new->next == ARG_NULL) err_prt(ERR_MEM); in add_to_arglist()
/dports/games/retroarch/RetroArch-1.9.7/wii/libogc/lwip/
H A Dnetwork.c338 if(!msg) return ERR_MEM; in netconn_delete()
485 conn->err = ERR_MEM; in netconn_recv()
512 conn->err = ERR_MEM; in netconn_recv()
807 return ERR_MEM; in accept_func()
813 return ERR_MEM; in accept_func()
820 return ERR_MEM; in accept_func()
859 msg->conn->err = ERR_MEM; in do_newconn()
868 msg->conn->err = ERR_MEM; in do_newconn()
877 msg->conn->err = ERR_MEM; in do_newconn()
1257 return ERR_MEM; in net_input()
[all …]
/dports/games/retroarch/RetroArch-1.9.7/wii/libogc/lwip/netif/
H A Dloopif.c91 return ERR_MEM; in loopif_output()
110 return ERR_MEM; in loopif_output()
/dports/net/kamailio/kamailio-5.4.5/src/modules/presence/
H A Devent_list.c52 ERR_MEM(SHARE_MEM); in shm_copy_event()
58 ERR_MEM(SHARE_MEM); in shm_copy_event()
68 ERR_MEM(SHARE_MEM); in shm_copy_event()
146 ERR_MEM(SHARE_MEM); in add_event()
151 ERR_MEM(SHARE_MEM); in add_event()
171 ERR_MEM(SHARE_MEM); in add_event()
/dports/sysutils/syslinux/syslinux-6.03/core/lwip/src/core/ipv4/
H A Dip_frag.c700 return ERR_MEM; in ip_frag()
740 return ERR_MEM; in ip_frag()
748 return ERR_MEM; in ip_frag()
761 return ERR_MEM; in ip_frag()
784 return ERR_MEM; in ip_frag()
791 return ERR_MEM; in ip_frag()
836 return ERR_MEM; in ip_frag()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tga/
H A DReaderWriterTGA.cpp57 #define ERR_MEM 3 macro
72 case ERR_MEM: in simage_tga_error()
460 tgaerror = ERR_MEM; in simage_tga_load()
530 tgaerror = ERR_MEM; in simage_tga_load()
553 tgaerror = ERR_MEM; in simage_tga_load()
631 tgaerror = ERR_MEM; in simage_tga_load()
647 tgaerror = ERR_MEM; in simage_tga_load()
713 tgaerror = ERR_MEM; in simage_tga_load()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/gif/
H A DReaderWriterGIF.cpp59 #define ERR_MEM 3 macro
272 case ERR_MEM: in simage_gif_error()
395 giferror = ERR_MEM; in simage_gif_load()
401 giferror = ERR_MEM; in simage_gif_load()
617 case ERR_MEM: in readGIFStream()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gif/
H A DReaderWriterGIF.cpp59 #define ERR_MEM 3 macro
271 case ERR_MEM: in simage_gif_error()
390 giferror = ERR_MEM; in simage_gif_load()
396 giferror = ERR_MEM; in simage_gif_load()
598 case ERR_MEM: in readGIFStream()

12345678910