Searched refs:list_ptr (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dpipeline.h36 struct curl_llist **list_ptr);
42 struct curl_llist **list_ptr);
H A Dpipeline.c188 struct curl_llist **list_ptr)
190 struct curl_llist *old_list = *list_ptr;
246 *list_ptr = new_list;
281 struct curl_llist **list_ptr)
283 struct curl_llist *old_list = *list_ptr;
312 *list_ptr = new_list;
187 Curl_pipeline_set_site_blacklist(char **sites, struct curl_llist **list_ptr) argument
280 Curl_pipeline_set_server_blacklist(char **servers, struct curl_llist **list_ptr) argument
/macosx-10.10.1/dcerpc-61/dcerpc/ncklib/
H A Drpctimer.c355 rpc_timer_p_t list_ptr, prev_ptr;
387 for (list_ptr = rpc_timer_head; list_ptr; list_ptr = list_ptr->next )
389 if (t->trigger < list_ptr->trigger)
391 if (list_ptr == rpc_timer_head)
406 t->next = list_ptr;
410 prev_ptr = list_ptr;
484 rpc_timer_p_t list_ptr, pre
351 rpc_timer_p_t list_ptr, prev_ptr; local
478 rpc_timer_p_t list_ptr, prev = NULL; local
[all...]
/macosx-10.10.1/ntp-92/ntpd/
H A Dntp_config.c516 void *list_ptr = NULL; local
541 list_ptr = queue_head(ptree->vars);
542 for(; list_ptr != NULL;
543 list_ptr = next_node(list_ptr)) {
545 atrv = (struct attr_val *) list_ptr;
587 list_ptr = queue_head(ptree->logconfig);
588 if (list_ptr != NULL) {
592 for(; list_ptr != NULL;
593 list_ptr
[all...]
/macosx-10.10.1/webdavfs-367/mount.tproj/
H A Dwebdav_parse.c390 webdav_parse_opendir_element_t * list_ptr; local
426 list_ptr = struct_ptr->tail;
427 list_ptr->next = element_ptr;
462 list_ptr = struct_ptr->tail;
463 list_ptr->next = element_ptr;
502 list_ptr = struct_ptr->tail;
503 list_ptr->next = element_ptr;
537 list_ptr = struct_ptr->tail;
538 list_ptr->next = element_ptr;
572 list_ptr
862 webdav_parse_multistatus_element_t * list_ptr = NULL; local
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dkern_memorystatus.c3557 memorystatus_get_priority_list(memorystatus_priority_entry_t **list_ptr, size_t *buffer_size, size_t *list_size, boolean_t size_only) argument
3576 *list_ptr = (memorystatus_priority_entry_t*)kalloc(*list_size);
3577 if (!list_ptr) {
3581 memset(*list_ptr, 0, *list_size);
3586 list_entry = *list_ptr;
/macosx-10.10.1/dcerpc-61/dcerpc/idl_compiler/
H A Dastp_com.c2367 ASTP_node_t *list_ptr
2373 for (lp = list_ptr, next_lp = list_ptr;
H A Dastp.h942 ASTP_node_t *list_ptr

Completed in 174 milliseconds