Searched refs:scan_ptr (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/webserver/src/
H A Dphp_core_lib.cpp638 char *scan_ptr = buf; local
640 while ( strlen(scan_ptr) ) {
641 scan_ptr = strstr(scan_ptr, "<?php");
642 if ( !scan_ptr ) {
646 if ( scan_ptr != curr_code_end ) {
647 buff->Write(curr_code_end, scan_ptr - curr_code_end);
649 curr_code_end = strstr(scan_ptr, "?>");
655 int len = curr_code_end - scan_ptr;
657 CPhPLibContext *context = new CPhPLibContext(server, scan_ptr, le
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A DFlashPoint.c6713 unsigned char scan_ptr, lun; local
6717 scan_ptr = pCurrCard->scanIndex;
6719 currTar_Info = &FPT_sccbMgrTbl[p_card][scan_ptr];
6725 scan_ptr++;
6726 if (scan_ptr == MAX_SCSI_TAR)
6727 scan_ptr = 0;
6796 pCurrCard->scanIndex = scan_ptr;
6807 scan_ptr++;
6808 if (scan_ptr == MAX_SCSI_TAR) {
6809 scan_ptr
[all...]

Completed in 129 milliseconds