Lines Matching full:tempbuffer
3843 INTERFACE_INFO * tempBuffer;3868 tempBuffer = (INTERFACE_INFO *) realloc( buffer, size );3869 require_action( tempBuffer, exit, err = WSAENOBUFS );3870 buffer = tempBuffer;