FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
DIC_SERVICE
* locate_pending
(
char *
serv_name
)
Definition at line
1214
of file
dic.c
.
References
dll_search()
.
Referenced by
request_command()
.
1215
{
1216
register
DIC_SERVICE
*servp;
1217
1218
if
(!
Service_pend_head
)
1219
return
((
DIC_SERVICE
*)0);
1220
if
( (servp = (
DIC_SERVICE
*)
dll_search
( (
DLL
*)
Service_pend_head
, serv_name,
1221
(
int
)strlen(serv_name)+1)) )
1222
return
(servp);
1223
return
((
DIC_SERVICE
*)0);
1224
}
dll
Definition:
dim.h:530
dic_serv
Definition:
dim.h:457
dll_search
DLL * dll_search(DLL *head, char *data, int size)
Definition:
dll.c:49
Service_pend_head
static DIC_SERVICE * Service_pend_head
Definition:
dic.c:41
Here is the call graph for this function:
Here is the caller graph for this function:
dim
src
dic.c
Generated on Sun Sep 18 2016 20:50:26 for FACT++ by
1.8.11