Lines Matching refs:next

97 	struct doc2handle	*next;
249 for (item = sa_global_handles; item != NULL; item = item->next) {
270 item->next = sa_global_handles;
292 item = item->next) {
296 sa_global_handles = sa_global_handles->next;
298 prev->next = item->next;
352 node = node->next) {
1129 node = node->next) {
1194 * Return the "next" group after the specified group from
1202 for (ngroup = ((xmlNodePtr)group)->next; ngroup != NULL;
1203 ngroup = ngroup->next) {
1229 node = node->next) {
1253 * Return the next share following the specified share
1264 for (node = ((xmlNodePtr)share)->next; node != NULL;
1265 node = node->next) {
1286 child = child->next)
2316 node = node->next) {
2341 * Return the next optionset in the group. NULL if this was the last.
2349 for (node = ((xmlNodePtr)optionset)->next; node != NULL;
2350 node = node->next) {
2374 node = node->next) {
2415 * Get the next security optionset if one exists.
2423 for (node = ((xmlNodePtr)security)->next; node != NULL;
2424 node = node->next) {
2449 node = node->next) {
2479 * Get the next property following the specified property. NULL if
2488 for (node = ((xmlNodePtr)property)->next; node != NULL;
2489 node = node->next) {
2511 node = node->next) {
2575 node = node->next) {
3448 node = node->next) {
3480 * Get the next protocol specific section in the list.
3497 for (node = ((xmlNodePtr)prop)->next; node != NULL;
3498 node = node->next) {
3538 node = node->next) {
3568 * Get the next protocol specific property in the list.
3577 for (node = ((xmlNodePtr)prop)->next; node != NULL;
3578 node = node->next) {
3678 node = node->next) {
3707 * Return the next share following the specified share
3718 for (node = ((xmlNodePtr)resource)->next; node != NULL;
3719 node = node->next) {
3730 * get the next resource index number (one greater then current largest)
4345 node = node->next) {
4393 node = node->next) {