Searched refs:np (Results 1 - 5 of 5) sorted by relevance
| /PHP_5_3/main/ |
| H A D | alloca.c | 183 register header *np = hp->h.next; local 187 hp = np; /* -> next header. */
|
| /PHP_5_3/ext/fileinfo/libmagic/ |
| H A D | funcs.c | 338 char *pbuf, *op, *np; local 368 np = ms->o.pbuf; 382 (void)memcpy(np, op, bytesconsumed); 384 np += bytesconsumed; 387 OCTALIFY(np, op); 390 *np = '\0'; 398 for (np = ms->o.pbuf, op = ms->o.buf; *op;) { 400 *np++ = *op++; 402 OCTALIFY(np, op); 405 *np [all...] |
| /PHP_5_3/ext/mbstring/oniguruma/ |
| H A D | regcomp.c | 3104 Node *head, *np, *insert_node; local 3109 np = NCONS(head).left; 3112 NANCHOR(head).target = np; 3114 np = node; 3115 while ((np = NCONS(np).right) != NULL_NODE) { 3118 NANCHOR(insert_node).target = NCONS(np).left; 3119 NCONS(np).left = insert_node; 3123 np = node; 3125 np [all...] |
| H A D | regparse.c | 3906 parse_char_property(Node** np, OnigToken* tok, UChar** src, UChar* end, argument 3915 *np = node_new_cclass(); 3916 CHECK_NULL_RETURN_VAL(*np, ONIGERR_MEMORY); 3917 cc = &(NCCLASS(*np)); 4061 parse_char_class(Node** np, OnigToken* tok, UChar** src, UChar* end, argument 4076 *np = NULL_NODE; 4096 *np = node = node_new_cclass(); 4381 if (cc != &(NCCLASS(*np))) 4383 onig_node_free(*np); 4391 parse_effect(Node** np, OnigToke argument 4786 parse_exp(Node** np, OnigToken* tok, int term, UChar** src, UChar* end, ScanEnv* env) argument [all...] |
| /PHP_5_3/ext/pdo_firebird/ |
| H A D | firebird_driver.c | 142 HashTable *np; local 153 ALLOC_HASHTABLE(np); 154 zend_hash_init(np, 8, NULL, NULL, 0); 157 if (!firebird_alloc_prepare_stmt(dbh, sql, sql_len, &num_sqlda, &s, np TSRMLS_CC)) { 168 S->named_params = np; 208 zend_hash_destroy(np); 209 FREE_HASHTABLE(np);
|
Completed in 17 milliseconds