Searched refs:next (Results 1 – 11 of 11) sorted by relevance
565 const char * next = ptr; in printBuffer() local571 if( ( next >= end ) || ( *next == '\0' ) ) in printBuffer()573 eot = next; in printBuffer()574 next = NULL; in printBuffer()578 if( ( *next == '\n' ) || ( *next == '\r' ) ) in printBuffer()580 char eol = *next == '\n' ? '\r' : '\n'; in printBuffer()581 eot = next; in printBuffer()585 next++; in printBuffer()586 } while( *next == eol ); in printBuffer()591 if( ( int ) ( next - ptr ) >= aLineLen ) in printBuffer()[all …]
1149 char * next = ptr; in handle_http() local1151 while( ( *next != 0 ) && ( isspace( *next ) == 0 ) ) in handle_http()1153 next++; in handle_http()1156 while( isspace( *next ) != 0 ) in handle_http()1159 *next = 0; in handle_http()1160 next++; in handle_http()1163 pcFileName = next; in handle_http()1165 while( ( *next != 0 ) && ( isspace( *next ) == 0 ) ) in handle_http()1167 next++; in handle_http()1170 while( isspace( *next ) != 0 ) in handle_http()[all …]
185 tx_desc[ i ].next = &tx_desc[ ( i + 1 ) % TX_DESCRIPTOR_NUM ]; in init_tx_desc()203 rx_desc[ i ].next = &rx_desc[ ( i + 1 ) % TX_DESCRIPTOR_NUM ]; in init_rx_desc()372 cur_rx_desc_ptr = cur_rx_desc_ptr->next; in numaker_eth_rx_next()392 fin_tx_desc_ptr = fin_tx_desc_ptr->next; in EMAC_TX_IRQHandler()417 …desc = cur_tx_desc_ptr->next; /* in case TX is transmitting and overwrite next pointer before we c… in numaker_eth_trigger_tx()
126 struct eth_descriptor * next; member
104 line = next(source)
319 pTxPkt->next = 0; /* unlink it */ in xPIC32_Eth_NetworkInterfaceOutput()783 pSeg = pSeg->next; in MacProcessRxPacket()
454 … for( xInterface = pxAllNetworkInterfaces; xInterface != NULL; xInterface = xInterface->next ) in prvPrintAvailableNetworkInterfaces()565 pxPCAPInterface = pxPCAPInterface->next; in prvOpenSelectedNetworkInterface()
399 xInterface != NULL; xInterface = xInterface->next ) in prvPrintAvailableNetworkInterfaces()610 pxInterface = pxInterface->next; in prvOpenSelectedNetworkInterface()
556 .next = NULL /* FreeRTOS+TCP does not use linked buffers. */ in xSTM32H_NetworkInterfaceOutput()
180 struct __ETH_BufferTypeDef * next; /*<! Pointer to the next buffer in the list */ member
2885 txbuffer->next = NULL; in ETH_Prepare_Tx_Descriptors()