HomeSort by relevance Sort by last modified time
    Searched refs:this_node (Results 1 - 2 of 2) sorted by null

  /external/ppp/pppd/plugins/radius/
avpair.c 401 VALUE_PAIR *this_node = NULL; local
419 this_node = vp;
425 this_node = *a;
426 while (this_node != (VALUE_PAIR *) NULL)
428 if (this_node == p)
432 this_node = this_node->next;
436 /* add "b" at this_node */
437 vp = this_node->next;
438 this_node->next = b
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
cgraph.h 291 struct cgraph_node *this_node; variable in typeref:struct:cgraph_node
    [all...]

Completed in 516 milliseconds