Help for this page

Select Code to Download


  1. or download this
    Gen.c
    Gen.xs(718) : warning C4101: 'adata' : unreferenced local variable
    Gen.xs(783) : error C2065: 'O_NONBLOCK' : undeclared identifier
    
  2. or download this
    BOOT:
    #ifdef    VAL_O_NONBLOCK
    ...
    #else
        newmissing(missing, "Net::Gen::VAL_O_NONBLOCK", file);
    #endif
    
  3. or download this
    #line 782 "Gen.xs"
    #ifdef    VAL_O_NONBLOCK
    ...
    #else
        newmissing(missing, "Net::Gen::VAL_O_NONBLOCK", file);
    #endif
    
  4. or download this
    #line 782 "Gen.xs"
    
    ...
               ((PerlInterpreter *)pthread_getspecific((*Perl_Gthr_key_ptr
    +(0)))), 
               "Net::Gen::VAL_O_NONBLOCK", O_NONBLOCK, file
          );