Searched refs:pfunc (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_predict.h43 TIFFPostMethod pfunc; /* horizontal differencer/accumulator */ member in struct:__anon773
H A Dtif_predict.c90 case 8: sp->pfunc = horAcc8; break;
91 case 16: sp->pfunc = horAcc16; break;
113 if (sp->pfunc == horAcc16) {
114 sp->pfunc = swabHorAcc16;
132 case 8: sp->pfunc = horDiff8; break;
133 case 16: sp->pfunc = horDiff16; break;
246 assert(sp->pfunc != NULL);
248 (*sp->pfunc)(tif, op0, occ0);
271 assert(sp->pfunc != NULL);
273 (*sp->pfunc)(ti
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/param/
H A Dparams.c326 * Scan a parameter name and value, and pass these two fields to pfunc().
329 * pfunc - A pointer to the function that will be called to
344 * passed to pfunc() for processing.
349 static BOOL Parameter( myFILE *InFile, BOOL (*pfunc)(const char *, const char *), int c )
454 return( pfunc( bufr, &bufr[vstart] ) ); /* Pass name & value to pfunc(). */
463 * pfunc - Function to be called when a parameter is scanned.
481 BOOL (*pfunc)(const char *, const char *) )
508 if( !Parameter( InFile, pfunc, c ) )
556 * pfunc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-ppp.c428 int (*pfunc)(const u_char *, int);
486 pfunc = print_lcp_config_options;
489 pfunc = print_ipcp_config_options;
492 pfunc = print_ip6cp_config_options;
495 pfunc = print_ccp_config_options;
498 pfunc = print_bacp_config_options;
505 pfunc = NULL;
509 if (pfunc == NULL) /* catch the above null pointer if unknown CP */
512 if ((j = (*pfunc)(tptr, len)) == 0)
H A Dprint-lldp.c1074 const char * (*pfunc)(const u_char *);
1084 pfunc = getname;
1090 pfunc = getname6;
1096 pfunc = etheraddr_string;
1099 pfunc = NULL;
1103 if (!pfunc) {
1108 tok2str(af_values, "Unknown", af), af, (*pfunc)(tptr+1));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/docs/
H A Dtex2rtf.tex1786 %\subsection*{pfunc}\label{pfunc}

Completed in 81 milliseconds